How to use .a archive files in c++ eclipse project? -
i created static library project in eclipse (helios)
the static library contained 3 .h header files , build generate lib.a file
now want use archive file in project set path in c++ settings linker loader have no idea how include 3 header files stored in .a archive on clicking lib.a file in static lib project shows main.o object file not happen in c++ project intend use in
Comments
Post a Comment