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!

DLL in Visual C++

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi,
Can you help me to create and use a dll in Visual C++?
Thank you for any help you give me.
ASSO BOYS
 
create a DLL type application and put there some functions. How to use it in VB see in VB forum. Also yo can create COM objects what have some many advantages comparative with simple DLLs.
The first in the each export type declaration should be
__declspec(dllexport) Ion Filipski
1c.bmp


filipski@excite.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top