nayyara.karamat - wrote:
> Hi,
>
> I want to make my own annotation tool using aglib. I am a c++
> programmer and most comfortable in working with Microsoft visual
> studio. Can you please guide me what is the best way to use aglib.
>
> I downlaoded aglib-2.0.1 and tried to build the library using its VC 6
> project. When I try to build jag.dll, it says "could not open
> ..\libag\Release\libag.lib". I went to libag project and built it
> directly, it gives no error but no dll and lib are produced. Can
> anybody tell what I am doing wrong.
>
Nayyara,
If you check out the source from cvs, you will find a new vc7 project
under the projects directory. Could you try the new vc project? You
might still have to adjust paths to third party libraries, however.
When you check out the source code, make sure to check out "Towrad-2_0"
branch (use -r Toward-2_0 option). This is the latest version and
hasn't been merged to the main brach.
-Haejoong
|