Dear all,
I am working on a library that is delivered to clients as a DLL. One of the exported routines has the following
!DEC$ ATTRIBUTES DLLEXPORT::HMclust
The actual exported name in the DLL is hmclust, i.e. all lowercase. Is this default behavior? The client software engineer reports that previously, the DLL's exported all uppercase. Is there compileer/linker option to change this behavior?
Thanks for any help.