
Posted:
Jun 22, 2005 @ 1:41am
by Dan East
Well, my eVC4 install is somehow screwed up. If I open a project that defaults to the PPC 2003 SDK, or try to switch to PPC 2003 SDK via the GUI, eVC4 locks up and maxes out the CPU. I tried uninstalling and reinstalling the PPC 2003 SDK but that didn't help.
Does the "Success" message box appear?
Dan East

Posted:
Jun 28, 2005 @ 5:40pm
by refractor
You're only treating the lower 32-bits of the times (and you're treating them as signed integers when they're unsigned).
Read the documentation on the <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sysinfo/base/filetime_str.asp">FILETIME </a> structure and fix your code accordingly.