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

Write to an already opened file from a DLL

a_leonard
Novice
456 Views
Can a routine in a DLL write to a file opened in the main application? If so, how?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
456 Views
Yes, but you must be sure to change the executable project Library property page to specify that the DLL run-time libraries are to be used. This setting must match that of the DLL project.
0 Kudos
Reply