In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Problem Importing ActiveX - Xailer 3.0.2

Xailer professional forum in English
Responder
ChrisGillard
Mensajes: 384
Registrado: Mar May 01, 2007 5:49 pm

Problem Importing ActiveX - Xailer 3.0.2

Mensaje por ChrisGillard »

I have tried to import this activeX several times but Xailer always exits instantly and added files are empty.

Pick the ActiveX to import .... Dart WebServer ActiveX

Webserver.prg created and a .ch created .... looks OK.
Then press the IDE 'All Save' button .... Xailer exits instantly.
Restart and new files are empty.


Have tried controlled exit after the import and hoping to be asked to save files, but always Xailer exits.
This code does work so seems the ActiveX is loaded OK
local oWebServer := CreateObject( "Dart.WebServer.1" )
LogDisplay( oWebServer:classname ) ..... gives sensible answer
I don't do this sort of thing often so maybe I am doing wrong or maybe the ActiveX is unsuitable or??
Chris


Attached files
ChrisGillard
Mensajes: 384
Registrado: Mar May 01, 2007 5:49 pm

Problem Importing ActiveX - Xailer 3.0.2

Mensaje por ChrisGillard »

Hi,
I will wait until 3.1 ships before I worry about this and see if the ActiveX import copes with this library better. Hopefully it will.
Chris
ChrisGillard
Mensajes: 384
Registrado: Mar May 01, 2007 5:49 pm

Problem Importing ActiveX - Xailer 3.0.2

Mensaje por ChrisGillard »

I see from a recent post OLE/OCX problems may exist with harbour in Xailer 3.0.2.
My Xailer is exiting without warning or message after trying to import an ActiveX component as documented in my first post in this thread.
Is this likely to be related to other peoples problems.
I am happy to try to provide whatever is necessary for testing.
Chris
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5718
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

Problem Importing ActiveX - Xailer 3.0.2

Mensaje por jfgimenez »

Chris,
sorry for the delay.
> I see from a recent post OLE/OCX problems may exist with
> harbour in Xailer 3.0.2.
>
> My Xailer is exiting without warning or message after trying
> to import an ActiveX component as documented in my first
> post in this thread.
>
> Is this likely to be related to other peoples problems.
No, I'm affraid this is not the same. In this case, I'm sure the problem
occurs when Xailer is reading the typelib of an OCX. The problem is to
detect which OCX is causing the problem.
> I am happy to try to provide whatever is necessary for
> testing.
Thank you very much. If you agree, in a couple of days I'll send you a
small program to try to catch it.
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
ChrisGillard
Mensajes: 384
Registrado: Mar May 01, 2007 5:49 pm

Problem Importing ActiveX - Xailer 3.0.2

Mensaje por ChrisGillard »

Jose,
Thanks for getting involved on this.
I am away on holiday from Saturday for 2 weeks so may not be able to test anything immediately.
I am certainly interested in solving it and appreciate your help.
Chris
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5718
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

Problem Importing ActiveX - Xailer 3.0.2

Mensaje por jfgimenez »

Chris,
> Thanks for getting involved on this.
>
> I am away on holiday from Saturday for 2 weeks so may not be
> able to test anything immediately.
>
> I am certainly interested in solving it and appreciate your
> help.
please, run this program when possible
(https://www.dropbox.com/s/pvtnc4zgpey69cf/OCX.exe) and when it GPF,
take a snapshot to see the last lines. Thank you for your help.
BTW, happy holidays ;-)
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Responder