From: Daniel J S. <dan...@ie...> - 2004-07-05 23:03:09
|
Ethan Merritt wrote: >That would be mean changing many lines of code, but other than that >I don't see any intrinsic problem with it. Of course, only a subset >of drivers could actually do anything useful with the negative numbers. > Ethan, As a crude test, I did a mass replace of "unsigned int" by "signed int" in the pdf.trm file and the datastirngs.dem demo seems to run fine. (The conversion to a float in the PDF_xxx() routines is where the wrap-around of the number occurs.)... There are a lot of occurrences of "unsinged int" throughout the software, aren't there? Dan |