1

Topic: Build an executable able to run out of the SF IDE

Hello every One,
I would like to create a window application (executable file) able to run in any other computer which does not have SF installed.
What libraries, modules or dll I have to link with to build such exe file that can be executed out of my computer?
Thank You for help.
Victor

2

Re: Build an executable able to run out of the SF IDE

Victor,

If you use the AppGraphics library (probably easiest to start with an example available in Simply Fortran's "New Projects" list), your executable will have no dependencies other than Windows system libraries by default.  It should be portable to any machine without Simply Fortran installed.

Using an example with Simply Fortran will provide you with the necessary compiler flags for linking.

Jeff Armstrong
Approximatrix, LLC