Re: [fpc-pascal] StackTop and StackBottom are bogus in a Win32/64 Dll

2012-07-06 Thread Mark Morgan Lloyd
OBones wrote: Hello all, I'm writing Dlls here and am also doing low level analysis of the stack and its content. To do that, I use the StackTop and StackBottom global variables which used to work fine in an exe file. Problem is, when in a DLL, StackTop is always zero and StackBottom is the e

[fpc-pascal] StackTop and StackBottom are bogus in a Win32/64 Dll

2012-07-06 Thread OBones
Hello all, I'm writing Dlls here and am also doing low level analysis of the stack and its content. To do that, I use the StackTop and StackBottom global variables which used to work fine in an exe file. Problem is, when in a DLL, StackTop is always zero and StackBottom is the exact opposite o

[fpc-pascal] Re: Should FCL documentation be splitted?

2012-07-06 Thread Reinier Olislagers
On 6-7-2012 13:40, leledumbo wrote: > No, I only want to (and am capable to) document FCL :p > Mmm yes, I thought paszlib was part of the FCL ;) ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/f

[fpc-pascal] Re: Should FCL documentation be splitted?

2012-07-06 Thread leledumbo
No, I only want to (and am capable to) document FCL :p -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/Should-FCL-documentation-be-splitted-tp5710248p5710252.html Sent from the Free Pascal - General mailing list archive at Nabble.com.

[fpc-pascal] Re: Should FCL documentation be splitted?

2012-07-06 Thread Reinier Olislagers
On 6-7-2012 1:16, leledumbo wrote: > I would like to document some of the FCL, ... if that work includes the zip functionality in the paszlib unit, I'm still (slowly) working on it at https://bitbucket.org/reiniero/fpc_laz_patch_playground/src directory docs Please feel free to use it ;) If not,

[fpc-pascal] Re: Should FCL documentation be splitted?

2012-07-06 Thread leledumbo
OK, I'll keep it that way. -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/Should-FCL-documentation-be-splitted-tp5710248p5710250.html Sent from the Free Pascal - General mailing list archive at Nabble.com. ___ fpc-pasc