Mar 31, 2005 #1 ArmenD Programmer Joined Feb 3, 2005 Messages 101 Location US how does one create a dll in visual studio.net?
Apr 1, 2005 #2 shatch Programmer Joined Jul 9, 2004 Messages 346 Location GB Go to the project properties and select 'Class Library' as the output type Upvote 0 Downvote
Apr 1, 2005 Thread starter #3 ArmenD Programmer Joined Feb 3, 2005 Messages 101 Location US ok, so if I have compiled fortran code that needs to be in this shared library, how can I add it to the dll? I am doing native methods so I have to create the shared dll library which integrates fortran. Upvote 0 Downvote
ok, so if I have compiled fortran code that needs to be in this shared library, how can I add it to the dll? I am doing native methods so I have to create the shared dll library which integrates fortran.