View previous topic :: View next topic |
Author |
Message |
rcsaumarez
Joined: 23 Mar 2008 Posts: 9 Location: Cambridge UK
|
Posted: Fri Dec 06, 2013 11:41 pm Post subject: Calling FTN95 from Visual studio. |
|
|
I am making a large application with VB. However, there is a numeric core that VB is simply too slow to execute.
The FTN95 subroutine has no arguments (everything is retrieved from disk).
I don't really understand how to integrate the FTN into visual studio.
Should one form a .dll of the FTN routines using the .Net option in the compiler? |
|
Back to top |
|
|
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8016 Location: Salford, UK
|
Posted: Sat Dec 07, 2013 9:05 am Post subject: |
|
|
You can access an FTN95 dll from VB but it would probably be Win32 rather than .NET and you don't necessarily need Visual Studio to create the dll. |
|
Back to top |
|
|
rcsaumarez
Joined: 23 Mar 2008 Posts: 9 Location: Cambridge UK
|
Posted: Sun Dec 08, 2013 3:06 pm Post subject: |
|
|
Thanks.
You have been very helpful |
|
Back to top |
|
|
|