Disabled options
Posted: Sat Feb 29, 2020 6:49 pm
Hi,
I created, under Ubuntu and CodeBlocks, a small program to manage Unicode UTF8 characters in translation PO files.
It works well.
Now, I want, under Windows, create a Windows version of this program. CodeBlocks is not valid under Windows as it
even not accepts accented letters.
That's why I came to CodeLite, as a newbye.
I created a New project/Console/Simple executable (gcc).
In main.c, I copied-pasted the main.c code from Ubuntu. (this program has only the main.c file. The console is only used
to enter the name of the file to be treated).
F5/Build and Debug gives me "0 errors, 0 warnings".
Ctrl-F5/Execute gives me the console, but only displays "Press Enter to continue", my question "Enter file name:" is not
displayed and no file is treated
To resolve this problem, I want to use F10 F11 commands, but they are disabled, greyed out. Why that?
I created, under Ubuntu and CodeBlocks, a small program to manage Unicode UTF8 characters in translation PO files.
It works well.
Now, I want, under Windows, create a Windows version of this program. CodeBlocks is not valid under Windows as it
even not accepts accented letters.
That's why I came to CodeLite, as a newbye.
I created a New project/Console/Simple executable (gcc).
In main.c, I copied-pasted the main.c code from Ubuntu. (this program has only the main.c file. The console is only used
to enter the name of the file to be treated).
F5/Build and Debug gives me "0 errors, 0 warnings".
Ctrl-F5/Execute gives me the console, but only displays "Press Enter to continue", my question "Enter file name:" is not
displayed and no file is treated
To resolve this problem, I want to use F10 F11 commands, but they are disabled, greyed out. Why that?