MBS PDF changes from v231 to 245?

Hi there,

I’m trying to compile an existing desktop app in Xojo 2024r3.1 and MBS plugins 245 (Nov. 2024).
The app compiles and works fine in Xojo 2021r3.1 using MBS plugins 231 (March 2023).
Both Xojo versions use same MBS Plugins names (but different versions).

When compiling I get an error on PDFDocumentMBS: “can’t find a type with this name.”
MBS DynaPDF plugin is loaded.

I tried replacing PDFDocumentMBS by DynaPDFMBS but then I’m missing the PDFDocumentMBS.PrintOperation method …

Is there something changed in MBS PDF between v231 and v245 ?

Hoping @Christian_Schmitz has an idea …

Thanks !

Olivier

PDFDocumentMBS is from PDFKit plugin. Did you add the PDFKit plugin part?

It used to be part of another plugin, but I split it.

Thanks for helping,

No, I didn’t have it before, it didn’t exist in v231.

Adding PDF Kit plugin solved the issue.

Thanks again !

Best regards,

Olivier

1 Like