Click here to Skip to main content
15,912,837 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: Strange Compiler Error ... Pin
Nathan Blomquist19-Jun-03 5:03
Nathan Blomquist19-Jun-03 5:03 
GeneralRe: Strange Compiler Error ... Pin
leppie19-Jun-03 7:34
leppie19-Jun-03 7:34 
GeneralRe: Strange Compiler Error ... Pin
Nathan Blomquist20-Jun-03 7:30
Nathan Blomquist20-Jun-03 7:30 
GeneralPassing CString object reference from VC++ .Net dll to VC++ 6.0 dll Pin
rkvs18-Jun-03 6:42
rkvs18-Jun-03 6:42 
GeneralRe: Passing CString object reference from VC++ .Net dll to VC++ 6.0 dll Pin
John M. Drescher18-Jun-03 6:54
John M. Drescher18-Jun-03 6:54 
GeneralRe: Passing CString object reference from VC++ .Net dll to VC++ 6.0 dll Pin
monrobot1318-Jun-03 8:34
monrobot1318-Jun-03 8:34 
GeneralRe: Passing CString object reference from VC++ .Net dll to VC++ 6.0 dll Pin
rkvs18-Jun-03 9:12
rkvs18-Jun-03 9:12 
GeneralRe: Passing CString object reference from VC++ .Net dll to VC++ 6.0 dll Pin
Yoon Taeho22-Jun-03 12:54
Yoon Taeho22-Jun-03 12:54 
Hi rkvs.
If VC6's CString and VC7's CString class are different, then you can't pass it as a class (reference). because they are quite different classes, just their names are same.

so you'd better pass it char* data type.
I guess both of CString classes has (LPCSTR) casting operator.

Have a good day~
- taeho -Smile | :)
Generaldesign question Pin
monrobot1318-Jun-03 3:36
monrobot1318-Jun-03 3:36 
Generalin borland 5.02 how BGI include Pin
shehzadi17-Jun-03 11:10
shehzadi17-Jun-03 11:10 
GeneralRe: in borland 5.02 how BGI include Pin
John M. Drescher17-Jun-03 12:58
John M. Drescher17-Jun-03 12:58 
Generalg Pin
17-Jun-03 3:02
suss17-Jun-03 3:02 
Generalquestion on a pyramid like program Pin
kus16-Jun-03 15:29
kus16-Jun-03 15:29 
GeneralRe: question on a pyramid like program Pin
AlexO17-Jun-03 3:58
AlexO17-Jun-03 3:58 
GeneralEquivalent of Format(string, params object[]) Pin
monrobot1313-Jun-03 12:09
monrobot1313-Jun-03 12:09 
GeneralRe: Equivalent of Format(string, params object[]) Pin
leppie14-Jun-03 9:50
leppie14-Jun-03 9:50 
GeneralRe: Equivalent of Format(string, params object[]) Pin
monrobot1314-Jun-03 12:15
monrobot1314-Jun-03 12:15 
GeneralRe: Equivalent of Format(string, params object[]) Pin
leppie14-Jun-03 12:21
leppie14-Jun-03 12:21 
GeneralRe: Equivalent of Format(string, params object[]) Pin
monrobot1315-Jun-03 11:07
monrobot1315-Jun-03 11:07 
GeneralRe: Equivalent of Format(string, params object[]) Pin
leppie15-Jun-03 14:19
leppie15-Jun-03 14:19 
GeneralRe: Equivalent of Format(string, params object[]) Pin
monrobot1316-Jun-03 5:26
monrobot1316-Jun-03 5:26 
GeneralRe: Equivalent of Format(string, params object[]) Pin
leppie16-Jun-03 8:20
leppie16-Jun-03 8:20 
GeneralRe: Equivalent of Format(string, params object[]) Pin
monrobot1318-Jun-03 3:37
monrobot1318-Jun-03 3:37 
General.NET and I/O functions ... Pin
Hadi Rezaee11-Jun-03 1:20
Hadi Rezaee11-Jun-03 1:20 
GeneralRe: .NET and I/O functions ... Pin
Valeria Bogdevich12-Jun-03 4:20
Valeria Bogdevich12-Jun-03 4:20 

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.