can anyone help me on how to integrate new library in dev cpp?
i want to have a haru library to my compiler!
can anyone help me on how to integrate new library in dev cpp?
i want to have a haru library to my compiler!
You have to add the library in the project's parameters tab. Suppose your library is called 'haru', then just add '-lharu' to the Linker parameters.