Click here to Skip to main content
15,897,891 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: About CString Pin
freehawk26-Feb-04 18:34
freehawk26-Feb-04 18:34 
GeneralString from VB to VC Pin
SiddharthAtw24-Feb-04 17:59
SiddharthAtw24-Feb-04 17:59 
GeneralRe: String from VB to VC Pin
Anonymous27-Feb-04 1:48
Anonymous27-Feb-04 1:48 
GeneralRe: String from VB to VC Pin
SiddharthAtw27-Feb-04 21:23
SiddharthAtw27-Feb-04 21:23 
GeneralSerialize with WTL Pin
vihieu24-Feb-04 16:24
vihieu24-Feb-04 16:24 
GeneralRe: Serialize with WTL Pin
Igor Vigdorchik28-Feb-04 19:19
Igor Vigdorchik28-Feb-04 19:19 
Generalthe value of ESP was not properly saved across a function call. Pin
hongzter24-Feb-04 15:45
hongzter24-Feb-04 15:45 
GeneralRe: the value of ESP was not properly saved across a function call. Pin
Jason De Arte25-Feb-04 8:09
Jason De Arte25-Feb-04 8:09 
Some where, some place, there is a function declaration with the wrong calling convention.

Imagine if you have an exposed function in a DLL that uses the __stdcall calling convention, but your function pointer is declared as __cdecl. Using the function pointer would cause this error.

There's a brief MSDN Dr. GUI article on the topic
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaskdr/html/askgui08072001.asp[^]
GeneralRe: the value of ESP was not properly saved across a function call. Pin
hongzter26-Feb-04 14:03
hongzter26-Feb-04 14:03 
QuestionCan STL be used in a WTL project? Pin
freehawk23-Feb-04 23:22
freehawk23-Feb-04 23:22 
AnswerRe: Can STL be used in a WTL project? Pin
Balkrishna Talele23-Feb-04 23:53
Balkrishna Talele23-Feb-04 23:53 
GeneralRe: Can STL be used in a WTL project? Pin
freehawk23-Feb-04 23:57
freehawk23-Feb-04 23:57 
GeneralRe: Can STL be used in a WTL project? Pin
Balkrishna Talele24-Feb-04 0:05
Balkrishna Talele24-Feb-04 0:05 
GeneralRe: Can STL be used in a WTL project? Pin
freehawk24-Feb-04 0:15
freehawk24-Feb-04 0:15 
GeneralRe: Can STL be used in a WTL project? Pin
Jörgen Sigvardsson24-Feb-04 3:33
Jörgen Sigvardsson24-Feb-04 3:33 
GeneralRe: Can STL be used in a WTL project? Pin
Michael Dunn24-Feb-04 6:42
sitebuilderMichael Dunn24-Feb-04 6:42 
GeneralRe: Can STL be used in a WTL project? Pin
Prakash Nadar26-Feb-04 13:54
Prakash Nadar26-Feb-04 13:54 
AnswerRe: Can STL be used in a WTL project? Pin
Jonas Larsson24-Feb-04 0:23
Jonas Larsson24-Feb-04 0:23 
GeneralRe: Can STL be used in a WTL project? Pin
freehawk24-Feb-04 17:23
freehawk24-Feb-04 17:23 
GeneralRe: Can STL be used in a WTL project? Pin
Igor Vigdorchik28-Feb-04 19:27
Igor Vigdorchik28-Feb-04 19:27 
QuestionHow to Get property value if it returns BSTR Pin
Inam23-Feb-04 20:32
Inam23-Feb-04 20:32 
Generalifstream troubles Pin
Jeremy Osner23-Feb-04 8:54
Jeremy Osner23-Feb-04 8:54 
GeneralRe: ifstream troubles Pin
Joaquín M López Muñoz23-Feb-04 9:43
Joaquín M López Muñoz23-Feb-04 9:43 
GeneralRe: ifstream troubles Pin
Jeremy Osner23-Feb-04 9:58
Jeremy Osner23-Feb-04 9:58 
GeneralConverting an in-proc server to out-of-proc server Pin
Roozbeh6922-Feb-04 21:55
professionalRoozbeh6922-Feb-04 21:55 

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.