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.

How to create dll?

Xailer professional forum in English
Responder
Gejza Horvath
Mensajes: 281
Registrado: Mar Ago 15, 2006 1:50 pm

How to create dll?

Mensaje por Gejza Horvath »

Hi,
is it possible to create a dll file with Xailer? I want to create modules, which can be
used from another apps writed for ex. in Visual Basic. If not, how can I share my code
with other apps?
Best regards
Gejza Horváth
Nick Hilder
Mensajes: 328
Registrado: Mar Nov 21, 2006 2:10 am

How to create dll?

Mensaje por Nick Hilder »

Hi Gejza
I'm far from an expert on dll's, but as far as I know you are still limited
by the language they where written in.
eg. You create a dll in xh, only xh apps could access and use the dll.
If you look at the ADS DLL's, you will see that xh programmers have written
"wrappers" that convert xh code to c code which then calls the c functions
in the dll.
If you used say an OLE Server (whoch is a xh dll) you could then use a late
bound ole connection from VB to access the OLE server which internally would
be running xh code.
I think you can do what you want in the world of .Net, but of course xh
isn't in that world.
BTW, I maybe wrong here, but thats my basic understanding.
Nick
"Gejza Horvath" <_hsoftkn@nextra.sk> wrote in message
news:[email=477b9e65@ozsrv2.ozlan.local...]477b9e65@ozsrv2.ozlan.local...[/email]
> Hi,
>
> is it possible to create a dll file with Xailer? I want to create modules,
> which can be used from another apps writed for ex. in Visual Basic. If
> not, how can I share my code with other apps?
>
> Best regards
>
> Gejza Horváth
>
Nick Hilder
Mensajes: 328
Registrado: Mar Nov 21, 2006 2:10 am

How to create dll?

Mensaje por Nick Hilder »

Hi Gejza
I'm far from an expert on dll's, but as far as I know you are still limited
by the language they where written in.
eg. You create a dll in xh, only xh apps could access and use the dll.
If you look at the ADS DLL's, you will see that xh programmers have written
"wrappers" that convert xh code to c code which then calls the c functions
in the dll.
If you used say an OLE Server (whoch is a xh dll) you could then use a late
bound ole connection from VB to access the OLE server which internally would
be running xh code.
I think you can do what you want in the world of .Net, but of course xh
isn't in that world.
BTW, I maybe wrong here, but thats my basic understanding.
Nick
"Gejza Horvath" <_hsoftkn@nextra.sk> wrote in message
news:[email=477b9e65@ozsrv2.ozlan.local...]477b9e65@ozsrv2.ozlan.local...[/email]
> Hi,
>
> is it possible to create a dll file with Xailer? I want to create modules,
> which can be used from another apps writed for ex. in Visual Basic. If
> not, how can I share my code with other apps?
>
> Best regards
>
> Gejza Horváth
>
Responder