View Single Post
  #1  
Old 07-08-2009, 01:17 AM
Ignorance
Fire Beetle
 
Join Date: Jun 2006
Location: baconland
Posts: 14
Default Where are the releases?

I am looking to download the latest source code and Win32 release, but have not found a working link.

The downloads page is not working for me.
I cannot download any Win32 releases or Source Dumps, I can view the change logs though.

http://www.eqemulator.net/download.php

If no one knows where to get the new releases then maby you can help me get some source code compiled.

I am using Visual Studio 2008 and am getting the following error.

"C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(358 ) : error C3163: '_vsnprintf': attributes inconsistent with previous declaration"

After searching the net for a bit I have found that removing all instances of
"#define vsnprintf _vsnprintf" the solution will compile, however everything is broken.

Any fix for the compiler issue, or a link to the latest release is welcome.
Reply With Quote