Need to write 32-bit DLL to do 16-bit calls to a software interrupt 
Author Message
 Need to write 32-bit DLL to do 16-bit calls to a software interrupt

        I am looking at writing a DLL in VB5 that will be used with another
language.  It will do a number of things itself and it will also need to do a
16-bit call to a software interrupt(i.e. a "Flat Thunk").  Anybody ever done
this sort of thing?  Any internet sites or books that I can reference?

        Thanks in advance.

Charles



Thu, 09 Mar 2000 03:00:00 GMT  
 Need to write 32-bit DLL to do 16-bit calls to a software interrupt

Hello,

I think yoiu will be out of luck with vb5, unless the other language
supports ole automation.

IMOA I believe this should be done in C, as I belive the thunk
compiler only works with C, maybe some wosa guru will correct me.

         Alan Davis, Southampton, England



Fri, 10 Mar 2000 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Calling a user-written 32-bit dll from 32-bit vb 4.0

2. Calling 16 bit DLL's in VB5 ENV(32 bit)

3. calling a 16-bit dll from VB 32-bit

4. calling a 16-bit dll from a 32-bit application

5. How to call a 16-bit dll in a 32-bit application

6. Need help calling 16-bit app from 32-bit app

7. Calling 16 bit DLL from 32 bit app

8. Can VB4.0 32 Bit call a 16 bit DLL

9. Calling 32-bit DLLs from 16-bit-Applications

10. Thunking, 16-bit app calls 32-bit DLL???

11. 32 Bit Program to call 16 Bit DLL

12. Need Help calling 16-bit from 32-bit application

 

 
Powered by phpBB® Forum Software