Hello, all
We have a serious issue.
There is a complicated user object, inherited from OLE control, which is used by multiple applications.
We set it up in a separate PBL and compiled it separately.
Library lists of the main desktop applications contain reference to the resulting PBD.
From the PB IDE everything works fine.
But once the application is compiled we get an "unresolvable external" error, even though the PBD is in the same directory as the exe.
Important to note that the above PBD contain datawindow classes and they are visible to the windows in both design and runtime.
We work with PB 2021 R3 (1506)
What can we do in order to share this complicated object which contains a lot of code in itself?
Thank you
Arcady