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 » Developing U++ » U++ TheIDE and Library: Releases and ChangeLogs » various little problems [FIXED]
various little problems [FIXED] [message #88] Wed, 23 November 2005 21:57 Go to next message
pivica is currently offline  pivica
Messages: 57
Registered: November 2005
Location: Belgrade, Serbia
Member
1. reference/Events example wont compile. There are multiple errors but they are all the same, like this one:

/home/ivica/upp/reference/Events/Events.cpp: In member function `virtual void 
	App::RightDouble(Point_<int>, unsigned int)':
	/home/ivica/upp/reference/Events/Events.cpp:85: error: conversion from `dword' 
	to `Value' is ambiguous
	/home/ivica/upp/uppsrc/Core/Value.h:167: error: candidates are: 
	Value::Value(Value::Void*) <near match>
	/home/ivica/upp/uppsrc/Core/Value.h:147: error:                 
	Value::Value(bool)
	/home/ivica/upp/uppsrc/Core/Value.h:146: error:                 
	Value::Value(double)
	/home/ivica/upp/uppsrc/Core/Value.h:145: error:                 
	Value::Value(long long int)
	/home/ivica/upp/uppsrc/Core/Value.h:144: error:                 
	Value::Value(int)
	/home/ivica/upp/uppsrc/Core/Value.h:143: error:                 
	Value::Value(const char*) <near match>


2. "reference/Common" example - there is an error in Common.upp file. Instead of

file 
	"Stds.cpp";


there should be

file 
	"Common.cpp";


3. When I try to find definition of Format(char*, args...) function either with Navigate or Query, TheIDE manage to find some results
but non of it is the right Format function

4. On Linux TheIDE won't open console and execute console application when I hit Debug->Execute.

5. Next windows are to big to fit on my screen (1024x768) on Linux (Debian/KDE): "Go to global", "Create New Package" "Build methods", "Go to line or symbol", "Output mode", "Statistics"

[Updated on: Wed, 03 May 2006 01:13] by Moderator

Report message to a moderator

Re: various little problems [message #93 is a reply to message #88] Wed, 23 November 2005 22:53 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
ad 1. - fixed. If you do not want to wait for weekly snapshot, just place (int) before all dwords in Format.

ad 2. - fixed, thanks.

ad 3. - that is because analyzer ignores macros. The problem with such C++ analyzer is that you can do them correct or fast Smile For the time being, I prefer fast... I am trying to investigate ways how to do macro parsing, but it is quite complicated.... BTW, Format will be quite interesting to describe Smile (It is in Core/Format.h, Format.cpp)

ad 4. - I know, but I actually am not aware of _any_ way how to start the app in new terminal window.... (thinking about it, maybe something like "xterm appname?").

ad 5. You must be using really big fonts Smile I have adjusted them on Ubuntu Breeze default config, using default Bitstream Vera which is much bigger that normal Tahoma on Win32.... I guess, try to fix it and send me the correct sizes (to fix it, just load uppsrc/ide, go for .lay files and resize them, then recompile ide).

Re: various little problems [message #2996 is a reply to message #93] Wed, 03 May 2006 01:17 Go to previous message
fudadmin is currently offline  fudadmin
Messages: 1321
Registered: November 2005
Location: Kaunas, Lithuania
Ultimate Contributor
Administrator
Where to put this topic? Any use of it?
Previous Topic: OFFSET-LIMIT clauses in SqlExp
Next Topic: TheIDE bugfix (by Tom)
Goto Forum:
  


Current Time: Mon Apr 29 11:24:41 CEST 2024

Total time taken to generate the page: 0.02474 seconds