Software Archive
Read-only legacy content
17061 Discussions

Mixing F77 Quickwin with C++

eriktraneus
Beginner
363 Views
Hi,
I am writing a F77 Quickwin application which includes C++ code. My problem is that when I output to the screen from C++ using cout nothing appears in the application text window (i.e. i do the C++ equivalent of WRITE (6,*) 'aaa')
I am using DVF 6.5A with developer studio on win2000.
Any clues ?
Regards,
Erik Traneus
0 Kudos
1 Reply
Steven_L_Intel1
Employee
363 Views
You can't do that - a QuickWin application doesn't have a console. Have your C++ code call instead to a Fortran routine to do the output, which is handled specially in QuickWin.

Steve
0 Kudos
Reply