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

Asp and C++ DLL file?

Status
Not open for further replies.

Sidro

MIS
Sep 28, 2002
197
US
Hi,
Is it possible to use a DLL file thats created in C++ and use it in asp? thankx.
 
I would think that the answer would be yes. I know that you can reference .dll files in ASP (as I use one created in VB) and cannot imagine why there would be a difference for one created in C++ (though I know little about C++).

Essentially, you create an object of the dll and then utilize its methods/properties.

Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so.
--Douglas Adams
 
yes you can, just need to make sure the DLL is able to be referenced by the asp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top