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 previous 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

 
Read Message
Read Message
Read Message
Previous Topic: OFFSET-LIMIT clauses in SqlExp
Next Topic: TheIDE bugfix (by Tom)
Goto Forum:
  


Current Time: Mon Jun 10 13:51:25 CEST 2024

Total time taken to generate the page: 0.01123 seconds