Joined: 14 Mar 2005, 12:32 Location: The Netherlands
Perhaps it could be mentioned in the opening post of this topic that Code::Blocks can import Visual Studio projects, and Dev-C++ can't.
Using Code::Blocks thusly saves some labour of having to define a new project file in Dev-C++.
Joined: 19 Aug 2004, 16:38 Location: Togliatti, Russia
Ok hm... got the code through subversion, got the vclibs, tried to compile, and now the damned thing is asking for boost libs of version 1.33.1, while the vclibs archive has 1.33... wtf? I got the source for 1.33.1 (somehow), any chance that can be used?
Joined: 19 Aug 2004, 16:38 Location: Togliatti, Russia
I'm working with VC2003 (which is 7.1 I believe). And I got the vclibs package, as I said, but it contained the 1.33 boost libraries, and the linker is asking for 1.33.1. Renaming didn't work. :)
Hm. Was looking through the code right now (even though it doesn't compile) and noticed something. You check whether the shield bounces the projectile or not, and if not, you do not check for visibleshieldrepulse - while I'd like the shield to show an effect when hit by a projectile. It's not that hard to fix, nor is it critical, but it annoys me, and in my situation I can't fix it!..
I'm working with VC2003 (which is 7.1 I believe). And I got the vclibs package, as I said, but it contained the 1.33 boost libraries, and the linker is asking for 1.33.1. Renaming didn't work. :)
I don't use VC 2003, but you could try to compile boost yourself. First you should know that you will need to build if from the command-line. Yo need need to compile boost-jam, which is the build tool for boost. I think that this is close to what yoiu need to do.
1.) Extract boost-jam.
2.) Make sure you have the platform SDK
3.) open a command prompt.
4.) execute something like this. You will need to change the first line.
"C:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat"
5.) change to the boost-jam directory
6.) run build.bat
7.) move bin.ntx86\bjam.exe (the ile you just built into the main boost directory
8.) Make sure you have at least 2.5GBs of space on your HD.
8.) Then run the final build command. Only run one of these.
Joined: 19 Aug 2004, 16:38 Location: Togliatti, Russia
Presuming I DO get VC8 (which is 2005), where do I get the prebuilt libs of boost for it?
edit: Ok, I've built the boost... Spring compiled, strangely enough, but the problem is I can't find the one thing it was supposed to produce - the EXE... Anything else I was supposed to do/know?
Joined: 19 Aug 2004, 16:38 Location: Togliatti, Russia
Heh, found it by myself I have. Had to waddle through project settings. :)
One more question, I presume that "update repository from local copy" isn't the way to submit changes, I have to use "create patch" for that and upload it to berlios, right?
Joined: 19 Aug 2004, 16:38 Location: Togliatti, Russia
I suppose this question should go here. In archivescanner.cpp there's a certain "S_ISDIR" that the compiler doesn't like. Any chance that could be replaced?
Using msvc 2003, this is really my first time fooling with this. I got the files of the svn and the vclibs extracted into my svn directory I am using for my trunk..
I get a cannot open input file SDL.lib... what have I missed?
Users browsing this forum: No registered users and 1 guest
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum