Page 1 of 1

Command changes

Posted: Mon Apr 17, 2017 4:39 am
by hessu
PB 4.60
[Procedure.s Private_GaussSolverSymbolicMatrix(*MatrixA.Matrix, ValidLineCount.u, *VarFlag.i, P_Decimal.b = 10)]

This is from Guimauve's Matrix Library.
I have BP 4.60 too, but it,s not compatible with BP 5.60 commands and I want to use PB 5.60.

PB 5.60
Native types can't be used with pointers

Hi everybody

Is there a list about changed commands somewhwere.

Re: Command changes

Posted: Mon Apr 17, 2017 5:15 am
by skywalk
Replace all *pointers.i with *pointers_i

Re: Command changes

Posted: Mon Apr 17, 2017 10:02 am
by hessu
Thank you.

now it works with pointers, but got new problems.

I'll try to fix them.