P
Pakea
Dear all,
I'm trying compile MSV .NET with IFC v8.
In my c++ source I write
....
extern "C" void _stdcall ROUTINE (...)
...
main
{....
void ROUTINE (...);
....}
In fortran source
subroutine routine (...)
....
return
In my MSV Solution, I included the fortran project in MSV .NET (I
called it "prototipo"), and I built my library ("prototipo.lib"). But
when I try link the solution, I have an error
--------------------
Linking...
LINK : warning LNK4075: ignoring '/EDITANDCONTINUE' due to
'/INCREMENTAL:NO' specification
Creating library .\MyApp_d.lib and object .\MyApp.exp
MyApp.obj : error LNK2019: unresolved external symbol _ROUTINE@12
referenced in function "public: void __thiscall
Applica::IniciaPosCoche(void)" (?IniciaPosCoche@Applica@@QAEXXZ)
..\MyApp_d.exe : fatal error LNK1120: 1 unresolved externals
-------
Any solution
Thanks
Pakea
I'm trying compile MSV .NET with IFC v8.
In my c++ source I write
....
extern "C" void _stdcall ROUTINE (...)
...
main
{....
void ROUTINE (...);
....}
In fortran source
subroutine routine (...)
....
return
In my MSV Solution, I included the fortran project in MSV .NET (I
called it "prototipo"), and I built my library ("prototipo.lib"). But
when I try link the solution, I have an error
--------------------
Linking...
LINK : warning LNK4075: ignoring '/EDITANDCONTINUE' due to
'/INCREMENTAL:NO' specification
Creating library .\MyApp_d.lib and object .\MyApp.exp
MyApp.obj : error LNK2019: unresolved external symbol _ROUTINE@12
referenced in function "public: void __thiscall
Applica::IniciaPosCoche(void)" (?IniciaPosCoche@Applica@@QAEXXZ)
..\MyApp_d.exe : fatal error LNK1120: 1 unresolved externals
-------
Any solution
Thanks
Pakea