Author Topic: how to create .a library?  (Read 3123 times)

red_apple

  • Guest
how to create .a library?
« on: March 24, 2009, 12:14:47 pm »
i have created my own header file,and also a C source file,
already compiled it. i have example.o

from this,how to make it example.a?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: how to create .a library?
« Reply #1 on: March 24, 2009, 12:31:39 pm »
Use the wizard and create a static-library project, use this as skeleton for your own project and learn from it.

Not really related to C::B (and enough hints given), so the topic gets locked !

This is not a forum for beginners in programming.