How do you use the library files in a dev-c++ project, When i add libwinmm.a to a program the compiler returns a builder error
You add it with -l"winmm"
The rule is to drop the 'lib' at the fornt and the '.a' at the back.
You add this line at PROJECT->OPTIONS->GENERAL TAB-> LINKER OPTIONS
NICE ONE BAD BOY!!! Got it working
Log in to post a comment.
How do you use the library files in a dev-c++ project, When i add libwinmm.a to a program the compiler returns a builder error
You add it with -l"winmm"
The rule is to drop the 'lib' at the fornt and the '.a' at the back.
You add this line at PROJECT->OPTIONS->GENERAL TAB-> LINKER OPTIONS
NICE ONE BAD BOY!!! Got it working