|
|
| There's more than one way to do things | |
| PerlMonks |
Re: suppress windows errorby RMGir (Parson) |
| on Mar 05, 2010 at 12:18 UTC ( #826953=note: print w/ replies, xml ) | Need Help?? |
|
What does the error popup say? If it's giving you a chance to debug the application, you can suppress it with _CrtSetReportMode (in C - I doubt the Win32 module supports that). You can get more info at the doc page. Perhaps you can use Inline::C to call Note that this just changes where the warnings go to - if an assertion failed, your process is still going to die, but at least it can be restarted right away without needing a human to click a button... Mike
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||