Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Still trying to create a DLL

jthapar
Beginner
1,073 Views
Is it possible to use QuickWin graphics routines along with other fortran routines to create a DLL?

I am not able to create a DLL with QuickWin graphics. The same code is able to create an executable with no errors.

Thanks
0 Kudos
2 Replies
Steven_L_Intel1
Employee
1,073 Views
No, you cannot use QuickWin routines from a DLL. QuickWin assumes that it can "see" the main program, which it can't from a DLL.

Steve
0 Kudos
Jugoslav_Dujic
Valued Contributor II
1,073 Views
You might be interested in my XFTGDI module that (is supposed to) works from a DLL. Currently it works only with "pure" graphics (no other user-interaction routines).
0 Kudos
Reply