TransBas and related source --------------------------- This source code allows you to input a Visual Basic BAS file which contains declarations and Windows API prototypes, and convert both of these to two Clarion for Windows INC files: VB.INC - Containing all the equates and declarations VBMAP.INC - Containing the function prototypes This is useful when you are trying to convert examples from Visual Basic to Clarion, or when you are trying to convert prototypes from Windows API which you may have in Visual Basic, but not in Clarion. How to use it ------------- Compile TransBas.PRJ and give it a run. I am including "WinInet.BAS" as an example. Known Limitations ----------------- In Visual Basic you can have an equate defined as a boolean NOT. I don't quite know how to translate this equate to CW. If someone knows let me know. Other stuff ----------- I am using the LexerClass which came with the app converter source code in CW5.0, slightly modified. I don't think there is any problem with this, but if there is please let me know... I you have examples that don't quite work, send them to me via e-mail and I'll try to work them out... In any case drop me a line to let me know if this has been of some help. Edgard L. Riba elriba@rimith.com