project-navigation
Personal tools

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Red

Pages: [1]
1
Coding / Re: Compiling with DEV-CPP
« on: September 04, 2007, 11:28:11 pm »
Ok, DEV-CPP works perfectly. Please forget my last hint about msg.h include, I missed that it was included few lines above, I don't know how it could help me :)

2
Coding / Re: Compiling with DEV-CPP
« on: September 04, 2007, 10:58:19 pm »
Red, all devcpp project files should be fixed in current trunk. Can you verify?
I can see now that smalul have verified that. I've successfuly used codeblocks and I had to add only two #ifdef's (line 427 and 430 in FS_Read routine, files.c) and #include "msg.h" in win_main.c Anyway I'll check it too with DEV-CPP... as soon as my centrino 2Ghz will finish maps compilation :) I takes hours...

3
Coding / Compiling with DEV-CPP
« on: September 02, 2007, 07:07:07 pm »
Hi,

I'm trying to compile code with DEV-CPP. I've all devpacks mentioned in compilation howto. Compilation is ok, but I'm unable to link it. The problem is, I think, that some directories (shared, common) are not compiled to libraries, thus compilation fails. For example, I'd like to compile game project, but it says that "Info_ValueForKey" is unknown. Am I doing something wrong or DEV-CPP was not tested. Please tell me what should I do  :)

Pages: [1]