The Nerd,
Quote: " the DBpro dlls and media are embedded into the EXE, but the source code is not included. DBC did this, which is why it has basically instant compilation times.
"
No, DB classic compiles to byte code for the virtual machine. The source code isn't included in the EXE.
The compile time difference occurs not because exporting binary is inherently slower than byte code, it's more the method Dbpro is using just isn't all that efficient.
Quote: " Dark Basic Pro, on the other hand, compiles to machine code for maximum performance. The code is almost impossible to decompile with a dbpro exe."
Sorry, but this is a myth. The DBpro compiler, like the majority of compilers (if not all) are by reversable by nature. Code exported form Dbpro has a consistent pattern for each operation, making de-compilation very viable.