Thread: BlackBox v2
View Single Post
  #385  
Old 04-01-2015, 05:51
Shadow Delta's Avatar
Shadow Delta Shadow Delta is offline
Registered User
 
Join Date: May 2014
Location: In Real Time
Posts: 59
Thanks: 97
Thanked 50 Times in 30 Posts
Shadow Delta is on a distinguished road
Send a message via ICQ to Shadow Delta Send a message via AIM to Shadow Delta Send a message via Yahoo to Shadow Delta
Exclamation Replace...

Quote:
Originally Posted by ShadowEagle View Post
Hi, i changed the text in Default.isl to the text from German.isl.

After clicking compile, i get no error, but i get no Setup.exe too

Is there a log file? So i can find the error message and te reason why there is no Setup.exe after changing from english to german?
Figured it out, It's the code session, We have to add in the lines on the main Source, since that's where the issue is..
Code:
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
Name: "german"; MessagesFile: "compiler:Languages\German.isl"
Since in the GUI of BB the Default.isl is called with name English and i think during compiling the compiler was not able to find the string
Quote:
LanguageName=English
and instead found
Quote:
LanguageName=Deutsch
which may have resulted in a Compiler termination at the end..
Try keeping the
Quote:
LanguageName=English
in the 'German' default.isl keeping the other lines untouched, just change the "LanguageName from Deutsch to English"..
Try experimenting until some thing comes up. And there valuable observations of others will help the developer to actually make the software better with more features.
__________________
Non temete l'oscurita - accettate il suo abbraccio.
Reply With Quote