Click here to Skip to main content
15,899,313 members
Home / Discussions / COM
   

COM

 
GeneralRe: _ATL_MIN_CRT Pin
Michael Dunn1-May-01 16:54
sitebuilderMichael Dunn1-May-01 16:54 
GeneralRe: _ATL_MIN_CRT Pin
Felix Cho1-May-01 17:30
Felix Cho1-May-01 17:30 
GeneralRe: _ATL_MIN_CRT Pin
SuperGeek2-May-01 6:28
SuperGeek2-May-01 6:28 
GeneralRe: _ATL_MIN_CRT Pin
SuperGeek2-May-01 6:19
SuperGeek2-May-01 6:19 
GeneralSnap-in resources Pin
Paul Rogan1-May-01 5:40
Paul Rogan1-May-01 5:40 
Generalprogramers Pin
mohan30-Apr-01 22:49
mohan30-Apr-01 22:49 
GeneralMFC ATL dll link error Pin
30-Apr-01 6:03
suss30-Apr-01 6:03 
GeneralRe: MFC ATL dll link error Pin
SuperGeek1-May-01 13:22
SuperGeek1-May-01 13:22 
Got the similar problem with MSVCRT.lib myself except my project does not link at all ;(

I hope this one helps you:
Look at your Project Settings -> "C/C++" tab -> "category" combo -> drop "category" combo to "Preprocessor" ->
-> look at "Preprocessor definitions:" edit box. If you find _ATL_MIN_CRT, remove it for all project configurations except "Debug".

This flag tells compiler not to link your project with any Microsoft Standard Runtime Libs (for minimum size).
If you include "MFC support", MFC requires those runtimes linked to your project - that's where collision occurs.

Since you don't have any problems while MFC's presence is disabled, that sounds like my case.

Kirill.
GeneralRe: MFC ATL dll link error Pin
1-May-01 17:18
suss1-May-01 17:18 
GeneralRe: MFC ATL dll link error Pin
1-May-01 20:16
suss1-May-01 20:16 
GeneralInterface Inheritance Pin
Paul Rogan30-Apr-01 1:22
Paul Rogan30-Apr-01 1:22 
GeneralRe: Interface Inheritance Pin
Pete Bassett30-Apr-01 1:38
Pete Bassett30-Apr-01 1:38 
GeneralRe: Interface Inheritance Pin
Paul Rogan30-Apr-01 1:54
Paul Rogan30-Apr-01 1:54 
GeneralRe: Interface Inheritance Pin
Ryan Park2-May-01 7:59
Ryan Park2-May-01 7:59 
GeneralQuery a specific COM DLL for an interface Pin
Martin Eskildsen29-Apr-01 21:21
Martin Eskildsen29-Apr-01 21:21 
GeneralRe: Query a specific COM DLL for an interface Pin
Michael Dunn29-Apr-01 22:48
sitebuilderMichael Dunn29-Apr-01 22:48 
GeneralRe: Query a specific COM DLL for an interface Pin
Martin Eskildsen29-Apr-01 23:15
Martin Eskildsen29-Apr-01 23:15 
GeneralRe: Query a specific COM DLL for an interface Pin
Michael Dunn30-Apr-01 7:16
sitebuilderMichael Dunn30-Apr-01 7:16 
GeneralRe: Query a specific COM DLL for an interface Pin
Felix Cho30-Apr-01 10:23
Felix Cho30-Apr-01 10:23 
GeneralCustom OLEDB Provider Pin
26-Apr-01 12:12
suss26-Apr-01 12:12 
GeneralA Request(Sorry to post it here) Pin
2-May-01 18:57
suss2-May-01 18:57 
GeneralRe: Custom OLEDB Provider Pin
3-May-01 18:05
suss3-May-01 18:05 
GeneralWTL, Attila, Windowing Pin
26-Apr-01 8:19
suss26-Apr-01 8:19 
GeneralATL/COM and #import directive Pin
25-Apr-01 6:48
suss25-Apr-01 6:48 
GeneralRe: ATL/COM and #import directive Pin
Joseph Dempsey30-Apr-01 7:34
Joseph Dempsey30-Apr-01 7:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.