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 bkrike 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 mrgary

  1. mrgary

    Can't register DLL

    Thanks for your help... but regsvr32 fails on variant #1. I need to call this DLL from Visual Basic.
  2. mrgary

    Can't register DLL

    I am having difficulty registering a DLL written in Visual C++ 6.0. Here is the code: #include <windows.h> #include <io.h> extern &quot;C&quot; _declspec(dllexport) char *SubString(); char *SubString() { char test[15] = &quot;hello trident!&quot;; return test; } It is just a test. I...

Part and Inventory Search

Back
Top