Mailing List
Home
Forum Home
Mac Game - Mac game development
Rivers of MUD - a Diku and Merc based multiuser dungeon
SMAUG
Subjects
Getting UDP through NAT/firewalls/whatever for a game
Getting UDP through NAT/firewalls/whatever for a game
QuickTime errors
Python script as stand alone MUD server
Various sound problems
Fragment Shaders & GL TEXTURE RECTANGLE EXT
Timers and global variables
Re: Language and platform for Text MUD server
Apparent acquisition of Yantis (mysupersales) by IDE
HID keyboard
Getting UDP through NAT/firewalls/whatever for a game
Microsoft Sparkle
Director MX
Congratulations Horizons
Yet more problems fullscreen mode
Apple Dev Kitchen Them 's tasty vittles, Maw!
NSOpenGLContext, Pbuffers, and drawables
More DCR "theft " naughtiness
dynamic sprite creation and imaging lingo
Re: Find stuff in Flash array?
Effects of skill imbalances?
QuickTime errors
Rom 2 4/Quickmud Enhancement/Bug fix
Working with XML files/CFURL
smooth scrolling/subpixel tweening
RE: (Ron help me?) Flash text
Flash Racing
MudDev FAQ 2
Browser based games
Installing GLUT
Special character in Flash XML
 
dirent.h in windows

dirent.h in windows

2005-01-28       - By Tristan M

 Back
Reply:     1     2     3     4     5     6     7     8  

im using msvc++ and what i want to do is be able to scan through every
player file and check if they are a certain race, and if so, change it(for
deleting races in my online race editor). im good as far as dirent.h is
concerned. after some googling i came across a dirent.h/dirent.lib for a
windows machine, so i've popped them in theyre appropriate places:
C:\Program Files\Microsoft Visual Studio\VC98\Include
C:\Program Files\Microsoft Visual Studio\VC98\Lib
so now i can do:
#include <dirent.h>
without the compiler hissing at me, but now when i want to use the
closedir/readdir/opendir functions in the code the compiler tells me this:
olc_race.obj : error LNK2001: unresolved external symbol _closedir
olc_race.obj : error LNK2001: unresolved external symbol _readdir
olc_race.obj : error LNK2001: unresolved external symbol _opendir

ive never added include or lib files to msvc++ before so am i forgetting a
step or anything here? i know that closedir, readdir, and opendir are all in
the dirent.h and that it was meant for windows


--
ROM mailing list
ROM@(protected)
http://www.rom.org/cgi-bin/mailman/listinfo/rom