View previous topic :: View next topic |
Author |
Message |
cluosh
Joined: 15 Mar 2013 Posts: 20
|
Posted: Tue Mar 19, 2013 6:08 pm Post subject: |
|
|
To
Code: | __declspec(dllexport) |
|
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8210 Location: Salford, UK
|
Posted: Tue Mar 19, 2013 6:29 pm Post subject: |
|
|
You may need to have extern "C" in C++ in order to match c_external in FTN95. |
|
Back to top |
|
 |
cluosh
Joined: 15 Mar 2013 Posts: 20
|
Posted: Tue Mar 19, 2013 6:53 pm Post subject: |
|
|
I'm sorry, yes, the prototypes of the C++ functions are defined with extern C. |
|
Back to top |
|
 |
|