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 running into
http://bugs.fr
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: