Click here to Skip to main content
15,912,205 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: pb when passing std::map from a library to another Pin
Stephen Hewitt11-Dec-06 12:25
Stephen Hewitt11-Dec-06 12:25 
AnswerRe: pb when passing std::map from a library to another Pin
Nemanja Trifunovic11-Dec-06 4:09
Nemanja Trifunovic11-Dec-06 4:09 
QuestionUrgent:Identifying javascript functions againt HTML elements Pin
rana7410-Dec-06 17:14
rana7410-Dec-06 17:14 
Questionunresolved symbol with VC6 + STLPORT Pin
ciapistess9-Dec-06 14:34
ciapistess9-Dec-06 14:34 
QuestionCFile Equivalent in WTL? Pin
#realJSOP9-Dec-06 14:27
professional#realJSOP9-Dec-06 14:27 
AnswerRe: CFile Equivalent in WTL? Pin
Robin Debnath9-Dec-06 20:00
Robin Debnath9-Dec-06 20:00 
AnswerRe: CFile Equivalent in WTL? Pin
Rob Caldecott10-Dec-06 2:30
Rob Caldecott10-Dec-06 2:30 
QuestionWTL and #including io.h [modified] Pin
#realJSOP9-Dec-06 10:36
professional#realJSOP9-Dec-06 10:36 
I need to use the _access function in io.h, but when I #include it, I get the following linker errors:
1>LIBCMT.lib(dosmap.obj) : error LNK2005: __errno already defined in atlmincrt.lib(atlinit.obj)
1>LIBCMT.lib(dosmap.obj) : error LNK2005: __set_errno already defined in atlmincrt.lib(atlinit.obj)
1>LIBCMT.lib(dosmap.obj) : error LNK2005: __get_errno already defined in atlmincrt.lib(atlinit.obj)
1>LIBCMT.lib(tidtable.obj) : error LNK2005: __encode_pointer already defined in atlmincrt.lib(atlinit.obj)
1>LIBCMT.lib(tidtable.obj) : error LNK2005: __encoded_null already defined in atlmincrt.lib(atlinit.obj)
1>LIBCMT.lib(tidtable.obj) : error LNK2005: __decode_pointer already defined in atlmincrt.lib(atlinit.obj)
1>LIBCMT.lib(crt0dat.obj) : error LNK2005: __get_osplatform already defined in atlmincrt.lib(atlinit.obj)
1>LIBCMT.lib(crt0dat.obj) : error LNK2005: __osplatform already defined in atlmincrt.lib(atlinit.obj)
1>LIBCMT.lib(calloc.obj) : error LNK2005: _calloc already defined in atlmincrt.lib(atlinit.obj)
1>LIBCMT.lib(crt0.obj) : error LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup


If I *don't* #include io.h, I get a compiler error saying _access isn't defined.

If I try to #include atlmincrt.h, the compiler tells me it can't find the file, yet the ATL include folder exists in the VC++ Directories, and the file is in that folder.

Is there a secret atl include file that solves this problem?




-- modified at 16:42 Saturday 9th December, 2006


"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001


AnswerRe: WTL and #including io.h Pin
Steve Echols9-Dec-06 10:55
Steve Echols9-Dec-06 10:55 
AnswerRe: WTL and #including io.h Pin
Rob Caldecott9-Dec-06 11:35
Rob Caldecott9-Dec-06 11:35 
GeneralRe: WTL and #including io.h Pin
#realJSOP9-Dec-06 14:19
professional#realJSOP9-Dec-06 14:19 
QuestionWTL 8.0 Pin
#realJSOP9-Dec-06 2:48
professional#realJSOP9-Dec-06 2:48 
AnswerRe: WTL 8.0 Pin
jmastry9-Dec-06 3:00
jmastry9-Dec-06 3:00 
GeneralRe: WTL 8.0 Pin
#realJSOP9-Dec-06 5:05
professional#realJSOP9-Dec-06 5:05 
GeneralRe: WTL 8.0 Pin
Jörgen Sigvardsson9-Dec-06 6:33
Jörgen Sigvardsson9-Dec-06 6:33 
QuestionHow to create a window that overlaps frame's NC area? Pin
jmastry8-Dec-06 2:40
jmastry8-Dec-06 2:40 
Questionplzzzzz i need your help ~! Pin
china.net7-Dec-06 19:45
china.net7-Dec-06 19:45 
AnswerRe: plzzzzz i need your help ~! Pin
prasad_som7-Dec-06 19:54
prasad_som7-Dec-06 19:54 
GeneralRe: plzzzzz i need your help ~! Pin
china.net7-Dec-06 20:05
china.net7-Dec-06 20:05 
QuestionHow to catch the message of right click in IE Pin
gzcjun7-Dec-06 17:32
gzcjun7-Dec-06 17:32 
AnswerRe: How to catch the message of right click in IE Pin
prasad_som11-Dec-06 2:34
prasad_som11-Dec-06 2:34 
GeneralRe: How to catch the message of right click in IE Pin
Robert Wang198316-Sep-08 17:04
Robert Wang198316-Sep-08 17:04 
QuestionA stranage problem about stl vector. Pin
YangHenry7-Dec-06 16:29
YangHenry7-Dec-06 16:29 
AnswerRe: A stranage problem about stl vector. Pin
YangHenry7-Dec-06 16:33
YangHenry7-Dec-06 16:33 
GeneralRe: A stranage problem about stl vector. Pin
YangHenry7-Dec-06 16:36
YangHenry7-Dec-06 16:36 

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.