IDL file?
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Hi all! I have to make a CORBA interface for my Visual C++ application but when I try to compile the .idl file I get errors with CString type. How could I solve it? Thank you in advance!
You cant have CString in idl file.
-
Hi all! I have to make a CORBA interface for my Visual C++ application but when I try to compile the .idl file I get errors with CString type. How could I solve it? Thank you in advance!
COM doesn't support CString try using BSTR its meant for COM Read the following article http://www.codeproject.com/string/bstrsproject1.asp Regards Suneet Chandok