Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29276 Discussions

Wizard Fortran Code Generation for COMBO Boxes (newbie)

terry_r_steinhoff
459 Views

A long time FORTRAN programmer trying to create a very simple window application dialog with a dozen or so combo boxes. Did one similar by brute force, creating my own callbacks and event handling. Worked fine, but would like to do another by dragging and dropping the combo boxes and letting the wizard do alot of the code generation.

I can't seem to find the right libraries or type files that the wizard wants. Probably part of it is the terminology, but would sure like to see an example complete with the files actually used!

0 Kudos
1 Reply
Steven_L_Intel1
Employee
459 Views
Sorry, such a thing does not exist, at least in our implementation. You can use the Microsoft Resource Editor (if you have a retail version of Visual Studio - the bundled version doesn't have this) to create the dialogs graphically, but there's no automatic code generation.

Perhaps you want to check out GINOMENU, a third-party product which does offer this and which supports Intel Fortran.
0 Kudos
Reply