I want to be able to create a shortcut to a program on my desktop, I assume this means I will have to compile to a library but when trying to compile to a library I get -
Parsing code. 0.01
Compiling code. Error
No modules to compile.
The following modules are excluded from library compilation:
main
The program has just a main module and nothing else, so the error makes sense in a way.
Any ideas anyone?
Parsing code. 0.01
Compiling code. Error
No modules to compile.
The following modules are excluded from library compilation:
main
The program has just a main module and nothing else, so the error makes sense in a way.
Any ideas anyone?