Delphi dll problem
416428Mar 9 2004 — edited Mar 30 2004Hi. I wrote a dll on Delphi. There is a showmessage function in it. When I call my dll from Oracle Form builder there is no problem with showmessage dialog box. I can see it. But when I return an integer from dll (For example I send 2 numbers and want to sum them) when I click the button to call this dll my form is closing.