News:

PlayBASIC2DLL V0.99 Revision I Commercial Edition released! - Convert PlayBASIC programs to super fast Machine Code. 

Main Menu

Convert LinkDll Calls To Function Wrapper

Started by kevin, January 09, 2011, 09:51:53 AM

Previous topic - Next topic

kevin

 
 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!