the following code only seems to produce a winapi message box when built in release mode:
[FORTRAN]
program test
use dfwin
integer :: button
integer :: hOwner
button = Messagebox(hOwner,"press ok..."//char(0),"test"//char(0),MB_OK)
end program test
[/FORTRAN]
Is there anyway to output a message box in debug mode?
Thanks



