![]() |
Unimplemented PX_Float ! |
Post Reply
|
| Author | |
Tomasz
Senior Member
Joined: 05 August 2006 Status: Offline Points: 109 |
Post Options
Thanks(0)
Quote Reply
Topic: Unimplemented PX_Float !Posted: 13 November 2006 at 6:15pm |
|
For some reason PX_Float is present but fires an ASSERT in XTremeToolkit
as if CodeJock developers left it unimplemented for some reason.
Why on earth doubles are implemented and floats are not ?????
See :
BOOL CXTPPropExchange::ExchangePropStringHelper(CString& strValue, VARTYPE vtProp,
void* pvProp, const void* pvDefault) {
....
case VT_R4:
ASSERT(FALSE); <<<<<< PROBLEM HERE !!!!! return FALSE; case VT_R8:
{ TCHAR* pChar = NULL; double fValue = _tcstod(strValue, &pChar); return CopyPropValue(vtProp, pvProp, &fValue); } Regards,
Tomasz
|
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |