On Sun, 2017-07-30 at 16:48 +0200, Matthew Brincke wrote:
> give it libpodofo.dll
> (with full path name to where it's located) as library to link.

        Hi,
well, you cannot link against a .dll file, you cannot use it as an
argument for the linker.

When compiling the .dll you get a .lib file which references (and is
tight to) the resulting .dll file and you link against that library
(.lib) file (the same as kernel32.lib and other standard Windows
libraries).
        Bye,
        zyx

-- 
http://www.litePDF.cz                                 i...@litepdf.cz

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to