Page 2 of 2

Re: Common Object Model (COM) Dlls.

Posted: Mon Aug 26, 2013 10:40 pm
by srod
PBExplorer12 wrote:"
Well, I'm trying to create the simplest ole server, and the simplest Test pb code which will illustrate the COMatePlus issue. But am getting an error, in the COMatePlus.pbi code, that wasn't there before.

When you do a syntax check, it chokes on line 1838,

errorCode = COMatePLUS_CompileSubobjectInvokation(*hStatement, subObject, @parse())


, and returns the error


Bad parameter type: an array is expected.
The latest version of PB has broken COMatePLUS very slightly. Simply remove the @ from those lines which throw that particular compilation error.