RE: Static v/s Dynamic DLL linking
From: Hari (anonymous_at_discussions.microsoft.com)
Date: 02/23/04
- Next message: Don Burn: "Re: Win32 API and Kernel"
- Previous message: Dada: "Re: hooking to ReadFile API"
- In reply to: Prashanth: "Static v/s Dynamic DLL linking"
- Next in thread: Tim Roberts: "Re: Static v/s Dynamic DLL linking"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 23 Feb 2004 03:16:06 -0800
See this Link
There are different versions of c/c++ runtime libraries
u can see in ur project settings under link u can see single threaded/multithreaded etc stuff.
The exe and the dll should be compatible with the runtime used..
Also i think even if both the dll and exe linked at runtime with different crt libraries it wont work
http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q94/2/48.ASP&NoWebContent=1
- Next message: Don Burn: "Re: Win32 API and Kernel"
- Previous message: Dada: "Re: hooking to ReadFile API"
- In reply to: Prashanth: "Static v/s Dynamic DLL linking"
- Next in thread: Tim Roberts: "Re: Static v/s Dynamic DLL linking"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|