Author |
Message |
Topic: Access to MatLab generated .dll using Fortran (ftn95) |
Moredom
Replies: 9
Views: 21156
|
Forum: General Posted: Wed Dec 20, 2006 3:00 pm Subject: |
Hi Paul!
I have the possibility to get access to the source and .h and .c files of the MatLab project.
The group of people who are going to get the finished .dll are the ones who should not have a ... |
Topic: Access to MatLab generated .dll using Fortran (ftn95) |
Moredom
Replies: 9
Views: 21156
|
Forum: General Posted: Wed Dec 20, 2006 12:08 pm Subject: |
Hi Paul!
I'm still searching the knowledge base, so far only information on calling Fortran from MatLab.
You understood me with the point that I have to call MatLab from Fortran and not the othe ... |
Topic: Access to MatLab generated .dll using Fortran (ftn95) |
Moredom
Replies: 9
Views: 21156
|
Forum: General Posted: Tue Dec 19, 2006 10:24 am Subject: |
Hi Paul!
I did some more work of that yesterday.
First of all, the MatLab dll's are CDECL program test
! Declaring external functions
C_EXTERNAL matlibInitialize 'matlibInitialize'
C_EXTERNAL m ... |
Topic: Access to MatLab generated .dll using Fortran (ftn95) |
Moredom
Replies: 9
Views: 21156
|
Forum: General Posted: Mon Dec 18, 2006 4:19 pm Subject: |
Hi Carl!
First of all, there is no kernel32 module in ftn95, at least I do not have it (=
So there are no routines as 'LOADLIBRARY' and 'GETPROCADDRESS'.
As I read a little bit about 'C_EXTERNA ... |
Topic: Access to MatLab generated .dll using Fortran (ftn95) |
Moredom
Replies: 9
Views: 21156
|
Forum: General Posted: Sat Dec 16, 2006 4:33 pm Subject: Access to MatLab generated .dll using Fortran (ftn95) |
Hello Everyone!
I'm trying to access MatLab-Functions from an MatLab generated .dll-file.
I discovered an example program, which now works with Digital Fortran, but not with ftn95, which I have ... |
|