Hola amigo JALMAG
Mira de poner en Windows primero MAIN
ejemplo:
DEFINE WINDOW Win_1A ;
AT 0,0 ;
WIDTH 800 ;
HEIGHT 600 ;
TITLE ' ' ;
ICON "Logo" ;
MAIN NOSIZE NOMAXIMIZE
ICON "Logo" seria igual a= Logo ICON XXXX.ico
en fichero RC que tiene que ser igual que tu aplicacion
principal, es decir si el Primer PRG es: ejemplo MAIN.prg
el fichero RC tiene que ser MAIN.RC
y dentro pones Logo ICON XXXX.ico
XXXX.ico seria el nombre de tu icono.
Saludos
*----------------------------------*
Hello friend JALMAG
Look to put into Windows first MAIN
example:
DEFINE WINDOW Win_1;
AT 0,0;
WIDTH 800;
HEIGHT 600;
TITLE '';
ICON "Logo";
MAIN NOSIZE NOMAXIMIZE
ICON "Logo" would equal XXXX.ico = logo
in RC file that has to be the same as your application
main, ie if the Prime PRG is: example Main.prg
RC file must be MAIN.RC
and put inside logo XXXX.ico
XXXX.ico would be the name of your icon.
Greetings
Mustafa
