Hi,
I'm developing a windows application that uses fortran DLL. I'm asking your help in two things:
1- I want the fortran to write on a console during the execution of the fortran code. I used the AllocConsole, the console appears when running the program but it's always empty.
2- I want the same message printed on a console window to be printed at the same time on a Listbox in the windows application. For this one i will be thankful if you can provide me with steps to do it. I don't even know if it's possible.
I attached the program so you can check it.
Thanks in advance,
Li