I am currently working on a project that requires that I write a VC++ library that is called by a Visual FORTRAN (Compaq's) program. The resources that I have found say that it is relatively easy to do this, however they are not really specific about the details.
I have a class with about 6 functions that I want to make external. What do I need to do in order to change these functions to be able to be called from FORTRAN? I don't have to worry about the VFORTRAN code only the VC++ stuff. Also do I need to create any special kind of project (either ATL/COM or .dll)?
I have a class with about 6 functions that I want to make external. What do I need to do in order to change these functions to be able to be called from FORTRAN? I don't have to worry about the VFORTRAN code only the VC++ stuff. Also do I need to create any special kind of project (either ATL/COM or .dll)?