tdebaets / wmp-wsz-format

Windows Media Player WSZ skin format
Other
1 stars 0 forks source link

WMPWSZConvert.dpr(1) Fatal: Line too long (more than 1023 characters) #1

Open bluedragon-cairo opened 4 weeks ago

bluedragon-cairo commented 4 weeks ago

ds

Using Windows XP SP3 with Delphi 4 Professional installed. I don't see any lines in your source exceeding even 255 characters.

Also tried converting your source to ASCII from UTF-8 but doesn't work

I want to add the Skin chooser tab to my Windows Media Player 10 Beta

tdebaets commented 4 weeks ago

Is it possible that you cloned the project with Linux line endings? Delphi probably only supports Windows line endings.

bluedragon-cairo commented 3 weeks ago

now I get:

Borland Delphi  Version 12.0  Copyright (c) 1983,98 Inprise Corporation
D:\wmp-wsz-format\common\Delphi\LibUser\TypInfoNew.pas(69) Fatal: Internal error
: URW527

google search: no information about URW527 at all. In duckduckgo: there is a site with title "Help!, I am victim of URW527 (using D4) - delphi" but the site is down and not connectable.

notice TypInfoNew.pas has only 68 lines.

Or is there a compiled binary of the converter?

tdebaets commented 3 weeks ago

Do you have all four update packs for Delphi 4 installed on your system?