Latest CVS windows compiles
Changelog.txt
==01/07/06 FatherNitwit: Fixed VS.net projects and compiling. But i get errors compiling in timer.h and timer.cpp. Looks that errors are in this line: #ifdef WIN32 #include <windows.h> #include <winsock.h> int gettimeofday (timeval *tp, ...); Any help apreciated. PD- changelog looks awesome :D |
Quote:
Anyway, what compiler are you using? I have yesterday afternoons CVS, and had erm, slight errors, but other than that, was able to get it working after a while. Will look at my timer.cpp and timer.h and tell you if mine looks the same. one min |
#ifndef TIMER_H
#define TIMER_H #include "types.h" // Disgrace: for windows compile #ifdef WIN32 #include <windows.h> #include <winsock.h> int gettimeofday (timeval *tp, ...); #endif No problems there for me :S |
Im using VS.net 2003, cant get it to compile.
-timeval: not declared -tp: not declared -syntaxt error: ... i tried adding #include <winsock2.h> and sucessfully compiled emusharemem, but i get lots of errors in zone and world. |
Code:
// Disgrace: for windows compile I'm straddling the fence at 50/50 that either one of them is the case :D |
Quote:
|
im workin on this. It should be resolved for good soon.
|
There was a coder for a short period of time named Disgrace, was a good while ago.
|
anybody who can, please try building it once CVS updates with the changelog message from 01/08/06. I think the winsock problem is finally gone. It seems like each different MS compiler had a different issue, but it was all related to wonderful winsock.
|
Will check it out right now and will tell you how it works out.
Just logged in on IRC again, left because there wasnt much action there. |
Compiles perfect now. Thanks for fixing it.
|
Is there anyway to download the most recent compile?
|
Answered my own question:
http://www.eqemulator.net/download.php |
All times are GMT -4. The time now is 05:54 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.