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++ Library support » U++ Libraries and TheIDE: i18n, Unicode and Internationalization » Bug in Lang.h or weird design error in TheIDE?!
Re: Bug in Lang.h or weird design error in TheIDE?! [message #13201 is a reply to message #13200] Thu, 20 December 2007 15:47 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Werner wrote on Thu, 20 December 2007 09:23

luzr wrote on Thu, 20 December 2007 05:44

Have you deleted "Core" from MyApps?

Mirek


No, I have not. It still exists in the assembly MyApps, too. (By the way: does it really have to? After all MyApps contains the nest uppsrc and this includes Core.)

To clarify the situation, I have now:

1.
copied the content of Draw03's main.cpp

2.
created a new Draw03Test package in MyApps (using "New package" and "<empty>")

3.
created a new file main.cpp in Draw03Test

4.
pasted the content of Draw03's main.cpp into the new main.cpp

5.
added the CtrlLib package

6.
set up "GUI"

7.
built the new package (Debug, Release(s))

I am still getting the same error, namely

Quote:

...Core/Lang.h(107) : fatal error C1083: Cannot open include file: 'Lang_s.h': No such file or directory


Werner



Sure, that is easily explainable. TheIDE uses the Core from MyApps, which is broken.

That is the principle of assemblies - if on package requires another, assembly nests are scanned from the left. So in this case, scan starts in MyApps, then goes to uppsrc. Note that such scenario allows you to e.g. develop "experimental" Core, while keeping original uppsrc packages.

Sorry for confusing you by that "export" feature, it was intended for another purpose...

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Finnish translations for 711-dev2
Next Topic: TheIDE i18n - export .tr f
Goto Forum:
  


Current Time: Sun May 05 02:56:24 CEST 2024

Total time taken to generate the page: 0.01727 seconds