Menu

libraries

2002-11-09
2012-09-26
  • Nobody/Anonymous

    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

     
    • Nobody/Anonymous

      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

       
    • Nobody/Anonymous

      NICE ONE BAD BOY!!! Got it working

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.