U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ Library : Other (not classified elsewhere) » Issues with new stable release 3211
Re: Issues with new stable release 3211 [message #31314 is a reply to message #31297] Sun, 20 February 2011 22:21 Go to previous messageGo to previous message
BioBytes is currently offline  BioBytes
Messages: 312
Registered: October 2008
Location: France
Senior Member
Good evening Koldo,

I have some news. After digging in the source code, I tried to compile the project without the game.h and game.cpp files (this files describe the declarations and methods of object game) and the projet compiled with success.

This means that the issue is in the code of these 2 files that are inserted in the main project.

I think I got the error. The "include game.h" line in the EatMe.h file was set before the declarations :

#include "CtrlLib/CtrlLib.h"
#include "Controls4U/Controls4U.h"
#include "Functions4U/Functions4U.h"


This must be included after the above lines. Another mistake was the first line of the game header : I replaced

#ifndef _EatMe_GAME_h
#define _EatMe_GAME_h


by

#ifndef GAME_h
#define GAME_h


Now all is compiling perfectly.

Please all comments are welcome.

Have a nice week

regards
biobytes
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Various fixes to uppsrc
Next Topic: Ctrl Background
Goto Forum:
  


Current Time: Sun Apr 26 16:33:06 GMT+2 2026

Total time taken to generate the page: 0.00735 seconds