Page 1 of 1

Problem with main program

Posted: Fri Aug 01, 2008 3:31 pm
by luisvasquezcl
Hi,
I'm try execute a program but this don't do it.
The program.
#include <minigui.ch>
procedure inicio

load window form0
form0.center
activate window form0

return

The form0 is main defined and the compiler report say ok.
Version : HMG 2.5.3
OS : Windows XP service pack 2
Regards,
Luis Vasquez.

PD Excuse me for my english but I speak spanish.

Re: Problem with main program

Posted: Fri Aug 01, 2008 4:06 pm
by Roberto Lopez
Luis,

Please change 'Procedure Inicio' by 'Procedure Main'.

Regards,

Roberto.

Re: Problem with main program

Posted: Fri Aug 01, 2008 4:28 pm
by luisvasquezcl
Muchas gracias Roberto,
era una tontera ... :lol: ahora si funciono ok.
Saludos.