If you use PB/Win or PB/DLL to create a DLL the DLL can be used by programs written in any other language that supports 32-bit Windows DLLs, such as C/C++, Delphi PowerBuilder, Visual Basic, and Visual Basic for Applications (VBA). A PowerBASIC DLL can create a GUI interface or it can contain pure computational data-processing routines, or both.
PowerBASIC is a native code compiler, not an interpreter of any sort. When you compile a program, it's translated immediately into optimized machine code. The minor problem you will have is figuring out the glue code required to stick the two together but there are very good tutorials available from PowerBasic. _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
