Search found 16 matches
- Wed Jan 21, 2009 7:00 am
- Forum: Game Programming
- Topic: Storing Chessboard positions
- Replies: 32
- Views: 11862
- Tue Jan 20, 2009 8:10 pm
- Forum: Game Programming
- Topic: Storing Chessboard positions
- Replies: 32
- Views: 11862
- Tue Jan 20, 2009 1:12 am
- Forum: Coding Questions
- Topic: Demo version won't compile?
- Replies: 24
- Views: 5694
- Mon Jan 19, 2009 4:41 am
- Forum: Coding Questions
- Topic: Demo version won't compile?
- Replies: 24
- Views: 5694
- Mon Jan 19, 2009 3:44 am
- Forum: Coding Questions
- Topic: Demo version won't compile?
- Replies: 24
- Views: 5694
- Mon Jan 19, 2009 1:38 am
- Forum: Coding Questions
- Topic: Demo version won't compile?
- Replies: 24
- Views: 5694
- Mon Jan 19, 2009 1:07 am
- Forum: Coding Questions
- Topic: Demo version won't compile?
- Replies: 24
- Views: 5694
- Sun Jan 18, 2009 1:05 am
- Forum: Coding Questions
- Topic: Demo version won't compile?
- Replies: 24
- Views: 5694
- Sat Jan 17, 2009 10:57 pm
- Forum: Coding Questions
- Topic: Demo version won't compile?
- Replies: 24
- Views: 5694
- Sat Jan 17, 2009 10:53 pm
- Forum: Coding Questions
- Topic: Demo version won't compile?
- Replies: 24
- Views: 5694
Code: Select all
C:\Program Files\PureBasic1\Compilers>echo %path%
C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;I:\ZMYSQL\bin;C:\Program Files\QuickTime\QTSystem\
- Sat Jan 17, 2009 10:30 pm
- Forum: Coding Questions
- Topic: Demo version won't compile?
- Replies: 24
- Views: 5694
- Sat Jan 17, 2009 10:27 pm
- Forum: Coding Questions
- Topic: Demo version won't compile?
- Replies: 24
- Views: 5694
pbcompiler test.pb
Code: Select all
Compiling test.pb
Loading external libraries...
Starting compilation...
6 lines processed.
Creating executable.
Error: Linker
Unknown error
- Sat Jan 17, 2009 9:10 pm
- Forum: Coding Questions
- Topic: Demo version won't compile?
- Replies: 24
- Views: 5694
Not even this will work with demo.
Code: Select all
OpenConsole()
PrintN("hello world")
Repeat
Delay(1)
Until Inkey() <> ""
- Sat Jan 17, 2009 9:05 pm
- Forum: Coding Questions
- Topic: Demo version won't compile?
- Replies: 24
- Views: 5694
Demo version won't compile?
Resource error, even when attempting to compile any of the sample files included.
I've removed, redownloaded, re-installed (even into a different directory) - and it still does nothing but quit with a 'resource error'. Perhaps I'm doing it wrong?
Doing the simple first 'this will compile' from ...
I've removed, redownloaded, re-installed (even into a different directory) - and it still does nothing but quit with a 'resource error'. Perhaps I'm doing it wrong?
Doing the simple first 'this will compile' from ...
- Sat Jan 17, 2009 2:22 am
- Forum: Coding Questions
- Topic: CreateGadgetList Deprecated Function ?
- Replies: 7
- Views: 4356