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.

Why does my IDE mysteriously dissapear when I browse QuickFIX in MSDEV?

0
Posted

Why does my IDE mysteriously dissapear when I browse QuickFIX in MSDEV?

0

Microsoft Visual Studio 6’s Statement completion options do not play very well with C++ templates. You can resolve this issues simply by turning this feature off. Do this by going to the Tools->Options menu. Under the Editor tab, uncheck all the Statement completion options. When building QuickFIX with gcc, the compiler complains it cannot find Some earlier versions of gcc were not supplied with the sstream include file. You can get it here After running make on *nix, I get an error that says libtool: ltconfig version `’ does not match ltmain.sh version `1.3.5′ Run the ./bootstrap script, then run ./configure and make again. During compilation, the compiler has errors in MessageValidator.cpp pertaining to the xml code. Older versions of QuickFIX did not search for libxml in the configure script. Check to make sure that libxml is installed and that the correct include and library directories are being passed into the compiler. You may have to modify the configure.in file to do

Related Questions

What is your question?

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

Experts123