Profile for Ingro
Field | Value |
---|---|
Displayed name | Ingro |
Member number | 10385 |
Title | Apprentice |
Postcount | 3 |
Homepage | |
Registered | Sunday, September 9 2007 07:00 |
Recent posts
Author | Recent posts |
---|---|
Compiling BoE source code for Windows in Blades of Exile | |
Apprentice
Member # 10385
|
written Saturday, September 22 2007 03:26
Profile
quote:I'm confused. "Blades of Exile Game/Editor/Character Editor are released under the terms of the GNU General Public License, Version 2." seems clear that both versions are covered by the GPL. (This is from the SpiderWeb source download Blades of Exile License.txt). Both the Mac and Windows versions are present in the file below the license. Posts: 3 | Registered: Sunday, September 9 2007 07:00 |
Compiling BoE source code for Windows in Blades of Exile | |
Apprentice
Member # 10385
|
written Wednesday, September 19 2007 14:35
Profile
Ok it was pointed out to me (VIA PM) that I didn't mention what file I was linking against in the VS2005 file. winmm.lib was the file that I finally figured out I needed to link against to get the project to compile. It needs to be included under the project properties -> Configuration Properties -> Linker -> Input -> Additional Dependencies. I hope this clears up that question. EDIT: It's probably worth mentioning that there are several bugs due to VS2005 requiring variables to be defined before being passed to a function (and many aren't). I fixed the ones I saw just quickly playing through but if you find any more please report them :) [ Wednesday, September 19, 2007 15:11: Message edited by: Ingro ] Posts: 3 | Registered: Sunday, September 9 2007 07:00 |
Compiling BoE source code for Windows in Blades of Exile | |
Apprentice
Member # 10385
|
written Sunday, September 9 2007 18:51
Profile
quote:I love a good challenge ;) VS2005 project fiile that compiles (for me anyway anyone want to confirm it works?). As far as I can tell it is working properly. Built off Ormus's (sources) link. Ok bracing for reports about what I messed up lol quote:What's broken on Vista (messes up)? quote:Does anyone have a very basic example of this problem where renaming the files actually does make the scenarios load? quote:I think the advantge to SourceForge would be a commen place that everyone can go to get code and the folks working on the project can upload it. It would be a shame if someone quit and people were getting old versions of the code to work on because that's what their sig pointed too. Or did I miss something that is already set up? Thanks for letting me know :) quote:I think I got it working correctly? [ Sunday, September 09, 2007 22:11: Message edited by: Ingro ] Posts: 3 | Registered: Sunday, September 9 2007 07:00 |