<DIV>Dear Sir/Madam</DIV>
<DIV>I have done the following to compile the galib with vc++ and almost all the errors are solved except this:</DIV>
<DIV>LINK : fatal error LNK1104: cannot open file "ga.lib"<BR>Fehler beim Ausführen von link.exe.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>To compile the galib with vc++ you have to follow this step: </DIV>
<DIV>1. In gaconfig.h add this line at the start of the file<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #define NO_STREAMS<BR>2. In the project properties dialog go to c++/advanced+calling convention <BR>select the __cdecl (/Gd)<BR>3. In the project properties go to Linker/Input and set the Additional <BR>dependencies like this:<BR>&nbsp; ga.lib<BR>&nbsp; msvcprtd.lib<BR>&nbsp; msvcrtd.lib<BR>&nbsp; LIBCMT.lib<BR>4. In the project properties go to Linker/Input and set the ignore Specifir <BR>Library like this:<BR>&nbsp; msvcprtd.lib<BR>&nbsp; msvcrtd.lib<BR>&nbsp; LIBCMT.lib<BR>5. in the project properties dialog go to Linker/General/Additional Library <BR>Directories and put the file directory where the galib files are. </DIV>
<DIV>&nbsp;</DIV>
<DIV>Regards</DIV><p><hr SIZE=1>
Do you Yahoo!?<br>
Yahoo! SiteBuilder - Free web site building tool. <a href="http://us.rd.yahoo.com/evt=21608/*http://webhosting.yahoo.com/ps/sb/"><b>Try it!</b></a>