Menu

wating for a win32 version

Help
2010-11-17
2013-04-23
  • jianjunwang

    jianjunwang - 2010-11-17

    thank you ahead, I have download the SVN source code, but failed with VC2008.
    cppgrid\utilities\tr1.h(15) : error C2653: 'tr1' : is not a class or namespace name

     
  • Alex Zhondin

    Alex Zhondin - 2010-11-17

    Thank you for your interest with my project. I will speed up development then.
    There is not fully correct code in SVN. It should compile and run but there are some problems I'm working on (drawing issues, disabled tooltips and so on). Also it's not completely MFC free - there are a few places where MFC used but you can just comment them.
    As regards compile error you mention - tr1.h file includes TR1 implementation (TR1 - STL library extention). In my case I include TR1 implementation from Visual Studio 2008 Feature Pack (<memory> header file). You can modify tr1.h file to include another TR1 implementation, from boost or VS2010 express edition (in <memory> header) or other.
    It's seems not good idea to use shared_ptr heavily in the code but I will think and fix it later.
    Anyway thank you, I'm very intresting in your feedback now.

     
  • Alex Zhondin

    Alex Zhondin - 2010-11-17

    Well, I just discovered VS2008 Express SP1 on the microsoft site. It has TR1.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.