Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29011 Discussions

MixedLanguage Sample cannot be build in vs2010

Thomas_S_2
Beginner
712 Views

Hi,

I try to build the mixed language sample from c:\Program Files (x86)\Intel\Composer XE 2013\Samples\en_US\Fortran\ and ran throw the steps in the README.TXT file but when trying to 

- Open the solution
- Right click on the C_USEDLL project and select References
- FDLL.vfproj should be highlighted. Click Remove Reference. Click OK.
- Right click on the C_USELIB project and select References
- FLIB.vfproj should be highlighted. Click Remove Reference. Click OK.
- Right click on the C_USEDLL project and select Project Dependences
- Check the box Depends on > FDLL. Click OK.
- Right click on the C_USELIB project and select Project Dependences
- Check the box Depends on > FLIB. Click OK.

it is not possible to remove the references. As a result the whole example can not be build on my win8 / win7 vs2010, vs2012 systems.

Find attached the message displayed (sorry it's in German)

Kind Regards,

Thomas

0 Kudos
4 Replies
Thomas_S_2
Beginner
712 Views

Forgot: this is the message when trying to build

1>------ Erstellen gestartet: Projekt: C_USELIB, Konfiguration: Debug Win32 ------
1>C:\snap2011\MixedLanguage\C_calls_Fortran\FLIB\FLIB.vfproj(2,1): error MSB4075: Die Projektdatei "C:\snap2011\MixedLanguage\C_calls_Fortran\FLIB\FLIB.vfproj" muss in der Visual Studio IDE geöffnet und in die letzte Version konvertiert werden, bevor sie von MSBuild erstellt werden kann.
========== Erstellen: 0 erfolgreich, 1 fehlerhaft, 1 aktuell, 0 übersprungen ==========

0 Kudos
Thomas_S_2
Beginner
712 Views

I got it.

I could remove the dependencies here .. see attachement

0 Kudos
Thomas_S_2
Beginner
712 Views

One hint in addition:

One has to ad the libpath c:\Program Files (x86)\Intel\Composer XE 2013\compiler\lib\ia32\ ... to get the projects running

0 Kudos
Steven_L_Intel1
Employee
712 Views
That is also covered in the sample's ReadMe.
0 Kudos
Reply