El Foro

C-Free 4.0 issue with command prompt window

Autor Respuestas
javsalgar Wednesday 2 October 2013 at 16:57
javsalgarAnonymous

Hello everyone,

I want to use C-Free 4.0 in Playonlinux (as it's the one we are using in our University). I managed to install it correctly but I have a little problem when I try to execute a hello world code. (https://www.dropbox.com/s/dc9mgisbwfk0hal/first%20screenshot.png)

A Windows terminal window is supposed to appear with the execution. However, nothing appears. When I check Playonlinux debugger I see the result of my program (https://www.dropbox.com/s/qn5dzp8oefn9sh3/second%20screenshot.png)

Any ideas of how to sort this problem out?

Thank you
booman Friday 4 October 2013 at 20:38
booman

When you say "Windows terminal" you are meaning the command prompt correct?
I've seen issues with the command prompt in Wine because I can't even do simple networking commands.

† Booman †
Mint 21 64-bit | Nvidia 515| GeForce GTX 1650
Linux for Beginners | PlayOnLinux Guides | PlayOnLinux Explained
javsalgar Saturday 5 October 2013 at 2:09
javsalgarAnonymous

Yes, I mean the Windows command prompt (cmd). This is an example of what I would like to see:

http://i.msdn.microsoft.com/dynimg/IC34400.gif



booman Saturday 5 October 2013 at 23:36
booman

Not much online about Wine's CMD prompt.
I found this wiki:  Wine CMD

Its Wine's interpretation of DOS 6 command prompt.
So I have a feeling it won't do everything the Windows command prompt will do.
Please post if you figure it out.
I don't use it very often in Linux, but I do use it for networking in Windows at work all the time.

[code]net use Z: serverdirdir[/code]

[code]ipconfig[/code]

[code]ping 192.168.1.1[/code]

Etc... a few uses in a business environment.

Editado por: booman


† Booman †
Mint 21 64-bit | Nvidia 515| GeForce GTX 1650
Linux for Beginners | PlayOnLinux Guides | PlayOnLinux Explained
javsalgar Tuesday 8 October 2013 at 14:33
javsalgarAnonymous

It's curious, because when I run C-Free's debugger a new command window does appear. Strange...