Thanks Nonubik
I modified a little bit as I was getting the following error :
error C2440: '=' : cannot convert from '__time64_t' to 'time_t *'
so I tried requestData->asOfDate = (time_t *) m_TxnDate.GetTime();
and the compilation was successfull. Thanks again!
Can you tell me something about __time64_t and time_t as to how to use them or what they are?
Main Topics
Browse All Topics





by: nonubikPosted on 2009-01-30 at 01:56:35ID: 23506561
You should use the CTime::GetTime() method.
Select allOpen in new window