View Single Post
  #2 (permalink)  
Old December 22nd, 2006, 08:14 AM
Geo121 Geo121 is offline
Friend of Wrox
 
Join Date: Jan 2006
Posts: 103
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via AIM to Geo121
Default

Dev-C++ does support the .h header function

you may want to make sure that piecesmodel.h is in the same location as your library files

or that your classpath is set to it

there is a way using the IDE that dev-C++ lets you link to it

currently off of the top of my head I don't remember it but I will look it up

but the problem is that it just can't find the piecesmodel.h file to link to

~ Geo

~ Don't take life too seriously, you'll never get out alive!
Reply With Quote