http://www.iolanguage.com/downloads/ Release 2005 12 10 - fixes ===================== - a number of build fixes and patch (sorry, I lost the details when I had...
... Here's a diff of the changes I made for MSVC7. Also, it looks like the projects/win32vc7 directory was removed and replaced with win32vcproj, which is not...
... I'm terribly sorry: my analysis was incorrect and it was a bad example (since it actually works properly). The actual problem is that coroDo is defined on...
... Actually, someone else added this part: ifNil(writeln("exiting"); /*Lobby exit*/) "Lobby exit" was commented out in the original 2005-12-10... I don't know...
... Why did we have 4 different win32 projects for visual C? Can we get a consensus from Windows folks here as to which ones we should keep and which are no...
... Visual Studio 8 changed its workspace/project (now solution/vcproj) file format. However, VS8 was only just released, so most people haven't switched ...
... I suggest we take the route Kevin proposed, i.e. to autogenerate the project files from a script. Doesn't necessarily have to be a Python script, though....
... That should be quite easy for Visual Studio 8 files. They're simple XML with a couple of 'magic number' bytes at the beginning. It'll be harder for the ...
... win32vc2005\ - (aka VC8) I think Jeff Drake made this and built IoDesktop. My win32vc7 could be imported for IoVM but all the other binding / lib projects...