Is it posible to call VBXs from WIN32FORTH ?

posible vbx VBXs Win32Forth
0
Posted

Is it posible to call VBXs from WIN32FORTH ?

0

If its possible, I don’t know how. If Visual Basic could make DLL’s (which it can’t), then you could use a DLL from Win32Forth. Sorry. Win32Forth can be used to create DLLs (Only under WindowsNT) that can be called from Visual Basic or Visual C++. The example code in FORTHDLL.* illustrates how this can be done.

Related Questions