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: *

  • Users: sahr
  • Order by date
  1. sahr

    Can't find dll entry point

    Looked at the dll using the dependancy walker and sure enough it had tons of weird characters with the function names. Tried both of your suggestions but was unable to get rid of the weird stuff. I ended up changing my #define to #define EXPORT extern "C" __declspec(dllexport)...
  2. sahr

    Can't find dll entry point

    I have a dll written with c++ which was written by another programmer. So I know very little about the dll other than the functions that I want to call. I can bring it up in visual c++ but since I'm not real familiar with c++ I don't understand it all. In any case I am trying to call the dll...
  3. sahr

    ole control

    I have an application written in vfp 3.0. I write some informtion to an excel document with some code similar to the following. oleExcel = CreateObject("Excel.Application") oleExcel.application.workbooks.open("BlankExcel.xls")...

Part and Inventory Search

Back
Top