I have a FORTRAN code through which I ahve generated a number of dialog boxes.
Few days ago,I had been in a discussion with Cubbi, wherein I could call a FORTRAN code using extern C from a ccp function.
Can I call this FORTRAN code which craetes a dialog box from a C++ function and of course get it displayed?
Jerome