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

creating dll?

Status
Not open for further replies.

ArmenD

Programmer
Feb 3, 2005
101
US
what is the visual studio.net equivalent (procedures or commands)to the process of creating dlls below...

MS Visual C++ 4.0:
cl -Ic:\java\include -Ic:\java\include\win32 -LD HelloWorldImp.c -Fehello.dll

i am trying to create a dll.
 
hi,
Step 5 of JNI method says...
"Compile the native language code that you created in the previous two steps into a shared library. On Windows you'll create a dynamic link library (DLL).

can someone please tell me how I can do this using visual studio.net?
 
please do not cross post questions in two forums (Java forum).

--------------------------------------------------
Free Database Connection Pooling Software
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top