Menu

Can't find library object (dll?)

2014-05-02
2014-05-03
  • Robert Tausworthe

    I have downloaded the latest version of win32++, but the linker complains that it can't find several executable functions. On searching the win32++ directories, I find no library present. How do I make DevC++ link properly? Is there a dll somewhere I'm missing?

     
  • David

    David - 2014-05-03

    Hi Robert,

    Win32++ doesn't require any additional libraries or DLLs, but your DevC++ project might need to add the relevant windows libraries.

    Each sample contains a DevC++ project file located with its source code. This project file will have all the relevant windows libraries already configured. For example in the Frame sample, the src directory contains the Frame_DEBUG.dev and Frame_RELEASE.dev project files.

    Best regards,
    David

     

Log in to post a comment.