Looks like a libpng (WinCE C++ mode) bug. Brgds, Viktor
On 2009 Dec 2, at 14:04, Ale SB wrote: > > I am not able to generate binaries for WinCE, what am I doing wrong? > I'm using VS2005 > > Make_VcCe.Bat > set INCLUDE=%ProgramFiles%\Microsoft Visual Studio > 8\VC\ce\include;%ProgramFiles%\Windows CE Tools\wce500\Windows Mobile 5.0 > Pocket PC SDK\Include\Armv4i > set LIB=%ProgramFiles%\Microsoft Visual Studio > 8\VC\ce\lib\armv4i;%ProgramFiles%\Windows CE Tools\wce500\Windows Mobile 5.0 > Pocket PC SDK\Lib\ARMV4I > set PATH=%ProgramFiles%\Microsoft Visual Studio > 8\VC\ce\bin\x86_arm;%ProgramFiles%\Microsoft Visual Studio > 8\Common7\IDE;g:\svn\harbour;%PATH% > > > set HB_QT_STATIC=no > SET HB_ARCHITECTURE = wce > set HB_COMPILER=msvcarm > set HB_INSTALL_PREFIX=g:\hbvcce > > ======================================================== > Erro.Log > ! Building Harbour 2.0.0beta3 from source - http://www.harbour-project.org > ! MAKE: win-make 3.81 sh.exe install clean > ! HB_INSTALL_PREFIX: g:\hbvcce > ! HB_HOST_PLAT: win (x86) HB_SHELL: nt > ! HB_PLATFORM: wce (arm) (autodetected) > ! HB_COMPILER: msvcarm > ! Component: 'zlib' found in G:/SVN/harbour/external/zlib (local) > ! Component: 'pcre' found in G:/SVN/harbour/external/pcre (local) > ! Component: 'openssl' not found. Configure with HB_WITH_OPENSSL. > ! Component: 'gpm' not supported on wce platform > ! Component: 'slang' not found. Configure with HB_WITH_SLANG. > ! Component: 'curses' not found. Configure with HB_WITH_CURSES. > ! Component: 'x11' not found. Configure with HB_WITH_X11. > ! Component: 'wattcp/watt-32' not supported on wce platform > 1 arquivo(s) copiado(s). > . > . > . > 1 arquivo(s) copiado(s). > ! 'libhpdf' library skipped (platform or compiler not supported) > cl.exe -I. -I../../../../../include -nologo -D_WIN32_WCE=0x501 -DCE_ARCH > -DWINCE -D_WINCE -D_WINDOWS -D_UNICODE -D_UWIN -DUNDER_CE -DARM -D_ARM_ > -DARMV4 -D_M_ARM -D_ARMV4I_ -Darmv4i -D__arm__ -TP -Od -Os -Gy -GS- -EHsc- > -DUNICODE -IG:/SVN/harbour/external/zlib -Fopngrio.obj -c > ../../../pngrio.c > pngrio.c > ../../../pngrio.c(59) : error C2664: 'ReadFile' : cannot convert parameter 4 > from 'png_size_t *' to 'LPDWORD' > Types pointed to are unrelated; conversion requires > reinterpret_cast, C-style cast or function-style cast > > Thanks. > > -- > View this message in context: > http://old.nabble.com/Generate-binaries-for-WinCE--tp26608527p26608527.html > Sent from the Harbour - Dev mailing list archive at Nabble.com. > > _______________________________________________ > Harbour mailing list (attachment size limit: 40KB) > [email protected] > http://lists.harbour-project.org/mailman/listinfo/harbour _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
