I have a Visual C++ Project that uses MySQL that I inherited. When I compiled it it gave me this error
error LNK1104: cannot open file 'mysys.lib'
The Linker requires this library. The question from where can I get it?
error LNK1104: cannot open file 'mysys.lib'
The Linker requires this library. The question from where can I get it?