Felipe Monteiro de Carvalho schreef:
A new patch, now with a win32 implementation.

* I tryed to use SetWindowLongPtr instead of SetWindowLong, but if I
do that, I get a error starting the software, saying that
SetWindowLongPtrA was not found on user32.dll


See TWin32WidgetSet.SetWindowLong.

SetWindowLongPtr was added to the windows unit in fpc 2.1.
See the source of the windows unit for exact implementation details. SetWindowLongPtr maps to SetWindowLong for win32.

Vincent

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to