Author |
Message |
Topic: VB.NET calling an FTN95 DLL |
TPSchultz
Replies: 12
Views: 17155
|
Forum: Support Posted: Wed Jul 30, 2014 5:31 am Subject: |
I'm glad you got it to work.
I just want to comment that it seems like you were confused about the differences between a Win32 DLL and a .NET DLL. In .NET, you don't need to include all of the Dec ... |
Topic: VB.NET calling an FTN95 DLL |
TPSchultz
Replies: 12
Views: 17155
|
Forum: Support Posted: Tue Jul 29, 2014 11:52 pm Subject: |
Well, it's been years since I posted this and made it work; I ultimately dropped trying to reuse old Fortran code and spent the time to convert everything to VB (things worked in VB2008, but I couldn' ... |
Topic: FTN95 Express and VB 2010 Express Compatibility |
TPSchultz
Replies: 0
Views: 6815
|
Forum: Support Posted: Mon Oct 15, 2012 1:14 am Subject: FTN95 Express and VB 2010 Express Compatibility |
I have the need to update a .NET application that I wrote in Visual Basic 2008 Express a couple years ago that calls a Win32 DLL that I compiled using Silverfrost FTN95 Express. The problem quickly a ... |
Topic: VB.NET calling an FTN95 DLL |
TPSchultz
Replies: 12
Views: 17155
|
Forum: Support Posted: Mon Feb 22, 2010 7:50 am Subject: |
I figured out how to bring in the .NET dll and add a reference to it in the VB.NET project. So far, so good.
Tim |
Topic: VB.NET calling an FTN95 DLL |
TPSchultz
Replies: 12
Views: 17155
|
Forum: Support Posted: Mon Feb 22, 2010 3:31 am Subject: |
I had been compiling the DLL in Win32 mode, so I tried to switch to .NET mode since I am trying to call this from Visual Basic.NET. However, when I switch the FTN95 compiler/linker options to .NET DL ... |
Topic: VB.NET calling an FTN95 DLL |
TPSchultz
Replies: 12
Views: 17155
|
Forum: Support Posted: Mon Feb 15, 2010 7:41 pm Subject: |
Originally being Fortran 77 code, the Intent attribute wasn't used, and not be overly experienced in Fortran, I had never heard of if. However, at your suggestion, I just tried it... it made no diffe ... |
Topic: VB.NET calling an FTN95 DLL |
TPSchultz
Replies: 12
Views: 17155
|
Forum: Support Posted: Fri Feb 12, 2010 7:16 pm Subject: VB.NET calling an FTN95 DLL |
I've got some old (originally Fortran 77) subroutines that I've converted into a DLL that I am calling from Visual Basic 2008.NET SP1. I pass it several variables (some integers, floating points and ... |
Topic: DLL Exports |
TPSchultz
Replies: 2
Views: 5245
|
Forum: Support Posted: Fri Jan 01, 2010 8:26 pm Subject: |
Entering this in the Extra Linker Options (in Visual Studio) is exactly what I was looking for, and had tried, but I had the syntax wrong. I didn't realize that I had to put a dash ("-") in ... |
Topic: DLL Exports |
TPSchultz
Replies: 2
Views: 5245
|
Forum: Support Posted: Thu Dec 31, 2009 8:32 pm Subject: DLL Exports |
I've built a Win32 DLL that contains several internal subroutines and functions, and everything appears to be working fine. In the Linker options, I've answered "Yes" to "Export All&qu ... |
|