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

Creating a console window from a DLL

Brian_Allison
Beginner
574 Views

How do you create a console window from within a DLL using IVF?

0 Kudos
1 Reply
Steven_L_Intel1
Employee
574 Views

Call the Win32 API routine AllocConsole. (USE KERNEL32). However, you may want to consider using message boxes or some other UI method for code called from a DLL.

0 Kudos
Reply