Is there anyway of creating a real window outside the Blitzbasic 3D main window. A window that I can manipulate just like the standard Blitzbasic window?
How to create Windows?
Blitz3D Forums/Blitz3D Programming/How to create Windows? You *could* do it with winAPI calls (via userlibs).
But it would take a bit of work.
But it would take a bit of work.
...and "real" windows require callback functions for event handling, etc. (which Blitz doesn't currently support).
Your best bet: invest in BlitzPlus. Create a "real" window in one line of code.
And better yet, there is a relatively easy way of integrating BlitzPlus and Blitz3D apps.
Your best bet: invest in BlitzPlus. Create a "real" window in one line of code.
And better yet, there is a relatively easy way of integrating BlitzPlus and Blitz3D apps.