View Single Post
  #3  
Old 05-15-2002, 02:49 PM
Arcalyn
Hill Giant
 
Join Date: Apr 2002
Location: Columbus, Ohio
Posts: 143
Default MSVC++

Quote:
You need to download zlib, www.zlib.org and put the includes into your include path.. You also need to add zlib.lib to your lib path, and put mysql/include path.
That is utterly true!

Find the options/settings section of your compiler and add a path to the above files.

Fixed everything for me running Microsoft VisualStudio C++ 6.0

And all I can do is the very basics on C++, I can write a program that'll accept text then display it on the screen. rofl

My version of an EQemu would consist of :

Server Output --> Hello, who are you?
User Input ------> Cheeses
Server Output --> Hi Cheeses, you have been slain.
Windows Error ----> Blue Screen press CTRL+ALT+DEL to continue
Reboot Scandisk ---> 384 clusters of BAD SECTORS
User Output ----> Son of a B***H

Yep that about sums it up.
__________________
RTFM? ----> Does it come in braille?
Reply With Quote