Forum > Packages and Libraries
ActiveX
dve83:
Hi,
is there any way to register / import active x components into the lazarus IDE?
Kind Regards
dve83
theo:
http://wiki.freepascal.org/LazActiveX
dve83:
thank you for the quick reply!
currently on laz 1.04 fpc 2.6.0 for win32. What might be the reasons for LazActiveX not being available under the available / installed packages? It also seems I have no such lpk file.
All i could find online so far was this
http://bugs.freepascal.org/view.php?id=21138 - not sure if this is ready for use.
Your help appreciated
Danie
BigChimp:
Have a look at the release notes. Perhaps the activex unit was introduced later.
BTW: Lazarus 1.0.6 is out, you might want to upgrade anyway.
Timewarp:
It needs atleast FPC 2.6.1 (2.6.0 is very old anyway)
If you use 64bit Lazarus, then you need FPC 2.7.1 and compiled with OPT=-dTEST_WIN64_SEH
And you propably want to have this too.
Uses math;
SetExceptionMask(GetExceptionMask + [exOverflow] + [exZeroDivide] + [exInvalidOp]);
Navigation
[0] Message Index
[#] Next page