Click here to Skip to main content
15,896,526 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Is It a Memory leak Pin
Jörgen Sigvardsson3-Sep-04 8:28
Jörgen Sigvardsson3-Sep-04 8:28 
GeneralRe: Is It a Memory leak Pin
Stuart Dootson3-Sep-04 8:44
professionalStuart Dootson3-Sep-04 8:44 
GeneralRe: Is It a Memory leak Pin
Jörgen Sigvardsson3-Sep-04 9:01
Jörgen Sigvardsson3-Sep-04 9:01 
GeneralExport STL from a DLL Pin
Fernando A. Gomez F.1-Sep-04 11:15
Fernando A. Gomez F.1-Sep-04 11:15 
GeneralRe: Export STL from a DLL Pin
Neville Franks1-Sep-04 12:08
Neville Franks1-Sep-04 12:08 
GeneralOT Pin
Jörgen Sigvardsson1-Sep-04 21:03
Jörgen Sigvardsson1-Sep-04 21:03 
GeneralRe: Yes, it should be extern c Pin
Fernando A. Gomez F.2-Sep-04 5:10
Fernando A. Gomez F.2-Sep-04 5:10 
GeneralRe: OT Pin
Fernando A. Gomez F.2-Sep-04 5:19
Fernando A. Gomez F.2-Sep-04 5:19 
I use extern "C" for the mangling. If I do not add extern "C", the compiler mangles the class as it wish, and there is no standard for that. So even when the class is a C++ class, if I create a class in Visual C++ and try to import it from its DLL with a Borland C++, it will not compile.

The use of extern "C" prevents the compiler of this mangling situation. Like the use of ordinals in a MAKE file.



Fools say I know you don't know,
silence like a cancer grows;
hear my words, that I might teach you;
take my arms, that I might reach you;
but my words like silence raindrops fell...
echoed the will of silence.
GeneralRe: OT Pin
Jörgen Sigvardsson2-Sep-04 6:01
Jörgen Sigvardsson2-Sep-04 6:01 
GeneralRe: OT Pin
Jim Crafton14-Sep-04 7:35
Jim Crafton14-Sep-04 7:35 
GeneralRe: Export STL from a DLL Pin
Joaquín M López Muñoz1-Sep-04 23:37
Joaquín M López Muñoz1-Sep-04 23:37 
Generalresize ATL activeX control Pin
Hesham Amin1-Sep-04 0:33
Hesham Amin1-Sep-04 0:33 
GeneralRe: resize ATL activeX control Pin
Hesham Amin1-Sep-04 2:42
Hesham Amin1-Sep-04 2:42 
GeneralRe: resize ATL activeX control Pin
Jason De Arte1-Sep-04 5:12
Jason De Arte1-Sep-04 5:12 
GeneralRe: resize ATL activeX control Pin
Hesham Amin1-Sep-04 9:04
Hesham Amin1-Sep-04 9:04 
GeneralRe: resize ATL activeX control Pin
Jason De Arte1-Sep-04 13:21
Jason De Arte1-Sep-04 13:21 
GeneralIE Toolbar multiline Pin
DARK_GARRY30-Aug-04 11:45
DARK_GARRY30-Aug-04 11:45 
Generalvec[0] vs. vec.front() Pin
Johann Gerell29-Aug-04 23:36
Johann Gerell29-Aug-04 23:36 
GeneralRe: vec[0] vs. vec.front() Pin
Joaquín M López Muñoz29-Aug-04 23:54
Joaquín M López Muñoz29-Aug-04 23:54 
QuestionCan SCROLLBAR be superclassed? Pin
retinoscopy26-Aug-04 16:23
retinoscopy26-Aug-04 16:23 
AnswerRe: Can SCROLLBAR be superclassed? Pin
Jörgen Sigvardsson27-Aug-04 11:05
Jörgen Sigvardsson27-Aug-04 11:05 
GeneralRe: Can SCROLLBAR be superclassed? Pin
retinoscopy29-Aug-04 14:46
retinoscopy29-Aug-04 14:46 
GeneralRe: Can SCROLLBAR be superclassed? Pin
retinoscopy29-Aug-04 15:11
retinoscopy29-Aug-04 15:11 
GeneralRe: Can SCROLLBAR be superclassed? Pin
Jörgen Sigvardsson29-Aug-04 21:12
Jörgen Sigvardsson29-Aug-04 21:12 
GeneralC++ Class using STL - File IO Pin
AssemblySoft26-Aug-04 2:49
AssemblySoft26-Aug-04 2:49 

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.