Click here to Skip to main content
15,909,199 members

Comments by Neil Sheridan (Top 1 by date)

Neil Sheridan 23-Jul-10 5:13am View    
Thanks! That fixed the calling question. I am still getting negative numbers but I am assuming that if something meant for an UINT32_t is instead passed into a Long then when I will end up keeping the sign. Therefore I will have to make the number absolute somewhere else in the code.