Unidaq Provider for NexusDB Embedded in Delphi 12.3
I'm trying to use UniDaq in Delphi12.3 to connect to an embedded NexusDB. I followed the instructions and recompiled nexusprovider290.bpk, which created a new nexusprovider290.bpl file in the ${DELPHICOMMONDIR}\Bpl folder, which is included in the path environment variable.
To get it to compile, I had to modify the NexusDac.inc file to define the {$DEFINE NEXUS_EMBEDDED}
When I try to connect to a database I still get this error.
'NexusDB provider should be recompiled.'
How do I get UniDaq to work with an embedded NexusDB?