Page 1 of 1

[Solved] [PureUnit] Error with example.pb

Posted: Fri Jul 20, 2018 9:56 pm
by Naheulf
I just tried PureUnit 0.3 with given example file
PureUnit 0.3 wrote:Using compiler: PureBasic 5.62 (Windows - x64)

Preparing file: Example.pb
Compiling with: (no parameters)

File : Example.pb
Compiled: (no parameters)
Error: Compiler Error
On line: 223
Error: 'Read' can't convert automatically a number into a string.

Stats: Failure after 0 successful tests in 1 files. (0 min, 8 sec)
Then I tried to simplify the code. Error still occur with only this simple code.

Code: Select all

ProcedureUnit Test()
EndProcedureUnit
Can anyone help me run PureUnit with last stable Purebasic version (5.62 x64) ?

Re: [PureUnit] Error with example.pb

Posted: Fri Jul 20, 2018 11:17 pm
by Little John
Naheulf wrote:I just tried PureUnit 0.3 with given example file
Why :?:
Naheulf wrote:Can anyone help me run PureUnit with last stable Purebasic version (5.62 x64) ?
Don't use an obsolete PureUnit version, but use the current version 1.1 that ships with PB 5.62. At least here on Windows 10 it works fine. (You didn't write what OS you are using.)

Re: [PureUnit] Error with example.pb

Posted: Sat Jul 21, 2018 1:05 am
by Naheulf
Little John wrote:
Naheulf wrote:I just tried PureUnit 0.3 with given example file
Why :?:
To check if it run fine on my computer.
Little John wrote:... use the current version 1.1 that ships with PB 5.62
I haven't see this version in in PureBasic/SDK folder. Thanks it work !

PS : I use PB in windows 8.1 x64 ;)