a VDD question

How can I call a function in a win16 DLL from a VDD under NT or WIN2K?


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

The only way I know is to write a thunking DLL (its ugly). Look under
Thunking Compiler in MSDN. You can also pass data to a 16 bit process using
WM_COPYDATA or DDE, etc. If you have the source code for the 16 bit DLL a
better option may be to re-compile it as a 32 bit DLL.

Jim

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Mingshu Wang
Sent: Wednesday, November 07, 2001 9:54 AM
To: NT Developers Interest List
Subject: [ntdev] a VDD question

How can I call a function in a win16 DLL from a VDD under NT or WIN2K?


You are currently subscribed to ntdev as: xxxxx@youngendeavors.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com