CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    10

    URGENT!!!..Difficulty in building paintlib program

    Hi..
    I have downloaded the source files for the paintlib program distributed here and although i have read the documentation
    i cant built the program in VC6 ++ . I try to run the testdib project but i get the following error

    LINK : fatal error LNK1104: cannot open file "..\bin\debug\paintlib.lib"

    where do i find the file paint.lib..
    it didnt come with the source zips i downloaded

    Hope u can help..i need this urgently
    thanks
    ramesh



  2. #2
    Join Date
    Apr 1999
    Posts
    53

    Re: URGENT!!!..Difficulty in building paintlib program

    Dear Ramesh,

    I've never used paintlib, but I've used jpeg.lib, so maybe this will help:

    I believe paintlib.lib is the .lib you are supposed to be building, so you won't find it with the distribution.

    Check your project settings and your library path settings, to make sure you are telling the project using paintlib.lib where to go and look for your copy of paintlib.lib.

    I hope this helps,
    Wes Rogers


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured