Please, disregard that message.
Wrong diagnostics.
regards,
Ranier Vilela
___
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users
Hi Scuri,
Possible errors with iup_mglplot.cpp
1. line 97: error #40: expected an identifier
!_Is_implicitly_default_constructible<_Uty1>::value ||
!_Is_implicitly_default_constructible<_Uty2>::value)
2. line 96: error #788: not a valid member class or function template
declaration
constexp
I have no idea. This should work, just like other folders are created.
Best,
Scuri
Em sex., 10 de jul. de 2020 às 14:58, Ranier Vilela
escreveu:
> Hi Scuri,
>
> More troubles with IUP compilation:
>
> if [ ! -d dep ] ; then mkdir -p dep ; fi
> ! foi inesperado neste momento.
> ../tecmakewin.
Hi Scuri,
More troubles with IUP compilation:
if [ ! -d dep ] ; then mkdir -p dep ; fi
! foi inesperado neste momento.
../tecmakewin.mak:1741: recipe for target 'dep' failed
win-make[2]: *** [dep] Error 255
makefile:12: recipe for target 'iuplua' failed
win-make[1]: *** [iuplua] Error 2
makefile:
16:12
> Para: IUP discussion list.
> Assunto: [Iup-users] IUP 3.29 Possible leak at iupwin_font.c
>
> Attached patch try to fix.
>
> regards,
>
> Ranier Vilela___
> Iup-users mailing list
> Iup-users@lists.sourceforge.net
&
De: Ranier Vilela
Enviado: sexta-feira, 10 de julho de 2020 16:12
Para: IUP discussion list.
Assunto: [Iup-users] IUP 3.29 Possible leak at iupwin_font.c
Attached patch try to fix.
regards,
Ranier Vilela
fix_possible_leak_iupwin_font.patch
Description: fix_possible_leak_iupwin_font.patch
Hi Scuri,
There are a possible leak at (src/win/iupwin_font.c)
At line 89, IUP call:
fonts = (IwinFont*)iupArrayInc(win_fonts);
To create room for the next font, but uses var i with count value.
var i must be count + 1, otherwise will replace the last font, leaking last
pointer font.
regards,
De: Antonio Scuri
Enviado: sábado, 4 de julho de 2020 16:28
Para: IUP discussion list.
Assunto: Re: [Iup-users] IUP 3.29 possible regression (IupMessage hide app
completely
> Fixed and committed to the SVN. Thanks for reporting.
Thank you.
regards,
Ranier Vil
t; Em ter., 23 de jun. de 2020 às 07:49, Ranier Vilela <
> ranier_...@hotmail.com> escreveu:
>
>> De: Ranier Vilela
>> Enviado: sexta-feira, 19 de junho de 2020 02:00
>> Para: IUP discussion list.
>> Assunto: Re: [Iup-users] IUP 3.29 possible regression (IupMes
De: Ranier Vilela
Enviado: quinta-feira, 25 de junho de 2020 21:01
Para: IUP discussion list.
Assunto: Re: [Iup-users] IUP 3.29 Possible leak at iupwin_open.c
>Interestingly, I don't call this function directly, anywhere.
>I am using the IUP-3.27 release libraries.
The call ori
De: Antonio Scuri
Enviado: quinta-feira, 25 de junho de 2020 20:59
Para: IUP discussion list.
Assunto: Re: [Iup-users] IUP 3.29 Possible leak at iupwin_open.c
> Ok, I'll check. But why iupwinShowLastError is being called? It is not
> called by any IUP function... It is there for
Ok, I'll check. But why iupwinShowLastError is being called? It is not
called by any IUP function... It is there for debugging purposes only.
The example in FormatMessage doc is quite clear:
https://docs.microsoft.com/en-us/previous-versions/aa908810(v=msdn.10)
Best,
Scuri
Em qui., 25 d
Hi Scuri,
DrMemory, still report leak at iupwinShowLastError function.
Error #4: LEAK 264 direct bytes 0x03d1d250-0x03d1d358 + 0 indirect bytes
# 0 replace_RtlAllocateHeap
[d:\drmemory_package\common\alloc_replace.c:3771]
# 1 combase.dll!InternalTlsAllocData +0x33f(0x759dbd3
ist.
> Assunto: Re: [Iup-users] IUP 3.29 possible regression (IupMessage hide app
> completely
>
> >Can you please, test, this debug version?
> >https://1drv.ms/u/s!AjvmIxxSzAeCgiEDb_H5mhmik8VA?e=66K4VJ
>
> Back to IUP 3.27, unfortunately.
>
> regards,
> Ranier Vile
De: Ranier Vilela
Enviado: sexta-feira, 19 de junho de 2020 02:00
Para: IUP discussion list.
Assunto: Re: [Iup-users] IUP 3.29 possible regression (IupMessage hide app
completely
>Can you please, test, this debug version?
>https://1drv.ms/u/s!AjvmIxxSzAeCgiEDb_H5mhmik8VA?e=66K4VJ
Back
De: Antonio Scuri
Enviado: quinta-feira, 18 de junho de 2020 19:05
Para: IUP discussion list.
Assunto: Re: [Iup-users] IUP 3.29 possible regression (IupMessage hide app
completely
> I ran your sample code here and it worked, the main dialog does not hide. But
> when I run from inside
20 às 15:56, Ranier Vilela
escreveu:
> De: Ranier Vilela
> Enviado: quinta-feira, 18 de junho de 2020 18:44
> Para: IUP discussion list.
> Assunto: Re: [Iup-users] IUP 3.29 possible regression (IupMessage hide app
> completely
>
> >IUP 3.29
> >Win32_DLL15_lib
>
De: Ranier Vilela
Enviado: quinta-feira, 18 de junho de 2020 18:44
Para: IUP discussion list.
Assunto: Re: [Iup-users] IUP 3.29 possible regression (IupMessage hide app
completely
>IUP 3.29
>Win32_DLL15_lib
>Windows 10 64 bits (2004)
>app msvc 2019 (64 bits)
Correcting:
Window
De: Ranier Vilela
Enviado: quinta-feira, 18 de junho de 2020 18:26
Para: IUP discussion list.
Assunto: [Iup-users] IUP 3.29 possible regression (IupMessage hide app
completely
>Maybe has a possible regression with IUP 3.29, regarding IUP 3.25 (last used).
>IupMessage, hide app completely,
Hi Scuri,
Maybe has a possible regression with IUP 3.29, regarding IUP 3.25 (last used).
IupMessage, hide app completely, after click ok button.
IUP 3.29
Win32_DLL15_lib
Windows 10 64 bits (2004)
app msvc 2019 (64 bits)
regards,
Ranier Vilela
___
Iup
, Ranier Vilela
escreveu:
De: Antonio Scuri
Enviado: terça-feira, 19 de maio de 2020 02:43
Para: IUP discussion list.
Assunto: [Iup-users] IUP 3.29
Hi All,
We just released IUP version 3.29
Thank you Scuri, great new.
regards,
Ranier VIlela
Thank you all for the support and contribution.
Best,
Scuri
Em ter., 19 de mai. de 2020 às 08:21, Ranier Vilela
escreveu:
> De: Antonio Scuri
> Enviado: terça-feira, 19 de maio de 2020 02:43
> Para: IUP discussion list.
> Assunto: [Iup-users] IUP 3.29
>
> Hi All,
>
Thanks.
I guess it is correct. I made some small changes during the build because
of compilation problems so I don't know exactly which revision.
Best,
Scuri
Em ter., 19 de mai. de 2020 às 03:47, sur-behoffski <
sur_behoff...@grouse.com.au> escreveu:
> On 2020-05-19 12:13, Antonio Scuri wrote
De: Antonio Scuri
Enviado: terça-feira, 19 de maio de 2020 02:43
Para: IUP discussion list.
Assunto: [Iup-users] IUP 3.29
Hi All,
We just released IUP version 3.29
Thank you Scuri, great new.
regards,
Ranier VIlela
___
Iup-users mailing list
On 2020-05-19 12:13, Antonio Scuri wrote:
> Hi All,
>
>We just released IUP version 3.29
>
> [...]
>
>You can find the complete list of changes and files for download at:
>
> http://www.tecgraf.puc-rio.br/iup/
> http://iup.sourceforge.net/
>
> Best Regards,
> Antonio Scuri
G'day An
Hi All,
We just released IUP version 3.29
We would like to highlight some of the new features:
- Several enhancements in *IupVisualLed*, including a better dialog layout
editor and a better export code. A new image editor and supports RGB, RGBA
and palette based images. A new toolbar for
26 matches
Mail list logo