Re: [Libpgf-user] Missing header?
libPGF is an implementation of the Progressive Graphics File (PGF)
Brought to you by:
c_stamm
From: Raphael S. <rsc...@sc...> - 2010-05-14 08:41:23
|
The PGFconsole depends on libPGF, i.e. the files in libpgf-*-src.zip Using MS Visual Studio the folder structure after extraction should look like: +---libpgf │ +---doc │ +---include │ +---src L---pgf +---dll +---doc +---include +---lib +---src 1.) Compile libpgf -> PGFCodec.lib (Release, Win32 configuration) or PGFCodecd.lib (Debug) in libpgf\lib\Win32 2.) Compile pgf (the pgfconsole) using the header in libpgf\include and the generated lib Raphael > -----Original Message----- > From: bucketbot [mailto:buc...@ya...] > Sent: Freitag, 14. Mai 2010 07:50 > To: lib...@li... > Subject: [Libpgf-user] Missing header? > > > I'm trying to compile the PGF-codec demonstration but it uses a header file > "PGFimage.h" that was not included in the archive? It's referenced in > PGF.cpp. > > Ideas? Did I miss something? > > Thanks! |