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

QuickWin on MDI

Manuel
Beginner
335 Views
Hello,

I am trying to develop a program which requires the use of Scigraph library. This library uses the quickwin statements. The issue is I want to create a GUI to control the program and I was thinking in use a MDI project, thus it will require Windows API. The question is if it is possible to merge Scigraph with MDI.

Thanks!
0 Kudos
1 Reply
Steven_L_Intel1
Employee
335 Views
If you want to use Scigraph, it has to be in a QuickWin project. However, you can make Windows API calls from such a project, such as if you want dialogs. You can change the menu through QuickWin calls. You cannot use QuickWin from a "normal" Windows application with its own WinMain entry point.
0 Kudos
Reply