Common Object Model (COM) Dlls.

Just starting out? Need help? Post your questions and find answers here.
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Re: Common Object Model (COM) Dlls.

Post 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.
I may look like a mule, but I'm not a complete ass.
Post Reply