[Solved] [PureUnit] Error with example.pb

Everything else that doesn't fall into one of the other PB categories.
User avatar
Naheulf
User
User
Posts: 27
Joined: Sat Oct 18, 2014 8:37 am

[Solved] [PureUnit] Error with example.pb

Post 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) ?
Last edited by Naheulf on Sat Jul 21, 2018 1:08 am, edited 1 time in total.
Please correct me if my English is bad.
Little John
Addict
Addict
Posts: 4527
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: [PureUnit] Error with example.pb

Post 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.)
User avatar
Naheulf
User
User
Posts: 27
Joined: Sat Oct 18, 2014 8:37 am

Re: [PureUnit] Error with example.pb

Post 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 ;)
Please correct me if my English is bad.
Post Reply