Home » SIRTECH CLASSICS » Jagged Alliance: Unfinished Business » Vanilla Modding » Debugger dont run with non-english DATA
Debugger dont run with non-english DATA[message #102424] Thu, 05 October 2006 09:00 Go to next message
Sergeant_Kolja is currently offline Sergeant_Kolja

 
Messages:42
Registered:July 2003
Location: Hannover, N-Germany

As read from one french guy - and as seen on my own system - there are problems to start a debug session if one does not have the english original. Tried with Build .587 + German CD 1.00 + Patch 1.07 last time. Then with German GOLD CD + Patch 1.12. Tried both with preprocessor define GERMAN, too. Same. :bawling:

Report message to a moderator

Corporal

Re: Debugger dont run with non-english DATA[message #102425] Thu, 05 October 2006 21:33 Go to previous messageGo to next message
wanne (aka RoWa21) is currently offline wanne (aka RoWa21)

 
Messages:1961
Registered:October 2005
Location: Austria
I have german and english version. Debugging works in both version.

- You have to select the version you would like to build in ja2\language definies.h.
- Be sure, that the output of your ja2.exe is placed in the correct folder (german or english installation folder of ja2)

Report message to a moderator

Sergeant Major

Re: Debugger dont run with non-english DATA[message #102426] Fri, 06 October 2006 05:45 Go to previous messageGo to next message
Sergeant_Kolja is currently offline Sergeant_Kolja

 
Messages:42
Registered:July 2003
Location: Hannover, N-Germany

Quote:
Originally posted by RoWa21:
You have to select the version you would like to build in ja2\language definies.h
okay, this works!
Do You think its a good idea to extend the language defines.h file, so it can also accept -D GERMAN from Compiler / Makefile?
I would do that. Somewhat like:

#if !defined(ENGLISH) && !defined(GERMAN) && ...
  /* please set manually here if not set Workspace wide*/
#define ENGLISH
//#define GERMAN
//#define ...
#endif

#if defined(ENGLISH)
#  pragma message("Language was set globally to ENGLISH")
#elif defined(GERMAN)
#  pragma message("Language was set globally to GERMAN")
#elif defined(...)
  ...
#else
#  error "At least You have to specify a Language"
#endif
Or is it a bad idea?

Report message to a moderator

Corporal

Re: Debugger dont run with non-english DATA[message #102427] Fri, 06 October 2006 20:04 Go to previous messageGo to next message
wanne (aka RoWa21) is currently offline wanne (aka RoWa21)

 
Messages:1961
Registered:October 2005
Location: Austria
Looks like a good idea!

Report message to a moderator

Sergeant Major

Re: Debugger dont run with non-english DATA[message #102428] Thu, 12 October 2006 08:12 Go to previous messageGo to next message
Sergeant_Kolja is currently offline Sergeant_Kolja

 
Messages:42
Registered:July 2003
Location: Hannover, N-Germany

Quote:
Originally posted by RoWa21:
Looks like a good idea!
How will we do it? I only have $RO acces to SVN. Shall I code it - then send the file to You to commit it?

Report message to a moderator

Corporal

Re: Debugger dont run with non-english DATA[message #102429] Fri, 13 October 2006 05:12 Go to previous messageGo to next message
wanne (aka RoWa21) is currently offline wanne (aka RoWa21)

 
Messages:1961
Registered:October 2005
Location: Austria
Quote:
Originally posted by Sergeant_Kolja:
Quote:
Originally posted by RoWa21:
Looks like a good idea!
How will we do it? I only have $RO acces to SVN. Shall I code it - then send the file to You to commit it?
Send me the the file. I will comit it to svn.

Report message to a moderator

Sergeant Major

Re: Debugger dont run with non-english DATA[message #102430] Sat, 21 October 2006 05:50 Go to previous messageGo to next message
Sergeant_Kolja is currently offline Sergeant_Kolja

 
Messages:42
Registered:July 2003
Location: Hannover, N-Germany

Quote:
Originally posted by RoWa21:

Send me the the file. I will comit it to svn.

You should got a mail from me (sergeantkolja at yahoo). Sorry for the delay, I trashed my usenet reader and restoring it has had a higher priority. Please report, if mail & files were okay - or not.

Report message to a moderator

Corporal

Re: Debugger dont run with non-english DATA[message #102431] Tue, 24 October 2006 01:52 Go to previous message
wanne (aka RoWa21) is currently offline wanne (aka RoWa21)

 
Messages:1961
Registered:October 2005
Location: Austria
done!

Report message to a moderator

Sergeant Major

Previous Topic: My new IsoEngine inspired by JA2
Next Topic: how does it work?
Goto Forum:
  


Current Time: Fri Apr 19 06:47:38 GMT+3 2024

Total time taken to generate the page: 0.01047 seconds