Click here to Skip to main content
16,011,383 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralC++ And Getting Images Off The Web Pin
OpenGL19-Sep-02 5:24
OpenGL19-Sep-02 5:24 
GeneralRe: C++ And Getting Images Off The Web Pin
jmkhael19-Sep-02 5:38
jmkhael19-Sep-02 5:38 
GeneralRe: C++ And Getting Images Off The Web Pin
Michael Dunn19-Sep-02 5:36
sitebuilderMichael Dunn19-Sep-02 5:36 
GeneralRe: C++ And Getting Images Off The Web Pin
TyMatthews19-Sep-02 5:48
TyMatthews19-Sep-02 5:48 
GeneralRe: C++ And Getting Images Off The Web Pin
OpenGL19-Sep-02 6:47
OpenGL19-Sep-02 6:47 
GeneralRe: C++ And Getting Images Off The Web Pin
OpenGL19-Sep-02 6:50
OpenGL19-Sep-02 6:50 
GeneralRe: C++ And Getting Images Off The Web Pin
OpenGL19-Sep-02 8:53
OpenGL19-Sep-02 8:53 
GeneralSysAllocString doesnt compile Pin
ns19-Sep-02 5:18
ns19-Sep-02 5:18 
This wont compile:

{


	char *	dataBaseName = "abc";
	BSTR b_dataBaseName = SysAllocString (dataBaseName);	
}


error is:

SysAllocString' : cannot convert parameter 1 from 'char *' to 'const unsigned short *'


Any help is appreciated.
Thanks,
ns

Thanks,
ns
GeneralRe: SysAllocString doesnt compile Pin
Jason Henderson19-Sep-02 5:26
Jason Henderson19-Sep-02 5:26 
GeneralRe: SysAllocString doesnt compile Pin
jmkhael19-Sep-02 5:29
jmkhael19-Sep-02 5:29 
GeneralRe: SysAllocString doesnt compile Pin
ns19-Sep-02 6:09
ns19-Sep-02 6:09 
GeneralRe: SysAllocString doesnt compile Pin
Steve S19-Sep-02 6:15
Steve S19-Sep-02 6:15 
GeneralRe: SysAllocString doesnt compile Pin
ns19-Sep-02 8:07
ns19-Sep-02 8:07 
GeneralRe: SysAllocString doesnt compile Pin
Anonymous19-Sep-02 8:19
Anonymous19-Sep-02 8:19 
GeneralRe: SysAllocString doesnt compile Pin
ns19-Sep-02 8:30
ns19-Sep-02 8:30 
GeneralRe: SysAllocString doesnt compile Pin
Jason Henderson19-Sep-02 9:55
Jason Henderson19-Sep-02 9:55 
GeneralRe: SysAllocString doesnt compile Pin
ns19-Sep-02 10:07
ns19-Sep-02 10:07 
GeneralRe: SysAllocString doesnt compile Pin
Jason Henderson19-Sep-02 10:13
Jason Henderson19-Sep-02 10:13 
GeneralRe: SysAllocString doesnt compile Pin
Steve S19-Sep-02 21:44
Steve S19-Sep-02 21:44 
Generalstring formatting Pin
jamiehale19-Sep-02 4:57
jamiehale19-Sep-02 4:57 
GeneralRe: string formatting Pin
Chris Losinger19-Sep-02 5:14
professionalChris Losinger19-Sep-02 5:14 
GeneralRe: string formatting Pin
jamiehale19-Sep-02 5:37
jamiehale19-Sep-02 5:37 
GeneralRe: string formatting Pin
Chris Losinger19-Sep-02 5:42
professionalChris Losinger19-Sep-02 5:42 
GeneralRe: string formatting Pin
jamiehale19-Sep-02 5:50
jamiehale19-Sep-02 5:50 
GeneralRe: string formatting Pin
jhwurmbach19-Sep-02 5:25
jhwurmbach19-Sep-02 5:25 

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.