00001 This directory contains the project files for Microsoft Visual C++
00002
00003 For Visual Studio 2003 (and 2005) you can go to the eo\win (this)
00004 directory and open the eo.sln file. It allows for the compilation of 4
00005 lib files (which will be placed in eo\win\lib\release and eo\win\lib\debug).
00006 At the moment there are no project/solution files to compile the test
00007 programs (eo\test) or applications (eo\app).
00008
00009 The library files correspond to the .a files under Unix/Linux.
00010 eo.lib -> libeo.a
00011 eoes.lib -> libes.a
00012 eoga.lib -> libga.a
00013 eoutils.lib -> libeoutils.a
00014
00015 The debug versions of the files are named eod.lib, eoesd.lib, eogad.lib and eoutilsd.lib.