Demo version won't compile?
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 this page http://www.xs4all.nl/~bluez/datatalk/pure1.htm
It still faults to resource error. What am I missing?
win 2000 pro, 512mb ram.
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 this page http://www.xs4all.nl/~bluez/datatalk/pure1.htm
It still faults to resource error. What am I missing?
win 2000 pro, 512mb ram.
Not even this will work with demo.
Code: Select all
OpenConsole()
PrintN("hello world")
Repeat
Delay(1)
Until Inkey() <> ""
pbcompiler test.pb
Code: Select all
Compiling test.pb
Loading external libraries...
Starting compilation...
6 lines processed.
Creating executable.
Error: Linker
Unknown error
content of test.pb
Removed IDE options lines... attempted command line compilation, same result as above.
Code: Select all
OpenConsole()
PrintN("hello world")
Repeat
Delay(1)
Until Inkey() <> ""
; IDE Options = PureBasic 4.30 (Windows - x86)
; CursorPosition = 5
; Folding = -
; EnableXP
Removed IDE options lines... attempted command line compilation, same result as above.
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\
- Kaeru Gaman
- Addict
- Posts: 4826
- Joined: Sun Mar 19, 2006 1:57 pm
- Location: Germany
Code: Select all
C:\Program Files\PureBasic1\Compilers>polink
Pelles Linker, Version 5.00.1
Copyright (c) Pelle Orinius 1998-2008
Syntax:
POLINK [ { option | file | @commandfile } ... ]
Options:
/ALIGN:#
/ALLOWBIND[:NO]
/ALLOWISOLATION[:NO]
/ALTERNATENAME:symbol=symbol
/BASE:address
/DEBUG[:NO]
/DEBUGTYPE:{CV|COFF|BOTH}
/DEF:filename
/DEFAULTLIB:filename
/DELAY:{NOBIND|UNLOAD}
/DELAYLOAD:filename
/DLL
/DRIVER[:{UPONLY|WDM}]
/ENTRY:symbol
/EXPORT:symbol[=[module.]symbol][,@ordinal[,NONAME]][,DATA]
/FIXED[:NO]
/FORCE:MULTIPLE
/HEAP:reserve[,commit]
/IMPLIB:filename
/INCLUDE:symbol
/LARGEADDRESSAWARE[:NO]
/LIBPATH:path
/MACHINE:{AMD64|ARM|X64|X86}
/MANIFEST[:NO]
/MANIFESTDEPENDENCY:dependency
/MANIFESTFILE:filename
/MAP[:filename]
/MAPINFO:{EXPORTS|FIXUPS|LINES}
/MERGE:from=to
/NODEFAULTLIB
/NOENTRY
/NXCOMPAT[:NO]
/OPT:{REF|NOREF|WIN98|NOWIN98}
/OSVERSION:#[.##]
/OUT:filename
/RELEASE
/SAFESEH[:NO]
/SECTION:name,[E][R][W][S][D][K][P]
/STACK:reserve[,commit]
/STUB:filename
/SUBSYSTEM:{CONSOLE|NATIVE|WINDOWS|WINDOWSCE}[,#[.##]]
/SWAPRUN:{CD|NET}
/TSAWARE[:NO]
/VERBOSE
/VERSION:#[.##]
/WS:AGGRESSIVE
C:\Program Files\PureBasic1\Compilers>
- Rook Zimbabwe
- Addict
- Posts: 4322
- Joined: Tue Jan 02, 2007 8:16 pm
- Location: Cypress TX
- Contact: