Custom Query (80 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 80)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#11 wontfix Installer registry entry ydario
Description

New odin applications can dinamically load the runtime libraries, so config.sys libpath changes are no longer required.

To allow finding runtime, a new string value is added to user.ini registry, under KLIBC key (as per http://svn.netlabs.org/libc/ticket/225).

config.sys changes are moved to a new package id, to make them optional.

#12 fixed Use a single encoding in UI API dmik
Description

It is known that there are two system encodings in Windows: the ANSI encoding (used all over in the GUI APIs) and the OEM encoding (used for compatibility with DOS applications and in particular in the command line sessions for file and console output). For God knows what reasons, in some locales, these two encodings differ. For example, in .ru, we have cp1251 (windows-1251) for ANSI and IBM-866 for OEM (this is the same as in OS/2 and MS/PC DOS).

I found out that at least one UI function, MessageBox?(), expects two encodings at the same time for two its different arguments: the window title bar should be in IBM866 while the message text itself -- in windows-1251. I guess this happened to be like that because message text is drawn by Odin on its own (and hence the ANSI encoding is expected) while the title bar is drawn by the system (using the OS/2 encoding which is the same as OEM). This is completely wrong and needs to be fixed. According to Win32 docs, ANSI should be supplied in both cases.

#13 fixed svn error abwillis
Description

e:\svn-code\odin32[0]svn up . svn: Can't check path 'testapp/encodings/.cmd': SYS0123: A file name or volume label contains an incorrect character. It does not show from the copy and paste but between the / after encodings and the .cmd there are four arrows that point to the right. From the web interface I see the file as: тЅст.cmd

e:\svn-code\odin32[1]help sys0123

SYS0123: A file name or volume label contains an incorrect character.

EXPLANATION: The system does not accept characters displayed using the keyboard combination ALT plus 0-32 or the following characters:

\ / [ ] : | < > + ; = . ? * "

ACTION: Correct the file name or volume label and retry the command.

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Note: See TracQuery for help on using queries.