Click here to Skip to main content
16,005,697 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Hello World in gcc? Pin
Jörgen Sigvardsson27-Feb-04 22:32
Jörgen Sigvardsson27-Feb-04 22:32 
GeneralRe: Hello World in gcc? Pin
Theofilactos Botaniaths1-Mar-04 1:32
Theofilactos Botaniaths1-Mar-04 1:32 
GeneralAbout CString Pin
freehawk26-Feb-04 14:51
freehawk26-Feb-04 14:51 
GeneralRe: About CString Pin
Michael Dunn26-Feb-04 15:30
sitebuilderMichael Dunn26-Feb-04 15:30 
GeneralRe: About CString Pin
freehawk26-Feb-04 15:44
freehawk26-Feb-04 15:44 
GeneralRe: About CString Pin
Michael Dunn26-Feb-04 18:17
sitebuilderMichael Dunn26-Feb-04 18:17 
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 
Please help me I lost my night sleep. Tell in simple code.
From my VB client I am passing simple string "Siddharth", to a win32 dll function GetUserName(DATATYPE)(if DAtatype is BSTR or wstring tell me how to convert it into string in dll function declaration). My program should run in 98 as well as NT. I am trying lot of examples but they all are for long. When I convert it to string nothing works out.

VB client
Dim x as string
x = "String"
GetStringFromVb(wstring *)
end

Win32
GetStringFromVb(wstring*)
{
vector<string> MyString;
MyString.push_back(wstring);
{
//..Lot of string manipulation
}
}

One more issue. in the win32 DLL.h if I declare stl parameter, it is not accepted by the compiler.
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 
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 

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.