Re: [Plib-users] Problem with Plib and Dev-C++
Brought to you by:
sjbaker
From: <coz...@gm...> - 2006-04-27 18:26:32
|
Hello Ricardo, Well I have to develop a small software using OpenGL, and the IDE is Dev C+= + > v.4.9.9.2, O.S.=3DWinXP. Soon I realized I needed to use some kind of inp= ut > textfield to save/load files. That is how I discovered PLIB, downloaded > plib-1.8.4 and set the files like this (I only need the PUI): > [..] > Do I have the files (.h and .lib) in the right directories? Am I linking > the libraries the right way ? What Am I missing or doing wrong? Thanks in > advance. > The downlod from the plib site is the source code of the libraries, not the libraries compiled themselves. An easy way of doing it is installing Cygwin and following the instructions, but I have compiled plib by installing M-SY= S with Mingw too. After you do that in the examples either the makefile.in or the makefile.amin the pui directory will tell you what libraries you need to include for pui programs. -Coz |