Re: Startup problems

From: Dmitry Karasik <dmitry_at_karasik.eu.org>
Date: 26 Mar 2003 17:57:43 +0100
To: prima_at_prima.eu.org

        Hi Norbert!

On 26 Mar 03 at 16:02, "Norbert" (Norbert Schmidt) wrote:

>> but with win32/gp.c taken from http://www.karasik.eu.org/misc/gp.c ?
>> Or, if your perl is 5.8.0, try to replace Prima.dll with one from
>> http://www.karasik.eu.org/misc/Prima.dll, I just compiled the debug
>> printouts there.

 Norbert> Couldn't find these files there ...

Try once again; I was careless enough to post before the compilation
has finished.

>> Windows 95/98/Me: GetTextMetricsW is supported by the Microsoft Layer
>> for Unicode. To use this, you must add certain files to your
>> application, as outlined in Microsoft Layer for Unicode on Windows
>> 95/98/Me Systems.

If it indeed so, as an immediate patch try to change all
code from GetTextMetricsW( dc, &tm) to GetTextMetricsA( dc, ( TEXTMETRICA*)
&tm);

The solution won't be complete, though. I think I need to find
Win9x box soon .

-- 
Sincerely,
	Dmitry
--- www.karasik.eu.org ---
Life ain't fair, but the root password helps.
                      - BOFH
Received on Wed 26 Mar 2003 - 17:57:46 CET

This archive was generated by hypermail 2.2.0 : Sat 19 Mar 2011 - 18:35:04 CET