[galib] Visual c++ problem2
Essam Almasri
masryesam at yahoo.com
Thu Jan 22 13:26:40 EST 2004
Dear Sir/Madam
I have done the following to compile the galib with vc++ and almost all the errors are solved except this:
LINK : fatal error LNK1104: cannot open file "ga.lib"
Fehler beim Ausführen von link.exe.
To compile the galib with vc++ you have to follow this step:
1. In gaconfig.h add this line at the start of the file
#define NO_STREAMS
2. In the project properties dialog go to c++/advanced+calling convention
select the __cdecl (/Gd)
3. In the project properties go to Linker/Input and set the Additional
dependencies like this:
ga.lib
msvcprtd.lib
msvcrtd.lib
LIBCMT.lib
4. In the project properties go to Linker/Input and set the ignore Specifir
Library like this:
msvcprtd.lib
msvcrtd.lib
LIBCMT.lib
5. in the project properties dialog go to Linker/General/Additional Library
Directories and put the file directory where the galib files are.
Regards
---------------------------------
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/galib/attachments/20040122/79ef94a1/attachment.htm
More information about the galib
mailing list