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.
Command changes
Re: Command changes
Replace all *pointers.i with *pointers_i
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
Re: Command changes
Thank you.
now it works with pointers, but got new problems.
I'll try to fix them.
now it works with pointers, but got new problems.
I'll try to fix them.