Click here to Skip to main content
16,006,453 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Convert JIS to ASCII... Pin
Chris Losinger6-Jan-08 6:41
professionalChris Losinger6-Jan-08 6:41 
GeneralRe: Convert JIS to ASCII... Pin
Michael Dunn6-Jan-08 7:22
sitebuilderMichael Dunn6-Jan-08 7:22 
GeneralRe: Convert JIS to ASCII... Pin
Luc Pattyn6-Jan-08 7:37
sitebuilderLuc Pattyn6-Jan-08 7:37 
GeneralStrings from a c++ Dll to VB 6.0 and vice versa ! Pin
CrocodileBuck6-Jan-08 1:59
CrocodileBuck6-Jan-08 1:59 
QuestionRe: Strings from a c++ Dll to VB 6.0 and vice versa ! Pin
CPallini6-Jan-08 2:59
mveCPallini6-Jan-08 2:59 
GeneralRe: Strings from a c++ Dll to VB 6.0 and vice versa ! Pin
CrocodileBuck6-Jan-08 3:06
CrocodileBuck6-Jan-08 3:06 
GeneralRe: Strings from a c++ Dll to VB 6.0 and vice versa ! Pin
CPallini6-Jan-08 3:21
mveCPallini6-Jan-08 3:21 
GeneralRe: Strings from a c++ Dll to VB 6.0 and vice versa ! Pin
CrocodileBuck6-Jan-08 3:26
CrocodileBuck6-Jan-08 3:26 
Thx again Pallini,

i've changed it but it still win't work, is some thing wrong with the vb Code ?
Here is the changed Dll.Cpp:
<br />
WIN32DLL02_API BSTR fnWin32DLL02(LPCSTR s)<br />
{<br />
		BSTR x;<br />
<br />
		x = SysAllocString(L"abcde");<br />
<br />
	 	MessageBox(NULL,s,"Info",MB_OK);<br />
<br />
<br />
		return x;<br />
}<br />



Many thx
Croc
GeneralRe: Strings from a c++ Dll to VB 6.0 and vice versa ! Pin
CPallini6-Jan-08 4:01
mveCPallini6-Jan-08 4:01 
GeneralRe: Strings from a c++ Dll to VB 6.0 and vice versa ! Pin
Nemanja Trifunovic6-Jan-08 6:09
Nemanja Trifunovic6-Jan-08 6:09 
GeneralRe: Strings from a c++ Dll to VB 6.0 and vice versa ! Pin
Rajesh R Subramanian6-Jan-08 6:18
professionalRajesh R Subramanian6-Jan-08 6:18 
GeneralRe: Strings from a c++ Dll to VB 6.0 and vice versa ! Pin
Nemanja Trifunovic6-Jan-08 6:30
Nemanja Trifunovic6-Jan-08 6:30 
GeneralRe: Strings from a c++ Dll to VB 6.0 and vice versa ! Pin
Michael Dunn6-Jan-08 7:30
sitebuilderMichael Dunn6-Jan-08 7:30 
GeneralRe: Strings from a c++ Dll to VB 6.0 and vice versa ! Pin
Maxwell Chen6-Jan-08 7:46
Maxwell Chen6-Jan-08 7:46 
GeneralRe: Strings from a c++ Dll to VB 6.0 and vice versa ! Pin
CrocodileBuck7-Jan-08 0:46
CrocodileBuck7-Jan-08 0:46 
GeneralRe: Strings from a c++ Dll to VB 6.0 and vice versa ! Pin
Mike Dimmick6-Jan-08 7:53
Mike Dimmick6-Jan-08 7:53 
GeneralDevice driver Pin
messages5-Jan-08 23:20
messages5-Jan-08 23:20 
GeneralRe: Device driver Pin
Maxwell Chen5-Jan-08 23:39
Maxwell Chen5-Jan-08 23:39 
GeneralRe: Device driver Pin
messages5-Jan-08 23:56
messages5-Jan-08 23:56 
GeneralRe: Device driver Pin
Maxwell Chen6-Jan-08 0:04
Maxwell Chen6-Jan-08 0:04 
GeneralRe: Device driver Pin
messages6-Jan-08 0:30
messages6-Jan-08 0:30 
QuestionHow can i find some old articles? Pin
lichongbin5-Jan-08 23:16
lichongbin5-Jan-08 23:16 
AnswerRe: How can i find some old articles? Pin
Hamid_RT5-Jan-08 23:46
Hamid_RT5-Jan-08 23:46 
GeneralRe: How can i find some old articles? Pin
lichongbin6-Jan-08 14:17
lichongbin6-Jan-08 14:17 
GeneralRe: How can i find some old articles? Pin
Maxwell Chen6-Jan-08 16:26
Maxwell Chen6-Jan-08 16:26 

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.