The only difference is, when I type the option "/h" or "/?", a little window opens warning about the use of "-" instead of "/".
I did that because you mentioned that you tried to your /?
But you tried -? and -h as well (and from cmd/console window, not in "Run ...", by typing there xep.....exe -h), and still no content? Very odd. I asked some windows experts
and I tried to use native windows console management functions to attach to parent's console if exists (so if you start xep128 from a cmd window already) or create a new console if it's not the case. It seems somehow I would have had Windows to test myself otherwise this topic will be looooong and boring to ask you every time to test
Nothing more, sorry. Still no help text nor debug messages.
No debug messages, that's OK, now only help should have be seen (I only tried that for now!). But it's possible the console is there just disappears because end of the program? It may be even that blink you talked about! The odd thing that you started xep128.exe with -h option from a cmd window, it should attach that console and print there, instead of creating a new console ...
Windows is really ugly btw, its API too brrrrr ... It's a great thing that I don't need to interact with too many native Windows things thanks to SDL ... It seems Windows has some braindead policy to make a strict difference between "console" and "GUI" mode apps. And GUI mode apps does not have console, and extra tricks needed if you still need it ...
About your little warning window, there are two in reality, I have to click two times the OK rectangle in it. If I move it to other zone of the screen and click on the OK rectangle, the second little window appears on the original place waiting me to click OK again.
Hmm, that's "normal"l, though a bug of mine
It's because the windows console attach function (which does not seem to work anyway ...) put the warning at the begining, but again with the normal command line parser finds the same problem
So two windows actually after each other, that's why you need to click twice, thanks for notice!
EDIT: The immediate mode has the same blink.
Immediate mode? What do you mean?
I have an idea. You can open a window to print debug text if it is set in the config, just like you print it to a file.
Well, there are multiple problems here. First, it does not seem even if I can open a console by will
Second: if someone wants to use command line, he wants to see the help. But if help can't be seen only with a complex switch
then it's a chicken and egg problem
Now I only try to make help visible but even that does not work, since Windows treats Xep128 as a "GUI mode app" and does not want to provide console ... The debug messages are not so important, what you can see (well, would see ..) on console, that's even stored in debug file if requested, so that's not the main point. The main point is the visible help message *and* later some console based monitor for the emulator.