Forms of Ebasic Programs

Ebasic programs can be Console exe, Windows exe or Windows dll

Console exe

These are programs that are designed to execute in 'DOS' mode. They could be used for embedded applications or any program you do not wish to execute as a Windows Program

Console programming will be covered in detail in a separeate Ebook

Windows exe

These are programs that are designed to execute in the Windows environment.

These types of programs are often referred to as GUI programs (Graphical User Interface Programs).

This Ebook will address Windows GUI applications written with Ebasic.

Windows dll

These are Windows applications that are designed to be used as Dynamic Link Libraries. Dll programs will be addressed in another Ebook.

 

Next Section