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

what about dll application?

Status
Not open for further replies.

jayjay60

Programmer
Jun 19, 2001
97
FR
I would like to create a vc++ application which could be used from excel. in fact i would like to use the calculation possibilities from c++ and use the environment of excel. I heard that i have to create a dll application, but i never do that before, so i would like to know if anybody could give me a sample of code or indicate me a place where i could find some explanation to do that.

thanks in advance

gerald
 
There are a lot of samples in MSDN. For Example, Spincube, Msgtable etc. Or You can look Help for these Functions:
LoadLibrary(), FreeLibrary(), GetProcAddress(), DllEntryPoint() and key words dllimport, dllexport.
To begin, easy create a new Project of type Win32 Dynamic-Link Library.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top