S
Sara Shoemaker
I am having problems creating a stand-alone Windows app.
I am using a .vcproj file that was translated from a Qt project file using
the Qt
plug-in. My problem is in getting it statically linked to the Windows
libraries.
After Googling extensively and getting .NET to generate a sample project I
have made the following changes to my project property pages:
Configuration Properties: General: Use of MFC - "Use MFC in a Static
Library"
C/C++: Code Generation: Runtime Library: - "Multi-threaded(/MT)"
Linker: Input: Ignore Specific Library: - "libcmt.lib"
My project compiles and links fine, but when I try to run it on a non-.NET
machine, it complains that it can't find msvcr71.dll. I have built clean
and thrown away all extra files between builds.
Any help would be greatly appreciated. Thanks for your time.
-Sara
I am using a .vcproj file that was translated from a Qt project file using
the Qt
plug-in. My problem is in getting it statically linked to the Windows
libraries.
After Googling extensively and getting .NET to generate a sample project I
have made the following changes to my project property pages:
Configuration Properties: General: Use of MFC - "Use MFC in a Static
Library"
C/C++: Code Generation: Runtime Library: - "Multi-threaded(/MT)"
Linker: Input: Ignore Specific Library: - "libcmt.lib"
My project compiles and links fine, but when I try to run it on a non-.NET
machine, it complains that it can't find msvcr71.dll. I have built clean
and thrown away all extra files between builds.
Any help would be greatly appreciated. Thanks for your time.
-Sara