On Fri, Sep 8, 2023 at 12:53 PM Don Payette <payettedon@xxxxxxxxx> wrote:
I didn't realize I was compiling for 32 bit. Changing to 64. We'll see what happens.Don Payette(cell) 479-216-6320On Fri, Sep 8, 2023 at 12:26 PM Kenneth Porter <shiva@xxxxxxxxxxxxxxx> wrote:Are you compiling for 32 or 64 bit? 32 bit uses a leading underscore for
name decoration while 64 bit omits the underscore. Perhaps you're mixing
a 64-bit library with a 32-bit application?
https://stackoverflow.com/questions/13385935/64bit-name-mangling-for-c