system call hangs browser

2004-01-25 Thread Barry Dancis
Hi -- I am trying to make a system call from a plx file on wintel 98, IE 6.0. Plx is the extension for my perl cgi files (I have not been able to get IE 6 to recognize .cgi). When I run the code below from a dos window it works fine outputting the html code to the screen. When I invoke i

Re: Perl access to DLL functions

2004-01-25 Thread Sisyphus
Savkin Denis wrote: how i can access to function ShowGeneral()? The following works fine. (I don't have and don't use Win32::API::Prototype, so I didn't actually test what you provided.) I created a 'libs.def' that contained the following 2 lines: EXPORTS ShowGeneral I created a 'libs.c' that c