Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. XxReaperxX

    Need Borland Version AfxGetThreadState()->m_lastSentMsg

    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
  2. XxReaperxX

    COM in Borland vs VC++?

    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...
  3. XxReaperxX

    Convert char* to BSTR in Borland, how?

    Can someone please tell me hwo to convert a char* to a BSTR for COM stuff?
  4. XxReaperxX

    Does Borland Support COM ?

    what's the header file for CoInitialize and stuff? its not in ole2.h
  5. XxReaperxX

    Does Borland Support COM ?

    got any sample code showing how to use a COM object in borland? not how to make one, but how to use one with a program
  6. XxReaperxX

    COM in Borland?

    i've got the DLL and i know the UID's for the instances .. i need tutorial/sample code to see hwo to use it in my program
  7. XxReaperxX

    Does Borland Support COM ?

    Is there a way I can get a COM object to work under Borland?
  8. XxReaperxX

    COM in Borland?

    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

Part and Inventory Search

Back
Top