Re: [Iup-users] HDC_WMPAINT

2014-05-26 Thread Antonio Scuri
Hi, That error occurred because the IUP from CVS depends on the CD from CVS too. Best, Scuri -Original Message- From: Victor Bombi [mailto:son...@telefonica.net] Sent: segunda-feira, 26 de maio de 2014 07:56 To: IUP discussion list. Subject: Re: [Iup-users] HDC_WMPAINT

Re: [Iup-users] HDC_WMPAINT

2014-05-26 Thread Victor Bombi
now getting this: Tecmake: Starting [ iupweb:dllw4 ] if [ ! -d ../obj/iupweb/dllw4 ] ; then mkdir -p ../obj/iupweb/dllw4 ; fi Tecmake: compiling iup_webbrowser.c ... C:/mingw32-4.8.2-posix-dwarf/bin/gcc -c -Wall -O2 -I../include -I../src -IC:/mi ngw32-4.8.2-posix-dwarf/include -D_MBCS

Re: [Iup-users] HDC_WMPAINT

2014-05-26 Thread Antonio Scuri
The IupWebBrowser control is not supported in MingW. Just ignore the error. Best, Scuri -Original Message- From: Victor Bombi [mailto:son...@telefonica.net] Sent: segunda-feira, 26 de maio de 2014 11:44 To: IUP discussion list. Subject: Re: [Iup-users] HDC_WMPAINT now getting

Re: [Iup-users] HDC_WMPAINT

2014-05-26 Thread Victor Bombi
)) returns nil iup.GetAttribute(cnv,VISUAL)) makes luajit to crash - Original Message - From: Antonio Scuri antonio.sc...@gmail.com To: 'IUP discussion list.' iup-users@lists.sourceforge.net Sent: Monday, May 26, 2014 7:00 PM Subject: Re: [Iup-users] HDC_WMPAINT The IupWebBrowser control

[Iup-users] HDC_WMPAINT

2014-05-21 Thread Victor Bombi
Hello, In windows I am trying to use BOOL __stdcall wglUseFontOutlinesA( HDC hdc, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, GLYPHMETRICSFLOAT* lpgmf) with luajit ffi but glcanvas.HDC_WMPAINT is nil (even inside drawing function)