[fpc-devel] Unit initialization not called in arm-wince DLLs?
Jonas Maebe
jonas.maebe at elis.ugent.be
Mon Nov 20 14:29:42 CET 2006
On 20 nov 2006, at 14:22, TOndrej wrote:
> it seems that unit initialization is not called in arm-wince DLLs.
> The debugger shows:
> (gdb) display $INTERFACEBASE_WIDGETSET
> 2: $INTERFACEBASE_WIDGETSET = void
Try
p INTERFACEBASE_WIDGETSET
(i.e., without the "$").
And if doesn't want to print that, try
x/x @INTERFACEBASE_WIDGETSET
The "void" indicates a type, not a value.
Jonas
More information about the fpc-devel
mailing list