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 strongm 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. JoshClark

    MFC/ADO to VB/COM/ADO error

    I'm working an MFC DLL that will be used in a VB white-box testing tool. My DLL references the ADO typelib to recognize types used in imported VB COM objects that are used as middleware between the application-under-test's web front-end and MSSQL back-end. I keep getting this one freaking...
  2. JoshClark

    Writing an MFC Dll Without Namemangling...

    Palbano, I think he's talking about importing functions from DLLs in a language other than C++. (ie VB COM objects)
  3. JoshClark

    Please help, I just don't get it!

    Or use MFC (Microsoft Foundation Classes). You can get the libraries at http://msdn.microsoft.com/.
  4. JoshClark

    I'm trying to use a MFC DLL to acce

    I'm trying to use a MFC DLL to access VB COM objects in order to white-box test them. The COMs are middleware between a web front-end application and a MSSQL7 database, so the VB references ADO to make the database calls. When I build my DLL in Visual C++, I get declaration errors because it...

Part and Inventory Search

Back
Top