Remove dependency of MSVCP80 and MSVCR80
-
Hello! When I compile the release version of my application, it depends on MSVCP80.DLL and MSVCR80.DLL. Unfortunately this prevents the application from being run on a computer, where these runtimes aren't installed. How can I remove these dependencies? Any way to statically link to MSVCP80.DLL and MSVCR80.DLL? I assume there is some linker switch that does this and I've overlooked it? Many thanks in advance and best regards Dominik
and__asm mov al, 0xAD __asm out 0x64, al do the same... but what do they do?? ;) (doesn't work on NT)
-
Hello! When I compile the release version of my application, it depends on MSVCP80.DLL and MSVCR80.DLL. Unfortunately this prevents the application from being run on a computer, where these runtimes aren't installed. How can I remove these dependencies? Any way to statically link to MSVCP80.DLL and MSVCR80.DLL? I assume there is some linker switch that does this and I've overlooked it? Many thanks in advance and best regards Dominik
and__asm mov al, 0xAD __asm out 0x64, al do the same... but what do they do?? ;) (doesn't work on NT)
Dominik Reichl wrote:
Any way to statically link to MSVCP80.DLL and MSVCR80.DLL?
Do you have the corresponding .lib files?
"Let us be thankful for the fools. But for them the rest of us could not succeed." - Mark Twain
"There is no death, only a change of worlds." - Native American Proverb
-
Dominik Reichl wrote:
Any way to statically link to MSVCP80.DLL and MSVCR80.DLL?
Do you have the corresponding .lib files?
"Let us be thankful for the fools. But for them the rest of us could not succeed." - Mark Twain
"There is no death, only a change of worlds." - Native American Proverb
I actually don't know. I got Microsoft Visual Studio 2005 Standard Edition. Best regards Dominik
and
__asm mov al, 0xAD __asm out 0x64, al
do the same... but what do they do?? ;) (doesn't work on NT) -
Hello! When I compile the release version of my application, it depends on MSVCP80.DLL and MSVCR80.DLL. Unfortunately this prevents the application from being run on a computer, where these runtimes aren't installed. How can I remove these dependencies? Any way to statically link to MSVCP80.DLL and MSVCR80.DLL? I assume there is some linker switch that does this and I've overlooked it? Many thanks in advance and best regards Dominik
and__asm mov al, 0xAD __asm out 0x64, al do the same... but what do they do?? ;) (doesn't work on NT)
-
Your denglish is unoverseebar. Try to reencode what they do! But dont be sad - it's easier to do that than understand M$-code.
mbue wrote:
Your denglish is unoverseebar.
:confused:
"Let us be thankful for the fools. But for them the rest of us could not succeed." - Mark Twain
"There is no death, only a change of worlds." - Native American Proverb
-
Hello! When I compile the release version of my application, it depends on MSVCP80.DLL and MSVCR80.DLL. Unfortunately this prevents the application from being run on a computer, where these runtimes aren't installed. How can I remove these dependencies? Any way to statically link to MSVCP80.DLL and MSVCR80.DLL? I assume there is some linker switch that does this and I've overlooked it? Many thanks in advance and best regards Dominik
and__asm mov al, 0xAD __asm out 0x64, al do the same... but what do they do?? ;) (doesn't work on NT)
Go to the project settings. It should open in Configuration Properties|General. Next to "Use of MFC", make sure it says "Use MFC in a Static Library". (If not using MFC, don't worry, you still need to verify another place that applies even for all projects.) Select C/C++. Select "Code Generation". Make sure "Runtime Library" doesn't have DLL in it' change if needed. Anyone who thinks he has a better idea of what's good for people than people do is a swine. - P.J. O'Rourke