views:

62

answers:

0

Hi,

I have a .h,.dll and a .lib file given to me by a vendor all compiled in visual studio. I try to link the library in g++ and I get an error in the .h file that I dont understand. The error is:

error: qualifiers can only be specified for objects and functions

at several lines that have no qualifiers. It occurs randomly at if statements and variable declarations.

can someone help me out here?