Compilin GALib with VC++ .Net 2002

tesisjesus tesisjesus at acelerate.com
Mon Jun 16 15:52:17 EDT 2003


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. 

Hope this help. 

Regards,
Jesus



More information about the galib mailing list