hi
i used mysql.h and other required files in linux to write my CGI programs. But now, i have to write a CGI program that will be run under windows. Where can i get the required files to connect a mysql database server? Or, is there another way to connect a mysql server?
The mysql distribution built for windows does not include any header files! (i just unpack the zip file, didn`t install it)

Thanks....