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

DLL's out of Visual Studio 2005??

Status
Not open for further replies.

drdad5727

Programmer
Joined
Feb 28, 2005
Messages
28
Location
US
A question out of ignorance: I mostly use C/C++ to code DLL's for use by Java programs (it's called JNI) to access services, whatever, that don't have Java interfaces. So, my question (which I'm too lazy to research myself [blush]) is:

Can VS 200x produce ordinary DLLs that look just like any other DLL to the program that loads it?

Thanks for letting me be lazy! [sleeping2]
 
The lazy answer is yes. :) VS 2005 will compile unmanaged C++ code.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top