Author |
Message |
Topic: Access a Fortran Module variable from within Visual Basic? |
mposhptti
Replies: 7
Views: 10809
|
Forum: Support Posted: Thu May 08, 2008 3:59 pm Subject: |
(and it looks like there is no refactor tool for VB .NET)
There is a refactor tool for VB.NET. It can be found at:
http://www.devexpress.com/Products/NET/IDETools/VBRefactor/
For example, it w ... |
Topic: Access a Fortran Module variable from within Visual Basic? |
mposhptti
Replies: 7
Views: 10809
|
Forum: Support Posted: Thu May 08, 2008 3:07 am Subject: |
Thank you!!! I have that working now with VB and Fortran. I added another Fortran subroutine and a few more lines on the VB side to test multiple changes to the variable from multiple routines and e ... |
Topic: Access a Fortran Module variable from within Visual Basic? |
mposhptti
Replies: 7
Views: 10809
|
Forum: Support Posted: Wed May 07, 2008 9:22 pm Subject: |
Thank you.
To draw a comparison, Lahey did choose to expose Fortran in the same way and thus has some limitations on what standard Fortran is supported and may also be why they have not developed b ... |
Topic: Access a Fortran Module variable from within Visual Basic? |
mposhptti
Replies: 7
Views: 10809
|
Forum: Support Posted: Wed May 07, 2008 2:12 pm Subject: |
Andrew,
Thank you for the response. I tried using the accessor method in visual basic and that worked. Are there any plans to implement the exposing of Fortran Modules "in the same object orie ... |
Topic: Access a Fortran Module variable from within Visual Basic? |
mposhptti
Replies: 7
Views: 10809
|
Forum: Support Posted: Wed May 07, 2008 10:20 am Subject: Access a Fortran Module variable from within Visual Basic? |
Does the statement:
"Fortran data that appears in a MODULE or COMMON block is also defined as static data. This means for example that an executable and a library cannot share this kind of dat ... |
Topic: .NET VB Calculator Example in VS2005 |
mposhptti
Replies: 4
Views: 5487
|
Forum: Support Posted: Mon May 05, 2008 5:30 pm Subject: Example now works with a couple changes |
Andrew,
Thank you for confirming that there is a problem with the example. I decided to give the manual approach (building the solution using just the calculator.f95 and fortrancalculatorfrontend.vb ... |
Topic: .NET VB Calculator Example in VS2005 |
mposhptti
Replies: 4
Views: 5487
|
Forum: Support Posted: Fri May 02, 2008 2:00 pm Subject: .NET VB Calculator Example in VS2005 |
I've installed the personal edition (ftn95_personal.exe) on an XP system with VS2005 Standard Edition. When I try to use the VB Calculator example by clicking on
...\FTN95Examples\NET\FortranCalcu ... |
|