Re: [Quickfix-developers] AMD64 build w/Visual Studio?
Brought to you by:
orenmnero
|
From: Djalma R. d. S. F. <drs...@gm...> - 2007-01-26 13:02:12
|
No, but I already built QF for IA64 and X64. Nothing wrong, except some warnings concerning the 64bit compatibility issues. The problem is that for Windows platforms the int data type was not upgraded to 64 bit. Thus, the compiler complains that some truncations might occur in conversions from int64 to int32. I am not really sure how dangerous it is, my applications is working fine so far... but I reported the bug and gave some suggestions to fix it. http://www.quickfixengine.org/bugtracker/bug.php?op=show&bugid=204&pos=1 On 1/25/07, Andrew Munn <an...@nm...> wrote: > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Has anyone done an AMD64 build of QF on Windows x64 w/Visual Studio? > > Thanks.. > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |