Hi Randy,
Thanks for your quickly response!
How do I tell my c++ app where to look for test4.dll and
it's functions? How will test4.dll's other users declare
test4.dll so they can use it's functions in c++,
If your test4.dll is a pure DLL(not a COM server), you can copy your DLL's
header file and .lib to your c++ program's directory, and include this
header file to your c++ program's header file or source file, then in the
Project\Setting...\Link tab's Catagory selecting Input, then in the
Object/Library Modules' textbox, type the .lib filename.
And meantime you should copy you .DLL file to the directory of the c++
application's exe file.
For .ASP page, it can only comsume the COM object, if you don't know clear
about how to use a COM within ASP, please post the problem to the
.dotnet.aspnet queue.
Best regards,
Gary Chang
Microsoft Online Partner Support
Get Secure! -
www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------