Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All,

Is it possible to integrate fortran compiler to Visual Studio 2005. If so, how
can do that. How to know which compiler is using in visual studio. can somebody
help me in this


Thanks
Posted

1 solution

You would need to add custom rules to the project so it used the Fortran compiler to process the appropriate source files to object code. Take a look at the project or file properties in Visual Studio and you should be able to see where the changes need to be made.
 
Share this answer
 
Comments
Ajain A K 19-Dec-12 7:48am    
Thanks Richard for your answer.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900