Linking Fortran dll built with vs2010 to c++ built using vs2012

Linking Fortran dll built with vs2010 to c++ built using vs2012

imagem de morgan.lecallet

Is it possible to build link and run  a Fortran dll built using Visual Fortran Compiler XE 13.0.1.119 [Intel(R) 64] in Visual Studio 2010 to a c++ program built using visual studio 2012.

Do I need to rebuild the dll using visual studio 2012 ?

3 posts / 0 new
Último post
Para obter mais informações sobre otimizações de compiladores, consulte Aviso sobre otimizações.
imagem de TimP (Intel)

It seems likely to work without rebuild, in the absence of any specific information.

imagem de Steve Lionel (Intel)

I agree with Tim - it should work without changes.  You will need to have the Visual C++ 2010 runtime DLLs installed to run the program, though. Microsoft supplies these for x86 and x64.

Steve

Faça login para deixar um comentário.