Tagged Questions
1
vote
2answers
247 views
Mixed Language Woes in Visual Studio 2008
I'm trying to figure out how to get mixed-language support working in Visual Studio 2008. In my app_code folder, I've created two subfolders (CS, VB), and added the following to the web.config file:
...
1
vote
0answers
1k views
Visual Studio, Intel Visual Fortran, and Visual C/C++ mixed-language compile
Working with Visual Studio 2008 Pro, with Intel Fortran compiler v11, on Windows 7 x64.
I have an Intel Visual Fortran project set up with all the fortran source files. I wish to gradually replace ...