Hey there, i'm looking to convert VC++ code into Borland for a specific class and I've come across this line
MSG& msg = AfxGetThreadState()->m_lastSentMsg;
My question is what can i replace this with in borland to get the same effect filling msg with the proper info.
Vinh
Thx
Ok, I can use this COM object in VC++ but I can't in Borland.
The problem is this BSTR
in VC++ I can create a CString object, then use .AllocSysString() to convert it into a BSTR. Works fine...
But what can I do in Borland to do this same operation? I tried making a char[] and casting it with...
I have a COM object that was written in VC++. I've got all the interface inforamtion and Interface ID's for it.
I have a Borland MFC C++ program as well.
My goal is to get this COM object to work with my Borland C++ program, is this possible? Can you interface a COM object with Borland?
Vinh
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.