From: "Martin Czamai" Newsgroups: comp.os.msdos.djgpp Subject: Allegro set_config_file fails in pure DOS Date: Tue, 3 Jul 2001 11:23:54 +0200 Organization: [neXgo] the next generation online Lines: 16 Message-ID: <9hs2u5$75o$1@newsread1.nexgo.de> NNTP-Posting-Host: d21173-gw.netzdienste.de X-Trace: newsread1.nexgo.de 7352 FR X-Complaints-To: abuse AT germany DOT net NNTP-Posting-Date: Tue, 3 Jul 2001 09:23:17 +0000 (UTC) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Priority: 3 X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MSMail-Priority: Normal To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello, I am using Allegros configuration-file feature to parse some project specific configurationfile(s). Therefore I call the function "set_config_file" before allegro_init, which works fine in a Win98 DOS box, but crashes horrible (segment violation is signalled in rhide) in a pure DOS environment (Win98 DOS). When debugging through allegros sources, the violation occures when the function "uconvert" at line 689 in /src/unicode.c is returning the string 's' (which is the filename of the config-file). Has anybody any idea how to solve this problem? Thanks in advance for any advice Martin