All Questions
3 questions
0
votes
0
answers
2k
views
Convert .a file into .lib file for C/C++ project
I have got a question. In my quest to add external packages to my C/C++ project, i read differents topics about how to convert static library (.a) into static library (.lib). I downloaded packages and ...
1
vote
2
answers
2k
views
Failing to install gtkmm / gtk+
So i am new on the platform, i use c/c++ and i have interests in graph interfaces so i decided to use gtk+and gtkmm with visual studio.
First, i downloaded gtk for the gnome project. I followed all ...
3
votes
2
answers
2k
views
How to build .lib files using Code::Blocks IDE
I have a C project which I would like to build as a static library and not as a executable.
My high level environment is:
IDE: Code::Blocks 16.01
Operating System: Windows 7
Compiler: MinGW (GCC ...