Hi Sven,

> I just got wxPDF from sourceforge.net.

I assume you mean wxPdfDocument. 

> I ran the configure and make skript and now I surely want to use the
> classes. Do I have to copy all files from wxPDF-include/libs etc. to
> these directories, where I installed wxWidgets? Or what do I have to
> do? 

Have you tried "make install"? That should make the include files and library 
files available system wide.

But "make install" is not absolutely necessary. You may also specify the 
wxPdfDocument include directory as an additional include directory to your 
compiler and the wxPdfDocument lib directory as an additional link directory to 
your linker.

If you built wxPdfDocument as a shared library, then it must be accessible at 
runtime.

Additionally the files in the font directory in the wxPdfDocument lib directory 
are needed at runtime. See the documentation of method SetFontPath, where 
wxPdfDocument searches for the font files.

Regards,

Ulrich
-- 
E-Mail privat:  [EMAIL PROTECTED]
E-Mail Studium: [EMAIL PROTECTED]
World Wide Web: http://www.stud.fernuni-hagen.de/q1471341



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
wxCode-users mailing list
wxCode-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxcode-users

Reply via email to