| Author |
Message |
Topic: Register a .dll file |
cOwl_7
Replies: 1
Views: 4669
|
Forum: Support Posted: Thu Jun 16, 2011 7:37 pm Subject: Register a .dll file |
Hello, I have a brief questions regarding registering of .dll files for debugging and other matters.
I currently have a test code, test.f95 s.t:
subroutine test()
!DEC$ ATTRIBUTES DLL ... |
Topic: Call to a FTN95 DLL from VBA (MS Excel) |
cOwl_7
Replies: 5
Views: 11214
|
Forum: Support Posted: Tue Jun 14, 2011 2:54 pm Subject: |
In response to your post as well John.
My first thought was to produce a .csv file from the fortran code, but it appears that is what you are doing currently.
There is a way to pass arrays from ... |
Topic: Call to a FTN95 DLL from VBA (MS Excel) |
cOwl_7
Replies: 5
Views: 11214
|
Forum: Support Posted: Thu Jun 02, 2011 3:10 pm Subject: |
Dear davidb, Thanks a lot for the reply. That helped me narrow down the problem. Yes, it seems like a very good idea to explicitly name the data type when declaring variables.
I changed the ftn95 ... |
Topic: Call to a FTN95 DLL from VBA (MS Excel) |
cOwl_7
Replies: 5
Views: 11214
|
Forum: Support Posted: Wed Jun 01, 2011 10:41 pm Subject: Call to a FTN95 DLL from VBA (MS Excel) |
| Hello, I have been working on creating a .dll file, and calling it from Visual Basic Application (VB 6.5) in Microsoft Excel. Currently it results in a crash of MS Excel when the function is called.
... |
| |