Why DLL won't work in vb4.0? 
Author Message
 Why DLL won't work in vb4.0?

I have this radio card that I got made by Reveal.  Awhile ago I got a DLL that
allows any language that can call DLL's to control the card.  There is
instructions on how to use it in Visual Basic (the version they use is 3.0)
and a sample .mak project.  I wrote a small app and did everything right.  
When I run my app it says that it has an error loading the DLL.  I checked the
help and it couldn't be anything other than the DLL is not compatible with
something.  But why? Is there any way to update the DLL so it will work? I
even tried loading the sample .mak and converting it to 4.0 and then running
it I got the same error....

Any Ideas?




Sat, 15 Aug 1998 03:00:00 GMT  
 Why DLL won't work in vb4.0?

Quote:

>I have this radio card that I got made by Reveal.  Awhile ago I got a DLL that
>allows any language that can call DLL's to control the card.  There is
>instructions on how to use it in Visual Basic (the version they use is 3.0)
>and a sample .mak project.  I wrote a small app and did everything right.  
>When I run my app it says that it has an error loading the DLL.  I checked the
>help and it couldn't be anything other than the DLL is not compatible with
>something.  But why? Is there any way to update the DLL so it will work? I
>even tried loading the sample .mak and converting it to 4.0 and then running
>it I got the same error....

If you're using 32-bit VB4, you can't directly call this DLL because
it's a 16-bit DLL. You should either contact Reveal to see if they
have a 32-bit version available or write a 16-bit OLE automation
server that interfaces to the Reveal DLL and call it from your 32-bit
application.

Regards,
Rod



Sat, 15 Aug 1998 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Two Q's [Closing a file][why won't work]

2. Help: VB4 on Win 3.11 GPF in VBA2.DLL and won't run sample progs

3. Why won't this work?

4. Why won't this work?

5. Q: Why won't this work

6. Why won't INSTR() work!!???

7. Why won't AllowZeroLength work?

8. Why won't this work?

9. Why won't this work

10. Why won't this work?

11. Why won't this work right

12. Why won't this work?

 

 
Powered by phpBB® Forum Software