Página 1 de 1

activex

Publicado: Lun Jul 16, 2007 7:48 pm
por Pedro Sousa e Faro
Hi
I'mt trying to Import an Activex( in this case) GRFINGERX (to read
fingerprint ) but the "IMPORT" option is not avaliable .
How can a import this Activex.
Version: XPRO
Best regards
pedro Faro

activex

Publicado: Mar Jul 17, 2007 7:19 pm
por jfgimenez
Pedro,
> I'mt trying to Import an Activex( in this case) GRFINGERX (to read
> fingerprint ) but the "IMPORT" option is not avaliable .
>
> How can a import this Activex.
You need to open/create a project in order to execute that option.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info

activex

Publicado: Mar Jul 17, 2007 7:19 pm
por jfgimenez
Pedro,
> I'mt trying to Import an Activex( in this case) GRFINGERX (to read
> fingerprint ) but the "IMPORT" option is not avaliable .
>
> How can a import this Activex.
You need to open/create a project in order to execute that option.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info

activex

Publicado: Mié Jul 18, 2007 10:23 am
por Pedro Sousa e Faro
Hi Jose
The problem is in the option , not in the MENU.
see the image please
My version is : 1.5.4. XPRO
regards
Pedro Faro
"Jose F. Gimenez" <jfgimenez@wanadoo.es> escreveu na mensagem
news:469cfa29$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Pedro,
>
>> I'mt trying to Import an Activex( in this case) GRFINGERX (to read
>> fingerprint ) but the "IMPORT" option is not avaliable .
>>
>> How can a import this Activex.
>
> You need to open/create a project in order to execute that option.
>
> --
> Regards,
>
> Jose F. Gimenez
> http://www.xailer.com
> http://www.xailer.info
>
>


Attached files

activex

Publicado: Mié Jul 18, 2007 10:23 am
por Pedro Sousa e Faro
Hi Jose
The problem is in the option , not in the MENU.
see the image please
My version is : 1.5.4. XPRO
regards
Pedro Faro
"Jose F. Gimenez" <jfgimenez@wanadoo.es> escreveu na mensagem
news:469cfa29$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Pedro,
>
>> I'mt trying to Import an Activex( in this case) GRFINGERX (to read
>> fingerprint ) but the "IMPORT" option is not avaliable .
>>
>> How can a import this Activex.
>
> You need to open/create a project in order to execute that option.
>
> --
> Regards,
>
> Jose F. Gimenez
> http://www.xailer.com
> http://www.xailer.info
>
>


Attached files

activex

Publicado: Mié Jul 18, 2007 11:35 am
por jfgimenez
Pedro,
> The problem is in the option , not in the MENU.
> see the image please
Ok, I see. Just click "Gerar classe", and Xailer will create two new tabs in
the code editor, one with a prg containing the class declaration, and
another with a ch containing the constants.
The option "Importar" is intended to add the ActiveX to the components
palette in the IDE, but it's not already available.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info

activex

Publicado: Mié Jul 18, 2007 11:35 am
por jfgimenez
Pedro,
> The problem is in the option , not in the MENU.
> see the image please
Ok, I see. Just click "Gerar classe", and Xailer will create two new tabs in
the code editor, one with a prg containing the class declaration, and
another with a ch containing the constants.
The option "Importar" is intended to add the ActiveX to the components
palette in the IDE, but it's not already available.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info

activex

Publicado: Mié Jul 18, 2007 5:15 pm
por Pedro Sousa e Faro
Hi Jose
ok. I Import. with "gerar classe"
The problem is that the lib that comes with the product is IN COFF format
instead of OMF . Is there any way to solve this.
regards
pedro
"Jose F. Gimenez" <jfgimenez@wanadoo.es> escreveu na mensagem
news:469ddee4$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Pedro,
>
>> The problem is in the option , not in the MENU.
>> see the image please
>
> Ok, I see. Just click "Gerar classe", and Xailer will create two new tabs
> in the code editor, one with a prg containing the class declaration, and
> another with a ch containing the constants.
>
> The option "Importar" is intended to add the ActiveX to the components
> palette in the IDE, but it's not already available.
>
> --
> Regards,
>
> Jose F. Gimenez
> http://www.xailer.com
> http://www.xailer.info
>

activex

Publicado: Mié Jul 18, 2007 5:15 pm
por Pedro Sousa e Faro
Hi Jose
ok. I Import. with "gerar classe"
The problem is that the lib that comes with the product is IN COFF format
instead of OMF . Is there any way to solve this.
regards
pedro
"Jose F. Gimenez" <jfgimenez@wanadoo.es> escreveu na mensagem
news:469ddee4$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Pedro,
>
>> The problem is in the option , not in the MENU.
>> see the image please
>
> Ok, I see. Just click "Gerar classe", and Xailer will create two new tabs
> in the code editor, one with a prg containing the class declaration, and
> another with a ch containing the constants.
>
> The option "Importar" is intended to add the ActiveX to the components
> palette in the IDE, but it's not already available.
>
> --
> Regards,
>
> Jose F. Gimenez
> http://www.xailer.com
> http://www.xailer.info
>

activex

Publicado: Mié Jul 18, 2007 9:00 pm
por jfgimenez
Pedro,
> The problem is that the lib that comes with the product is IN COFF format
> instead of OMF . Is there any way to solve this.
If that library is an 'import library' from a DLL, then you can build a new
one using the Borland's implib.exe utility.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info

activex

Publicado: Mié Jul 18, 2007 9:00 pm
por jfgimenez
Pedro,
> The problem is that the lib that comes with the product is IN COFF format
> instead of OMF . Is there any way to solve this.
If that library is an 'import library' from a DLL, then you can build a new
one using the Borland's implib.exe utility.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info