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: Packages » creating package in subfolder
creating package in subfolder [message #7590] Mon, 08 January 2007 21:07 Go to next message
wimvanherp is currently offline  wimvanherp
Messages: 9
Registered: January 2007
Location: Belgium
Promising Member
when I try to create a package in a subfolder of the chosen nest, the subfolder and files are created but not loaded in the IDE .

f.e. new package : create in : d:\ultimateapps
package name : test2
ctrlib application with main window


this works allright

when i try package namd : test/test3 (as i find in the doc)

the folders test and test3 are created as well as the cpp and upp files but the package cannot be loaded in the IDE

Is this a bug or am i doing something wrong ?


66508dbf2993a5249f673ed8c66a8fb8
Re: creating package in subfolder [message #7592 is a reply to message #7590] Mon, 08 January 2007 22:51 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
wimvanherp wrote on Mon, 08 January 2007 15:07

when I try to create a package in a subfolder of the chosen nest, the subfolder and files are created but not loaded in the IDE .

f.e. new package : create in : d:\ultimateapps
package name : test2
ctrlib application with main window


this works allright

when i try package namd : test/test3 (as i find in the doc)

the folders test and test3 are created as well as the cpp and upp files but the package cannot be loaded in the IDE

Is this a bug or am i doing something wrong ?

Re: creating package in subfolder [message #7593 is a reply to message #7590] Mon, 08 January 2007 22:52 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
wimvanherp wrote on Mon, 08 January 2007 15:07

when I try to create a package in a subfolder of the chosen nest, the subfolder and files are created but not loaded in the IDE .

f.e. new package : create in : d:\ultimateapps
package name : test2
ctrlib application with main window


this works allright

when i try package namd : test/test3 (as i find in the doc)

the folders test and test3 are created as well as the cpp and upp files but the package cannot be loaded in the IDE

Is this a bug or am i doing something wrong ?


I have just tested, seems to work OK for me. That does not mean it is not a bug, but you must be doing something differently....

Mirek
Re: creating package in subfolder [message #7596 is a reply to message #7593] Tue, 09 January 2007 08:43 Go to previous messageGo to next message
wimvanherp is currently offline  wimvanherp
Messages: 9
Registered: January 2007
Location: Belgium
Promising Member
thanks for testing

i tried the same and included a docfile with a screenshot

the strange thing is that i fill in aaa/bbb as package name and the files are created in 2 new directories

D:\ultimateapps\aaa\bbb and
D:\ultimateapps\aaa\bbb\aaa

in aaa\bbb are created the bbb.h bbb.cpp bbb.upp main.upp
in aaa\bbb\aaa bbb.lay and bbb.upp

I cannot see what i can do differently


66508dbf2993a5249f673ed8c66a8fb8
Re: creating package in subfolder [message #7597 is a reply to message #7596] Tue, 09 January 2007 10:43 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Really weird. The possible explanation is that I am not using "standard release" - I guess it is time test with it. Which release do you use?

Mirek
Re: creating package in subfolder [message #7599 is a reply to message #7597] Tue, 09 January 2007 11:39 Go to previous messageGo to next message
wimvanherp is currently offline  wimvanherp
Messages: 9
Registered: January 2007
Location: Belgium
Promising Member
release 605

66508dbf2993a5249f673ed8c66a8fb8
Re: creating package in subfolder [message #7600 is a reply to message #7599] Tue, 09 January 2007 11:45 Go to previous messageGo to next message
wimvanherp is currently offline  wimvanherp
Messages: 9
Registered: January 2007
Location: Belgium
Promising Member

I get no notifications of replys on my question
although post notification is flagged . Any idea ?


66508dbf2993a5249f673ed8c66a8fb8
Re: creating package in subfolder [message #7605 is a reply to message #7600] Tue, 09 January 2007 19:57 Go to previous messageGo to next message
wimvanherp is currently offline  wimvanherp
Messages: 9
Registered: January 2007
Location: Belgium
Promising Member

with the version 7.01 i do not get this problem of the packages, but in this version none of the examples compiles without an error.
always errors in

C:\upp\uppsrc\Core\heap.cpp



66508dbf2993a5249f673ed8c66a8fb8
Re: creating package in subfolder [message #7608 is a reply to message #7605] Tue, 09 January 2007 20:50 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
wimvanherp wrote on Tue, 09 January 2007 13:57


with the version 7.01 i do not get this problem of the packages, but in this version none of the examples compiles without an error.
always errors in

C:\upp\uppsrc\Core\heap.cpp




Yes, once again we forgot to test with mingw Sad (OTOH, it is develelopment release, be forgiving Wink

I guess there were not much complaints about dev3 version.

Anyway, means error is already fixed.

Mirek
Re: creating package in subfolder [message #7612 is a reply to message #7608] Wed, 10 January 2007 00:07 Go to previous messageGo to next message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

luzr wrote on Tue, 09 January 2007 14:50


Yes, once again we forgot to test with mingw Sad (OTOH, it is develelopment release, be forgiving Wink


Soon each dev will be automaticaly tested with mingw - just have to add few more lines to makeinstall..
Re: creating package in subfolder [message #7613 is a reply to message #7612] Wed, 10 January 2007 01:09 Go to previous messageGo to next message
fallingdutch is currently offline  fallingdutch
Messages: 258
Registered: July 2006
Experienced Member
have you added a "build all" test?
i guess that would be a good idea, too

Bas
Re: creating package in subfolder [message #7614 is a reply to message #7590] Wed, 10 January 2007 10:18 Go to previous messageGo to next message
wimvanherp is currently offline  wimvanherp
Messages: 9
Registered: January 2007
Location: Belgium
Promising Member

Do you mean that the package should be changed on the download page ?


66508dbf2993a5249f673ed8c66a8fb8
Re: creating package in subfolder [message #7632 is a reply to message #7614] Thu, 11 January 2007 21:00 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
wimvanherp wrote on Wed, 10 January 2007 04:18


Do you mean that the package should be changed on the download page ?


Well, this is sort of intrusion of release maintainers chat into this forum topic Smile

Yes, it means that in current 701 dev version, U++ library is broken for mingw release. Sorry... (sometimes bugs are really unexpected, this one is unexpected name clash).

Mirek
Previous Topic: DLL or OCX ??
Next Topic: How can I attach Layouts to LabelBox as a TabMenu replacement?
Goto Forum:
  


Current Time: Fri Mar 29 10:02:07 CET 2024

Total time taken to generate the page: 0.01160 seconds