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!

Search results for query: *

  • Users: mrgary
  • Content: Threads
  • Order by date
  1. 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