Page 1 of 1
Can we use ActiveX DLL with FW24
Posted: Fri Feb 22, 2008 1:56 am
by xhbcoder
FW,
Can we use ActiveX DLL with FW24. If posible kindly show samples.
Thanks,
Jose
Posted: Fri Feb 22, 2008 9:51 am
by Antonio Linares
No, sorry.
ActiveX is 32 bits code and can only be used from FWH and Harbour/xHarbour
Print Wizard DLL
Posted: Fri Feb 22, 2008 4:02 pm
by xhbcoder
Antonio,
Kindly check if this third party product can be use from FW24. If okay please show samples.
Thank you,
Jose
https://www.anzio.com/support/documenta ... cation.htm
Posted: Mon Feb 25, 2008 9:37 am
by Antonio Linares
Jose,
It seems as they provide a 32 bits DLL: printwiz.dll
You can access some 32 bits DLLs from FW 16 bits, but never an ActiveX. Windows does not allow it.
Can we build XHB dll accessible from clipper/fw24
Posted: Tue Mar 18, 2008 4:29 pm
by xhbcoder
Antonio,
Just curious. Can we build a dll in XHB that can be accessible from fw24/clipper (16bit) then the XHB dll access an activeX dll.
I am just thinking a way to access activeX from 16bit application.
Thanks for your comments.
Regards,
Jose
Posted: Tue Mar 18, 2008 5:42 pm
by Antonio Linares
Jose,
We did a similar test to use richedit from 16 bits and it did not work