Which programming language and tools can i use, to develope a complete stand-alone gui-application? This application will be burned on a cd and should run on every windows-pc without any installations.
Which programming language and tools can i use, to develope a complete stand-alone gui-application?
Share
Well, if you really have the time and don’t need to deploy on 16-bit Windows, you could always write in Win32 assembly -see MASM32 and Iczelion’s Win32 tutorials. There’s even a IDE for Win32 ASM –WinAsm Studio 🙂
The only dependencies you’ll need are the Windows system DLLs which are already there on every Win32 system.
However, if you need to build something quick, something like Visual Basic 6 will do nicely – it only needs the VB6 runtime by default (1 ~ 2 MB) and that definitely fits into a CD together with your VB6 EXE.