2 réponses
After compiling your FORM Developer, create another file with the FMX extension
1/ create a shortcut on the desktop or in any location
2/ the shortcut points to the created FMX file
3/ in the properties of the shortcut, ADD the path of the Compiler the IFRUN60.EXE
example:
1/ it is the form c:\a.fmb
2/ after compilation, the file c:\a.fmx is created
3/ the shortcut R=c:\a.fmx
4/ add "c:\orant\bin\ifrun60.exe c:\a.fmx" given that c:\orant\bin\
is the location of the ifrun60.exe file
1/ create a shortcut on the desktop or in any location
2/ the shortcut points to the created FMX file
3/ in the properties of the shortcut, ADD the path of the Compiler the IFRUN60.EXE
example:
1/ it is the form c:\a.fmb
2/ after compilation, the file c:\a.fmx is created
3/ the shortcut R=c:\a.fmx
4/ add "c:\orant\bin\ifrun60.exe c:\a.fmx" given that c:\orant\bin\
is the location of the ifrun60.exe file
how can we generate an executable (icon on the desktop) for a form developed using Forms 6i?
Thank you for your help.