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 have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
29302 Discussions

Creating a console window from a DLL

Brian_Allison
Beginner
456 Views

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

0 Kudos
1 Reply
Steven_L_Intel1
Employee
456 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