Re: [Quickfix-developers] Compilation Error C1060
Brought to you by:
orenmnero
From: Oren M. <ore...@ya...> - 2003-06-02 06:43:21
|
Do you have all the service packs installed for VC? Also try turning off precompiled headers. This week I'm going to be checking in a version that puts each FIX message in its own file instead of having them all in a monster file. This is becoming a necessity since we are adding support for FIX 4.4, which is huge and the problem would only get worse. Once I get this checked in, the problem should go away completely. --- dmi...@jp... wrote: > Dear all, > > I get "fatal error C1060: compiler is out of heap > space," despite the fact > that I've set the heap size to the maximum limit: > 2000Mb > (see option /Zm2000 below). I'm using VC++ 6.0 on > Windows XP with 700Mb > Free memory and 2.1G free space. Even compiling > just one package produces > that error. (Tried size 200 and 1000 too) > > --------------------Configuration: quickfix - Win32 > Release-------------------- > Compiling... > CallStack.cpp > fatal error C1060: compiler is out of heap space > > These are what I believe compiler settings that I > set through Project -> > Project Settings -> C/C++ Tab -> Project Options: > > /nologo /MDd /W3 /Gm /GX /Zi /Od /I ".." /I "./src" > /I "./src/c++" /D > "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" > /Fp"Debug/at.pch" > /YX"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /Zm2000 > /GZ /c > > Another thing that poked my curiosity is that when i > opened source files in > the editor, VC warned me that the carriage return > wasn't used, ie as if the > files were for Unix not Windows. Yet, i'm sure i > followed the right link > from the site. > > Thanks, > D. > > JP Morgan Cash Equities Client Connectivity Team > 277 Park Ave, New York > OFFICE: 212-622-4171 > > > This communication is for informational purposes > only. It is not intended as > an offer or solicitation for the purchase or sale of > any financial instrument > or as an official confirmation of any transaction. > All market prices, data > and other information are not warranted as to > completeness or accuracy and > are subject to change without notice. Any comments > or statements made herein > do not necessarily reflect those of J.P. Morgan > Chase & Co., its > subsidiaries and affiliates. > > > > ------------------------------------------------------- > This SF.net email is sponsored by: eBay > Get office equipment for less on eBay! > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com |