guichan [cannot find sdl.h]

Content and general development discussion, including quest scripts and server code. TMW Classic is a project comprising the Legacy tmwAthena server & the designated improved engine server based on evolHercules.


Forum rules

This forum houses many years of development, tracing back to some of the earliest posts that exist on the board.

Its current use is for the continued development of the server and game it has always served: TMW Classic.

Post Reply
win32.developer
Peon
Peon
Posts: 1
Joined: 26 Aug 2005, 10:05

guichan [cannot find sdl.h]

Post by win32.developer »

Introduction:
Im using the guichan libary (devpak) and i have sdl installed and i have done much development with SDL in past times.
I am using devcpp for programming and do porgramming in C++.

Problem:
I am trying guichan out i herd it was pretty good and it looks it on this game, so i downloaded the devpak installed it and looked around for tutorial and found one on the guichan website.

I copied an entire tutorial (i think tutorial 2) but when it hits the line #include <guichan/sdl.hpp>
it gives me an error similar to:

some path with bin/... and other things
sdl.h dosent exist

but i checked and it does exist so anyone know why the program wont find it ?

sorry for my bad english.
User avatar
maci
Knight
Knight
Posts: 507
Joined: 05 Dec 2004, 20:01
Location: Germany
Contact:

Post by maci »

RTFM ;)

when you install the devpak there is a text like

"be sure the path to your SDL.h is set in your c++ includes"
ElvenProgrammer wrote:Maci: don't be rude, we're here to help people ;)
Post Reply