Which 32-Bit Windows Versions support pbcompilerc ?

Just starting out? Need help? Post your questions and find answers here.
juergenkulow
Enthusiast
Enthusiast
Posts: 540
Joined: Wed Sep 25, 2019 10:18 am

Which 32-Bit Windows Versions support pbcompilerc ?

Post by juergenkulow »

Code: Select all

D:\PureBasicBeta2\Compilers>ver

Microsoft Windows XP [Version 5.1.2600]

D:\PureBasicBeta2\Compilers>pbcompilerc d:\testmsg.pb
PureBasic 6.00 Beta 2 - C Backend (Windows - x86)
Loading 'C' subsystem
Compiling d:\testmsg.pb
Loading external libraries...
Starting compilation...
1 lines processed.
Creating and launching executable.
Error: Linker
POLINK: error: Unresolved external symbol '_SetCurrentDirectoryA'.
POLINK: fatal error: 1 unresolved external(s).

D:\PureBasicBeta2\Compilers>pbcompiler d:\testmsg.pb
PureBasic 6.00 Beta 2 (Windows - x86)
Compiling d:\testmsg.pb
Loading external libraries...
Starting compilation...
1 lines processed.
Creating and launching executable.

- Feel the ..PuRe.. Power -

Code: Select all

D:\Programme\PureBasicBeta2\Compilers>ver

Microsoft Windows 2000 [Version 5.00.2195]

D:\Programme\PureBasicBeta2\Compilers>pbcompilerc c:\TestMsg.pb
PureBasic 6.00 Beta 2 - C Backend (Windows - x86)
Loading 'C' subsystem
Compiling c:\TestMsg.pb
Loading external libraries...
Starting compilation...
1 lines processed.
Error: Assembler

gcc.exe Einsprungpunkt nicht gefunden
	Der Prozedureneinsprungpunkt "__mb_cur_max_func" wurde in der DLL "msvcrt.dll"
	nicht gefunden. 

D:\Programme\PureBasicBeta2\Compilers>pbcompiler c:\TestMsg.pb
PureBasic 6.00 Beta 2 (Windows - x86)
Compiling c:\TestMsg.pb
Loading external libraries...
Starting compilation...
1 lines processed.
Creating and launching executable.

- Feel the ..PuRe.. Power -
D:\Programme\PureBasicBeta2\Compilers>polink /?
Pelles Linker, Version 8.00.2
Copyright (c) Pelle Orinius 1998-2015

Syntax:
POLINK [ { option | file | @commandfile } ... ]

Options:
/ALIGN:#
/ALLOWBIND[:NO]
...