c++.mfc - Last SDK and MFC
- Borja Torres <Borja_member pathlink.com> Apr 10 2006
- Scott Michel <scottm aero.org> Apr 10 2006
- Borja Torres <Borja_member pathlink.com> Apr 11 2006
- Jan Knepper <jan smartsoft.us> Apr 11 2006
When I install the last sdk from MS, there are errors compiling in sample \dm\sample\MFC32\database\daoview. When I restore directory \include from v8.47, all are ok. Why? Thanks.
Apr 10 2006
Borja Torres wrote:When I install the last sdk from MS, there are errors compiling in sample \dm\sample\MFC32\database\daoview. When I restore directory \include from v8.47, all are ok. Why? Thanks.
Ummmm.... and those compilation errors would be?
Apr 10 2006
When I compile in Release mode all OK, Why? The errors are: CListCtrl::AddItem don't match function, etc... CListCtrl::InsertItem ... In article <e1e2mi$2tj5$2 digitaldaemon.com>, Scott Michel says...Borja Torres wrote:When I install the last sdk from MS, there are errors compiling in sample \dm\sample\MFC32\database\daoview. When I restore directory \include from v8.47, all are ok. Why? Thanks.
Ummmm.... and those compilation errors would be?
Apr 11 2006
Are you sure that is CListCtrl::AddItem and CListCtrl::InsertItem? Could you post the compiler output/messages? I have ported MFC to Symantec C++ and later to Digital Mars C++ and there are issue's with the later PlatformSDK's and DAO and M$ changed function prototypes. I did have patched to MFC to fix this. I try to get away from MFC at the moment and have not tried to compile it with the latest compiler. When I have time I might take a look. Thanks! Jan Borja Torres wrote:When I compile in Release mode all OK, Why? The errors are: CListCtrl::AddItem don't match function, etc... CListCtrl::InsertItem ... In article <e1e2mi$2tj5$2 digitaldaemon.com>, Scott Michel says...Borja Torres wrote:When I install the last sdk from MS, there are errors compiling in sample \dm\sample\MFC32\database\daoview. When I restore directory \include from v8.47, all are ok. Why? Thanks.
-- ManiaC++ Jan Knepper But as for me and my household, we shall use Mozilla... www.mozilla.org
Apr 11 2006








Jan Knepper <jan smartsoft.us>