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++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » App dosn't start anymore
Re: App dosn't start anymore [message #9569 is a reply to message #9568] Thu, 17 May 2007 17:03 Go to previous message
michael is currently offline  michael
Messages: 153
Registered: May 2007
Location: Germany
Experienced Member
Found the error... is was between my ears...

when you put this in your header:

#ifndef _prohibisZA_prohibisZA_h_
#define _prohibisZA_prohibisZA_h_


your app wouldn't start. It should be like this:

#ifndef _prohibisZA_prohibisZA_h
#define _prohibisZA_prohibisZA_h


Don't ask me where the additional _ was coming from.

Rolling Eyes

Michael
 
Read Message
Read Message
Previous Topic: Project questions...
Next Topic: Preserving watch variables
Goto Forum:
  


Current Time: Mon Aug 25 11:47:33 CEST 2025

Total time taken to generate the page: 0.08841 seconds