Página 1 de 1
where is the 'Memory leak control' checkbox
Publicado: Vie Mar 15, 2013 1:21 pm
por Xailer
Hello team
Grate work with R.C Old project Harbour compatible (also custumized c code ) works perfect. A grate thanks for all the team. I have a 'but' where is the .... 'Memory leak control' checkbox?
All the best
T.I.A
Dionisis
where is the 'Memory leak control' checkbox
Publicado: Vie Mar 15, 2013 1:39 pm
por jfgimenez
Dionisis,
> Grate work with R.C Old project Harbour compatible (also
> custumized c code ) works perfect. A grate thanks for all
> the team.
Thanks!
> I have a 'but' where is the

.... 'Memory
> leak control' checkbox?
Just enable the debugger, by checking it in the compile button in the
toolbar, or by pressing Ctrl+Shift+F5:
Then, compile and run the program. If there is any memory leak, it will
be shown in the output area (at the bottom of the code editor window).
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
--
where is the 'Memory leak control' checkbox
Publicado: Lun Mar 18, 2013 1:11 pm
por ignacio
Attached files
where is the 'Memory leak control' checkbox
Publicado: Lun Mar 18, 2013 6:08 pm
por Xailer
Many thanks Ignacio
I found it
T.I.A