|
| Creating a DLL |
 |
Thu, 8 Mar 2007 21:22:25 -0000 |
Does anyone know how to create a DLL that can be called from Superbase. I
can't seem to get one to work.
Nick
|
| Post Reply
|
| Re: Creating a DLL |
 |
Thu, 08 Mar 2007 22:19:09 -050 |
more info please: a lot depends on what you want it to do.
On Thu, 08 Mar 2007 16:22:25 -0500, Nick <Junk@junk.com> wrote:
> Does anyone know how to create a DLL that can be called from Superbase. I
> can't seem to get one to work.
> Nick
>
>
|
| Post Reply
|
| Re: Creating a DLL |
 |
Fri, 09 Mar 2007 20:59:15 -000 |
On Thu, 08 Mar 2007 21:22:25 -0000, Nick <Junk@junk.com> wrote:
> Does anyone know how to create a DLL that can be called from Superbase.
> I can't seem to get one to work.
> Nick
Make sure you export the function(s) you want to call - are you writing
|
| Post Reply
|
| Re: Creating a DLL |
 |
Tue, 13 Mar 2007 07:39:44 -040 |
I'm trying to write a piece of VB6 code to interface to an activex control.
I have writen the VB6 code but i can't get Superbase to recognse the
functions in the DLL. Is there a convention I have to follow.
Nick
"Phil Alexander" <philbo@cix.co.ukk> wrote in message
news:op.toxwk1wr7ap0mq@r2p3...
> On Thu, 08 Mar 2007 21:22:25 -0000, Nick <Junk@junk.com> wrote:
>
>> Does anyone know how to create a DLL that can be called from Superbase.
>> I can't seem to get one to work.
>> Nick
> Make sure you export the function(s) you want to call - are you writing
> the DLL in C/Delphi/what?
|
| Post Reply
|
| Re: Creating a DLL |
 |
Tue, 13 Mar 2007 12:25:22 +000 |
Nick,
you would be better off producing an OLE2 server in VB6 to wrap the
ActiveX control and then use OLE2 from Superbase to call the functions
that you expose.
Ciao, Neil
Nick wrote:
> I'm trying to write a piece of VB6 code to interface to an activex
> control. I have writen the VB6 code but i can't get Superbase to
> recognse the functions in the DLL. Is there a convention I have to follow.
> Nick
>
> "Phil Alexander" <philbo@cix.co.ukk> wrote in message
> news:op.toxwk1wr7ap0mq@r2p3...
>> On Thu, 08 Mar 2007 21:22:25 -0000, Nick <Junk@junk.com> wrote:
>>
>>> Does anyone know how to create a DLL that can be called from
>>> Superbase. I can't seem to get one to work.
>>> Nick
>> Make sure you export the function(s) you want to call - are you
>> writing the DLL in C/Delphi/what?
|
| Post Reply
|
|
|
|
|
|
|
|
|
|