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
App dosn't start anymore [message #9568] Thu, 17 May 2007 16:06 Go to next message
michael is currently offline  michael
Messages: 153
Registered: May 2007
Location: Germany
Experienced Member
When i run (f5) my application within TheIDE my app does not start anymore after compiling and linking:

prohibisZA: 12 file(s) built in (0:05.92), 493 msecs / file, duration = 6000 msecs, parallelization 0%
Linking...
(option '-O 2' ignored)
___main: duplicate
-> used:      libmingw32.a:gccmain.o:1
-> discarded: libgcc.a:__main.o:1
C:\Programme\UPP\out\MINGW.Blitz.Gui\prohibisZA.exe (1863680 B) linked in (0:01.01)

OK. (0:08.64)


I found an prohibisZA.log in my output-directory:

* C:\Programme\UPP\out\MINGW.Blitz.Gui\prohibisZA.exe 17.05.2007 16:36:40, user: Michael

failed:


What's going on?

Michael

[Updated on: Thu, 17 May 2007 16:38]

Report message to a moderator

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
Previous Topic: Project questions...
Next Topic: Preserving watch variables
Goto Forum:
  


Current Time: Sun May 05 03:33:28 CEST 2024

Total time taken to generate the page: 0.04124 seconds