Command changes

Just starting out? Need help? Post your questions and find answers here.
hessu
User
User
Posts: 25
Joined: Fri Nov 20, 2015 6:30 am

Command changes

Post 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.
User avatar
skywalk
Addict
Addict
Posts: 4211
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: Command changes

Post by skywalk »

Replace all *pointers.i with *pointers_i
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
hessu
User
User
Posts: 25
Joined: Fri Nov 20, 2015 6:30 am

Re: Command changes

Post by hessu »

Thank you.

now it works with pointers, but got new problems.

I'll try to fix them.
Post Reply