UnderwareDESIGN

PlayBASIC => Resources => Source Codes => Topic started by: kevin on January 09, 2011, 09:51:53 AM

Title: Convert LinkDll Calls To Function Wrapper
Post by: kevin on January 09, 2011, 09:51:53 AM
 
 Convert LinkDll Calls To Function Wrapper
 
   This program performs a simple (text level) conversion of a LinkDLL/EndLinkDLL code block into a wrapper using Psubs and CallDll's.   While the resulting code will compile, it's very likely the code will have to be tweaked by the users hand.  Assuming the reason for doing this,  is to get around some feature that linked dll's don't currently support.

 Have fun!