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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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.
Well, I just discovered VS2008 Express SP1 on the microsoft site. It has TR1.