[Iup-users] undefined reference to `IupOpen'

2016-02-20 Thread 刘祥
hello everyone, help needed.1. I tried to run the sample code:#include stdlib.h#include iup.hint main(int argc, char **argv){ IupOpen(argc, argv); IupMessage("Hello World 1", "Hello world from IUP."); IupClose(); return EXIT_SUCCESS;}2.$gcc -I/usr/include/iup -liup main.c/tmp/ccjjoTBI.o: In

Re: [Iup-users] IUP Leaks part #1

2016-02-20 Thread John Spikowski
Telling a software author that their program leaks is like calling their kid ugly. My pat answer is "mother's fault". ;-) On Sat, 2016-02-20 at 11:14 +, Ranier VF wrote: > Hi Scuri, > I´m really sorry, all leaks are in my app! > Checking carefully, i found that problem. > > > dinamic

Re: [Iup-users] IUP Leaks part #1

2016-02-20 Thread Ranier VF
Hi Scuri,I´m really sorry, all leaks are in my app!Checking carefully, i found that problem. dinamic controls, created and not attached. Please, ignore leak reports. Homework shame! Best regards, Ranier Vilela From: ranier_...@hotmail.com To: iup-users@lists.sourceforge.net Date: Fri, 19 Feb