Console Compile

Just starting out? Need help? Post your questions and find answers here.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by royscott.

I am creating a console application. If I choose "windows" and the output type
from the compiler it works fine, but if I choose "console" the final program
generates an error when run. I cannot fine anything in the help file that tells
about this. I am using Win98SE and version 3.0.

Roy Scott
http://www.royscott.net
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Danilo.

Compile to: WINDOWS
- use OpenConsole() command
Compile to: CONSOLE
- use OpenDefaultWindow() command

Shouldnt this be your problem, show us some source plz.

cya,
...Danilo

(registered PureBasic user)
Post Reply