Prev: Application as service dll
Next: TAPI Conference
From: Allan Phillips on 9 Oct 2008 12:56 Is there a reason why GetDIBits() is unavailable when building an app for "Pocket PC 2003 (ARMV4)"? I'm able to call CreateDIBSection() and SelectObject() just fine but GetDIBits() comes up as "identifier not found". "wingdi.h" is included. Is it just not available in the Windows Mobile world?
From: Scott Seligman on 9 Oct 2008 20:10 "Allan Phillips" <allanephillips(a)gmail.com> wrote: > >Is there a reason why GetDIBits() is unavailable when building an app for >"Pocket PC 2003 (ARMV4)"? > >I'm able to call CreateDIBSection() and SelectObject() just fine but >GetDIBits() comes up as "identifier not found". "wingdi.h" is included. > >Is it just not available in the Windows Mobile world? Correct. GetDIBits() is not available on the Windows Mobile platform. -- --------- Scott Seligman <scott at <firstname> and michelle dot net> --------- A free society is a place where it's safe to be unpopular. -- Adlai Stevenson
|
Pages: 1 Prev: Application as service dll Next: TAPI Conference |