UniDac 64-Bit MySQL

UniDac 64-Bit MySQL

When linking a 64-Bit C++ project with MySQL UniDac support we get the following error,

Unable to open file 'myprovider280.lib'

To correct the problem, we have to copy,
Devart\UniDAC\Lib\Win64\myprovider280.a
to
Devart\UniDAC\Lib\Win64\myprovider280.lib

We are then able to successfully link.  It appears to be incorrectly referencing the "lib" file in 64-bit mode when it should be referencing the ".a"

RAD Studio 11.2 w/ Update 1
unidac_9.3.0_d28pro.exe
64-Bit Release Mode (without linking with dynamic rtl/packages)