I wanted to ask what the present state of unicode support is now.
I'm running into problems with some various strings. Sometimes when a
string contains a unicode character postgresql won't allow the
insert/update. Also, some MP3 tags contain UTF16, UTF16BE and I really
don't know of the best pra
Am 16.05.2012 13:35, schrieb michael.vancann...@wisa.be:
On Wed, 16 May 2012, Jonas Maebe wrote:
OBones wrote on Wed, 16 May 2012:
Using FPC, I'm writing a DLL that exports functions used by a given
host process.
In order to protect the host process, it is mandatory that all
exceptions are
t.wieckowski wrote on Wed, 16 May 2012:
If I could just interject, How to build fpc with -dTEST_WIN64_SEH ?
I've fpc/lazarus daily snapshoot, does -dTEST_WIN64_SEH in "project
options"->"compiler options"->"other" will be enough for SEH support ?
No. The compiler itself has to be recompiled w
If I could just interject, How to build fpc with -dTEST_WIN64_SEH ?
I've fpc/lazarus daily snapshoot, does -dTEST_WIN64_SEH in "project
options"->"compiler options"->"other" will be enough for SEH support ?
best regards
tomek
___
fpc-pascal maillist -
On Wed, 16 May 2012, Jonas Maebe wrote:
OBones wrote on Wed, 16 May 2012:
Using FPC, I'm writing a DLL that exports functions used by a given host
process.
In order to protect the host process, it is mandatory that all exceptions
are trapped in the exported function
You are probably runn
OBones wrote on Wed, 16 May 2012:
Using FPC, I'm writing a DLL that exports functions used by a given
host process.
In order to protect the host process, it is mandatory that all
exceptions are trapped in the exported function
You are probably running into http://bugs.freepascal.org/view.p
Hello all,
Using FPC, I'm writing a DLL that exports functions used by a given host
process.
In order to protect the host process, it is mandatory that all
exceptions are trapped in the exported function and in order to achieve
that, I have the following construct in all exported functions: