PB wrote:Hmm, all this talk has got me VERY interested in buying it... but I need
clarification of one thing: does it TRULY create 100% PureBasic code with
no need for proprietary closed-source libs to do anything? If not, what
does each lib do, and can the sources it generates live without some?
My answers wont be as concise as Pauls but the GUI that I'm currently
working on is getting near done. And it's only been a couple days.
Some of the beautiful things about PureVision.
First, it creates 3 source files. Your main core (event loop). A constants
source file, and a windows source file.
This way, when you initially export your source, all of those files come
out. Then later when you export, you have the option not to export the
main event loop. Where all your code is. It only changes your constants
and windows sources.
No external libraries. Unless of course you use something that is in the
library. In fact, inside the gui, you have the option to install the
PVGadgets library. By default though, no libraries are installed.
There is a PDF file on Pauls site for public download. You should really
have a look at it:
http://purevision.reelmedia.org/files/P ... Manual.pdf
Another great thing is that it smoothly keeps track of multiple forms.
Inside the GUI.
But again, Paul would be a better person to answer these questions.
- np