No Subject

2000-07-11 Thread ChristianL
-Original Message- From: Roberto Guerra [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 05, 2000 12:06 PM To: [EMAIL PROTECTED] Subject: [perl-win32-gui] Errors with Dynaloader.pm Hi! I tried to run a sample program of the win32_gui samples, and I get this compiling

RE: [perl-win32-gui] Win32:GUI accessible from other scripting la nguages?

2000-07-19 Thread ChristianL
I agree with most of your points. I think the main problem you're going to run into is Win32::GUI is a Perl module, so requires some Perl to use it. If you want it to run on a system that doesn't have Perl installed, then that won't work without compiling it some fashion. (Aldo's example at

RE: [perl-win32-gui] how to call a sub in another file

2000-07-13 Thread ChristianL
Actually - you need to use "require" instead of "use". (similar - but not the same) It's also important to place a 1; at the end of the file containing your subs. (You'll get errors otherwise..) Here's an example: - begin sub_file.sub -- #!/perl/bin sub test { $x = shift;

RE: [perl-win32-gui] Win32:GUI accessible from other scripting la nguages?

2000-07-19 Thread ChristianL
I'm confused as to what your final goal is... That makes it harder to advise you... At this point it looks like you are trying to mix several different tools together, but I'm not sure why or what you are trying to avoid If you are just looking to make a standalone executable that will

RE: [perl-win32-gui] Anyone tried using Win32::GUI as MS Visual Test replacement?

2000-10-13 Thread ChristianL
You might look into Win32::setupsup as well. Christian Lobaugh [EMAIL PROTECTED] -Original Message- From: Hicks, Matthew [mailto:[EMAIL PROTECTED]] Sent: Friday, October 13, 2000 11:53 AM To: '[EMAIL PROTECTED]' Cc: Poulson, Shawn; Johnson IV, James Matthew; '[EMAIL PROTECTED]'

RE: [perl-win32-gui] Anyone tried using Win32::GUI as MS Visual T est replacement?

2000-10-13 Thread ChristianL
Title: RE: [perl-win32-gui] Anyone tried using Win32::GUI as MS Visual T est replacement? My bad - working from vague memory, without double-checking my facts, tends to get me in trouble all the time.. although mostly just with my wife ;-) Christian Lobaugh [EMAIL PROTECTED]