Search found 1 match

by Bob Freeman
2012-12-16T11:43:51-07:00
Forum: Bugs
Topic: Upgrade from 6.5.3 to 6.8.0 resulst in identifier not found
Replies: 2
Views: 2715

Upgrade from 6.5.3 to 6.8.0 resulst in identifier not found

Hello , when I compiled the new source and moved it into my project , I get ScaleCharToQuantum 'identifier not found' in this bit of code..... for (x=0; x < colCount; x++){ q->red=ScaleCharToQuantum(pBits->rgbRed); q->green=ScaleCharToQuantum(pBits->rgbGreen); q->blue=ScaleCharToQuantum(pBits->rgbBl...