View Single Post
  #3  
Old 09-25-2003, 01:35 PM
bud9weiser's Avatar
bud9weiser
Sarnak
 
Join Date: Apr 2003
Posts: 35
Default

Ok, this is still a problem, Merth thanks a ton for tryin to help me out in IRC, heres a update on the problem.

Code:
int DeflatePacket(unsigned char* in_data, int in_length, unsigned char* out_data, int max_out_length) {z_stream zstream;
seems to be the problem along with
Code:
uint32 InflatePacket(uchar* indata, uint32 indatalen, uchar* outdata, uint32 outdatalen, bool iQuiet) {z_stream zstream;
i researched all my include files and all are on the system and properly compiling except for one wich is
Code:
#include <netinet/in.h>
Now, i know this file contains packet functions so i come to the conclusion that it is at leased part of the problem. Is this a VS include or am i missing something in mysql or zlib? ive been messing with it for 2 weeks and im out of places to look. Thanks for any imput. If you need any other information please let me know here or in IRC.
Reply With Quote