Re: [Quickfix-users] build python bindings in windows?
Brought to you by:
orenmnero
From: Gunter J. <ma...@je...> - 2010-03-22 19:49:33
|
Hello, I realized it with the following steps(from memory) - Install swig for windows - Create a swig.bat (like swig.sh) and rebuild QuickfixPhyton.cpp/h - Create a dll-project in Visual Studio and add both files to the project. - Disable optimization(!!!), disable precompiled header, set output to _quickfix.pyd and define __WIN32__. - Set include and lib path to python and quickfix - Build it, copy Files *.py and _quickfix.pyd to lib/python Good luck! Max Am 17.03.2010 um 23:12 schrieb or...@qu...: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Currently there is not, we are working on this for a future release. > > --oren > >> -------- Original Message -------- >> Subject: [Quickfix-users] build python bindings in windows? >> From: George Coles <geo...@qu...> >> Date: Wed, March 17, 2010 4:01 pm >> To: "qui...@li..." >> <qui...@li...> >> >> >> QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html >> QuickFIX Support: http://www.quickfixengine.org/services.html<hr>I do not see an obvious way to build the python bindings under windows. I tried to build using automake on ubuntu 10.3 but had no luck. Is it possible to build the python bindings under windows?<hr>------------------------------------------------------------------------------ >> Download Intel® Parallel Studio Eval >> Try the new software tools for yourself. Speed compiling, find bugs >> proactively, and fine-tune applications for parallel performance. >> See why Intel Parallel Studio got high marks during beta. >> http://p.sf.net/sfu/intel-sw-dev<hr>_______________________________________________ >> Quickfix-users mailing list >> Qui...@li... >> https://lists.sourceforge.net/lists/listinfo/quickfix-users > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users |