Menu

Using DLL

2003-01-04
2012-09-26
  • Ondrej Majerech

    Ondrej Majerech - 2003-01-04

    I`ve build some sample DLL, but I cannot compile the test program. The linker says, that there`s an undefined reference to EdrCenterText (which is declared in that DLL). In my textbook is written, that windows loads DLL AUTOMATICALY!?!

     
    • Lee G.

      Lee G. - 2003-01-04

      when you created the dll it also created the library that has all the references to the dll so just find that and add it to the linker files and (hopefully) all should be well

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.