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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dbdoshi

  1. dbdoshi

    DLL Question

    I am learning how to write DLL's. My DLL has 3 files, a cpp file, a header file and a defination file. I will post the code below: Header File: extern "C" double __stdcall MyFunc(int a, double b); extern "C" int CdeclFunc(int a); CPP File: #include "pascal.h&quot...

Part and Inventory Search

Back
Top