Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How to make GAlib work with MFC?

galib MFC
0
Posted

How to make GAlib work with MFC?

0

You must tell GAlib to not use the streams library (by default it is configured to assume a command-line environment, including streams). To turn off streams, edit the configuration file gaconfig.h and define the NO_STREAMS macro. Or define the macro NO_STREAMS in your project settings. (It is safer to define the macro in the header file so that you do not forget to set it in subsequent projects that use the GAlib headers.) You may have to force VCPP to ignore the LIBCD library using the ignore libraries option in your project settings on the link properties panel.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123