hi,
i\'m not good at c++ ...
i\'ve tried to build ipxserver project with vs .net 2010.
unfortunately, it\'s giving this error message:
1>------ build started: project: test[ch305]px, configuration: debug win32 ------
1>build started 13.09.2011 20:27:08.
1>[ch305]nitializebuildstatus:
1> creating ".\\debug\\test[ch305]px.unsuccessfulbuild" because "alwayscreate" was specified.
1>clcompile:
1> stdafx.cpp
1> _w[ch305]n32_w[ch305]nnt not defined. defaulting to _w[ch305]n32_w[ch305]nnt_maxver (see winsdkver.h)
1> test[ch305]pxdlg.cpp
1>d:\\documents and settings\\irfan\\desktop\\testipx\\testipx\\testipxdlg.cpp(102): error c2440: \'static_cast\' : cannot convert from \'void (__thiscall ctest[ch305]pxdlg::* )(wparam,lparam)\' to \'lresult (__thiscall cwnd::* )(wparam,lparam)\'
1> none of the functions with this name in scope match the target type
1> test[ch305]px.cpp
1>d:\\documents and settings\\irfan\\desktop\\testipx\\testipx\\testipx.cpp(54): warning c4996: \'cwinapp::enable3dcontrolsstatic\': cwinapp::enable3dcontrolsstatic is no longer needed. you should remove this call.
1> d:\\program files\\microsoft visual studio 10.0\\vc\\atlmfc\\include\\afxwin.h(5347) : see declaration of \'cwinapp::enable3dcontrolsstatic\'
1> generating code...
1>
1>build fa[ch305]led.
thank you.