Editing Talk:Free Compiler Setup
Jump to navigation
Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 37: | Line 37: | ||
== Compiling ShuttlePB - Rank Beginner's Experiences == | == Compiling ShuttlePB - Rank Beginner's Experiences == | ||
− | First I just want to say what a wonderful Wiki article this is as from a clean install, following the directions precisely | + | First I just want to say what a wonderful Wiki article this is as from a clean install, following the directions precisely I was able to compile ShuttlePB using the free compiler Visual C++. |
The whole thing (excluding download time) took 15 minutes and I have no experience with C and only hobby programming experience with a few other languages. | The whole thing (excluding download time) took 15 minutes and I have no experience with C and only hobby programming experience with a few other languages. | ||
Line 43: | Line 43: | ||
I did find that I had to add an additional include to get it to compile as the first build came up with an error that it couldn't find fstream.h (and no doubt if the build had not terminated with a fatal error it would not have found math.h or float.h). These files reside in a crt folder under the directory C:\Program Files\Microsoft Platform SDK\. I therfore added the following include path to those listed in te relevant section of the wiki article: C:\Program Files\Microsoft Platform SDK\crt\. | I did find that I had to add an additional include to get it to compile as the first build came up with an error that it couldn't find fstream.h (and no doubt if the build had not terminated with a fatal error it would not have found math.h or float.h). These files reside in a crt folder under the directory C:\Program Files\Microsoft Platform SDK\. I therfore added the following include path to those listed in te relevant section of the wiki article: C:\Program Files\Microsoft Platform SDK\crt\. | ||
− | The dll was then | + | The dll was then build without a problem. I test flew it and the little ShuttlePB flies like a dream! Very exciting stuff! |
− | Now to see if I can do a panel and an | + | Now to see if I can do a panel and an mfd. I hope the above amendment might help others using the free compiler and if this needs to be added to wiki then someone with more knowledge than me should feel free to add it or if a better way exists to include the crt directory then explicitly state in wiki how to do so. |
Thank you to everyone who contributed to this article as it is absolutely superb. | Thank you to everyone who contributed to this article as it is absolutely superb. | ||
C Senescall 10 September 2006 | C Senescall 10 September 2006 | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |