Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Library : Other (not classified elsewhere) » Issues with new stable release 3211
Re: Issues with new stable release 3211 [message #31317 is a reply to message #31314] Sun, 20 February 2011 23:50 Go to previous messageGo to previous message
koldo is currently offline  koldo
Messages: 3356
Registered: August 2008
Senior Veteran
Hello Patrick

Excellent news.

Quote:

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"
I supposed that something before CtrlLib.h crash with it.

You are right, I would put everything after CtrlLib.h. include.

However in the code you enclose, you put:

#ifndef _EatMe_EatMe_h
#define _EatMe_EatMe_h

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

So Game.h include is after all the rest.

Anyway, if you find yourself in a terrible situation, it is good to go to a safe and known place... Smile, I mean, compile using "Rebuild all" (the little bomb) the samples you trust and, if everything runs ok, prepare the simplest possible testcase based in your failing project. You will find the problem this way (perhaps not the solution but, to find the problem is the 90% of the effort, of course if you use U++ Smile)


Best regards
IƱaki
 
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: Sat Apr 20 10:12:43 CEST 2024

Total time taken to generate the page: 0.06854 seconds