http://bugs.winehq.org/show_bug.cgi?id=8971
wbednarzyk@charter.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|DUPLICATE |
------- Additional Comments From wbednarzyk@charter.net 2007-16-07 21:09 ------- Maybe this will help. Don't know what it means, but, it describes the error I recieve exactly.
http://msdn2.microsoft.com/en-us/library/ms235560(vs.80).aspx
C Run-Time Error R6034 (C++) This page is specific to Microsoft Visual Studio 2005/.NET Framework 2.0
Other versions are also available for the following:
# .NET Framework 3.0 # Microsoft Visual Studio Codename Orcas Visual C++ Concepts: Building a C/C++ Program C Run-Time Error R6034
Error Message An application has made an attempt to load the C runtime library without using a manifest. This is an unsupported way to load Visual C++ DLLs. You need to modify your application to build with a manifest. For more information, see the "Visual C++ Libraries as Shared Side-by-Side Assemblies" topic in the product documentation.
Applications must use a manifest to load the C runtime library. For more information, see Visual C++ Libraries as Shared Side-by-Side Assemblies and Manifest Generation in Visual Studio.
In release builds, the diagnostic message reads: "An application has made an attempt to load the C runtime library incorrectly. Please contact the application's support team for more information." To correct this error
*
Rebuild your application with a manifest. Building an application with Visual Studio automatically puts the manifest into the resulting EXE or DLL file. If you are building at the command line, use the mt.exe tool to add the manifest as a resource. Use resource ID 1 if building an EXE, 2 if building a DLL. For more information, see How to: Embed a Manifest Inside a C/C++ Application.