lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


2007/1/7, Shmuel Zeigerman <shmuz@actcom.co.il>:
Jérôme VUARAND wrote:
> Did someone by any chance manage to have this lib work natively (I
> mean in a 64bits dll) on Windows x64 ?

Unfortunately it hasn't been tested on a 64-bit system
(I don't have one).

> I have weird "internal error: code overflow" errors when trying to use
> it with a custom built pcre 7.0 (found no prebuilt 64bits dll of this
> one either).

This is a PCRE error (code 23). Are you trying to use
the (32-bit) prebuilt rex_pcre.dll with a 64-bit pcre.dll?
As far as I know, such a combination isn't supposed to work.

Both DLLs are 64bits, I build them myself. The problem comes from
PCRE, even PCRE own unit tests fail with the same error (some even
crash), so I contacted its author. I was just wondering if someone
tested successfully a 64bits version of lrexlib.