Re: Signed Hex Values

new topic     » goto parent     » topic index » view thread      » older message » newer message

Ah, nevermind. I was doing

  push eax 
  fild dword[esp] 
  add esp,4 
then checking for error using hResult<0 but not having any of the right values to compare against. If instead I

  push dword 0 
  push eax 
  fild qword[esp] 
  add esp,8 
and check for error using and_bits(hResult,#80000000) then (eg) #800704C7 is fine.

Pete

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu