similar to: Error class names

Displaying 20 results from an estimated 40000 matches similar to: "Error class names"

2004 Jan 26
1
Re: win32-service ideas
>From: "Park Heesob" <phasis@nownuri.net> >To: "Shashank Date" <sdate@everestkc.net>, <djberg96@hotmail.com> >CC: <win32utils-devel@rubyforge.org> >Subject: Re: win32-service ideas >Date: Sun, 25 Jan 2004 16:41:32 +0900 > >Hi, > >In my computer, I can''t reproduce timeout error. :-) >I have committed service.c adding
2004 Apr 29
3
win32-ipc bug?
Either I''ve been up too late, or the timeout value passed to Ipc.new isn''t actually saved anywhere. Am I wrong? Anyway, I''ve added docs and a test suite for win32-ipc. Feel free to take a look and make sure there aren''t any glaring errors. Thanks. Dan PS - I''m hoping to release win32-event 0.2.0 and win32-ipc 0.1.0 this weekend unless there are
2004 Jan 26
1
Re: win32-service ideas
>From: Shashank Date <sdate@everestkc.net> >To: Daniel Berger <djberg96@hotmail.com>, phasis@nownuri.net >CC: win32utils-devel@rubyforge.org >Subject: Re: win32-service ideas >Date: Sun, 25 Jan 2004 10:49:03 -0600 > >Dan, Park, > > > Still nothing. The svc.log file never gets created. It''s definitely > > choking on the StartService() call.
2006 Aug 21
0
[ win32utils-Bugs-5479 ] Incorrect SetLastErrordeclarations
Fixed in CVS. > -----Original Message----- > From: win32utils-devel-bounces at rubyforge.org > [mailto:win32utils-devel-bounces at rubyforge.org] On Behalf Of > noreply at rubyforge.org > Sent: Monday, August 21, 2006 5:44 AM > To: noreply at rubyforge.org > Subject: [Win32utils-devel] [ win32utils-Bugs-5479 ] > Incorrect SetLastErrordeclarations > > > Bugs
2005 Dec 04
0
[ win32utils-Bugs-2918 ] docs and samples arealways installed in c:/ruby/
Shanko, I''ve assigned this one to you. :) - Dan ________________________________ From: win32utils-devel-bounces at rubyforge.org on behalf of noreply at rubyforge.org Sent: Thu 12/1/2005 7:25 AM To: noreply at rubyforge.org Subject: [Win32utils-devel] [ win32utils-Bugs-2918 ] docs and samples arealways installed in c:/ruby/ Bugs item #2918, was opened at 2005-12-01 08:25 You can
2005 Sep 28
1
[ win32utils-Bugs-2532]Etc::Admin.configure_group problem
> -----Original Message----- > From: win32utils-devel-bounces at rubyforge.org > [mailto:win32utils-devel-bounces at rubyforge.org] On Behalf Of > Park Heesob > Sent: Wednesday, September 28, 2005 3:05 AM > To: Development and ideas for win32utils projects > Subject: Re: [Win32utils-devel] [ > win32utils-Bugs-2532]Etc::Admin.configure_group problem > > > Hi,
2005 Jun 04
0
Gem problem
Hi all, I''m trying to build some gems for the Win32Utils packages, but I''m having a problem. Below is the gemspec. Specifically, the issue seems to be the require_path. If I set it to "lib", it sets the path properly, but installs the .so file in the wrong place - it puts it under lib, instead of lib/win32. However, if I specify ''lib/win32'' it
2004 Nov 01
0
buffer size for win32-eventlog (was infiniteloop bug...)
Thank you very much. :) Dan > -----Original Message----- > From: win32utils-devel-bounces@rubyforge.org > [mailto:win32utils-devel-bounces@rubyforge.org] On Behalf Of > win32utils-devel@rubyforge.org > Sent: Friday, October 29, 2004 7:12 PM > To: win32utils-devel@rubyforge.org > Subject: Re:[Win32utils-devel] buffer size for win32-eventlog > (was infiniteloop bug...)
2004 Oct 20
0
RE: Another Interesting
Excellent, thanks! Dan > -----Original Message----- > From: win32utils-devel-bounces@rubyforge.org > [mailto:win32utils-devel-bounces@rubyforge.org] On Behalf Of > win32utils-devel@rubyforge.org > Sent: Tuesday, October 19, 2004 7:42 PM > To: win32utils-devel@rubyforge.org > Subject: Re:[Win32utils-devel] RE: Another Interesting > > > Hi, > > > >
2006 May 18
0
Need a little help withthe pureRubywin32-eventlog
Note to anyone paying attention - this was solved off list. Apparently I just goofed the patch. Dan > -----Original Message----- > From: win32utils-devel-bounces at rubyforge.org > [mailto:win32utils-devel-bounces at rubyforge.org] On Behalf Of > Daniel Berger > Sent: Wednesday, May 17, 2006 10:24 PM > To: Development and ideas for win32utils projects > Subject: Re:
2005 Feb 28
1
Re: win32utils installer
> -----Original Message----- > From: win32utils-devel-bounces@rubyforge.org > [mailto:win32utils-devel-bounces@rubyforge.org] On Behalf Of > Shashank Date > Sent: Monday, February 28, 2005 6:36 AM > To: Shashank Date > Cc: win32utils-devel@rubyforge.org > Subject: [Win32utils-devel] Re: win32utils installer > > > Hi All, > > I am working on this bug
2004 Mar 10
2
installing event.so
Minor goof in extconf.rb - fixed. -----Original Message----- From: win32utils-devel-bounces@rubyforge.org [mailto:win32utils-devel-bounces@rubyforge.org] On Behalf Of win32utils-devel@rubyforge.org Sent: Tuesday, March 09, 2004 10:53 PM To: win32utils-devel@rubyforge.org Subject: [Win32utils-devel] installing event.so I tried installing win32-event and it installed in c:\ruby\...\i386-msvcrt.
2004 Mar 20
5
namespace for File, Process?
Hi all, A user on IRC expressed an opinion that I''ve been considering myself. That is, for the Win32::File and Win32::Process classes, simply extend the existing File and Process classes, i.e. don''t put them under the Win32 namespace. That way, you don''t have to explicitly state Win32::File.hidden?, for example. You could just do File.hidden?. I guess for
2007 Nov 09
0
[Fwd: win32-service problems with patch]
All, I''ve been tinkering with Kevin''s patch. Seems to work much better as far as service control goes. The only thing that initially concerned me was the service_init code, but doing a 10 second sleep caused no problems in testing. Unless there are any objections, I''m going to put out win32-service 0.5.3 this weekend. This will be the last C version I put out. The
2006 May 17
0
Need a little help with the pure Rubywin32-eventlog
> -----Original Message----- > From: win32utils-devel-bounces at rubyforge.org > [mailto:win32utils-devel-bounces at rubyforge.org] On Behalf Of > Heesob Park > Sent: Tuesday, May 16, 2006 9:51 PM > To: Development and ideas for win32utils projects > Subject: Re: [Win32utils-devel] Need a little help with the > pure Rubywin32-eventlog > > > Hi, > >
2006 May 31
0
Looking for docs on some functions andconstants
> -----Original Message----- > From: win32utils-devel-bounces at rubyforge.org > [mailto:win32utils-devel-bounces at rubyforge.org] On Behalf Of > John-Mason P. Shackelford > Sent: Wednesday, May 31, 2006 9:12 AM > To: Development and ideas for win32utils projects > Subject: Re: [Win32utils-devel] Looking for docs on some > functions andconstants > > > Daniel,
2005 Nov 23
0
Some code change suggestions of thenwin32-service package
> -----Original Message----- > From: win32utils-devel-bounces at rubyforge.org > [mailto:win32utils-devel-bounces at rubyforge.org] On Behalf Of > Park Heesob > Sent: Wednesday, November 23, 2005 6:16 AM > To: Development and ideas for win32utils projects > Subject: [Win32utils-devel] Some code change suggestions of > thenwin32-service package > > > Hi, >
2005 Oct 19
0
rubygems
> -----Original Message----- > From: win32utils-devel-bounces at rubyforge.org > [mailto:win32utils-devel-bounces at rubyforge.org] On Behalf Of > Zach Dennis > Sent: Wednesday, October 19, 2005 7:12 AM > To: Development and ideas for win32utils projects > Subject: [Win32utils-devel] rubygems > > > Dan, > > What are your thoughts on packaging of all the
2005 May 06
0
Ruby code to create junctions on NTFS volumes.
> -----Original Message----- > From: win32utils-devel-bounces@rubyforge.org > [mailto:win32utils-devel-bounces@rubyforge.org] On Behalf Of > Zach Dennis > Sent: Thursday, May 05, 2005 4:25 PM > To: Development and ideas for win32utils projects > Subject: Re: [Win32utils-devel] Ruby code to create junctions > on NTFS volumes. > > > Timothy Byrd wrote: > >
2005 Mar 15
0
One Click Installer v 0.0.3
Hello All, We are getting ready to release the one-click installer (v0.0.3) for win32-utils pretty soon. I have attached the zip file for you all to try. You will also find it uploaded on rubyforge: http://rubyforge.org/frs/?group_id=85 Please uninstall the previous version by executing uninstall.exe normally found under c:\ruby\lib\ruby\site_ruby\1.8\i386-msvcrt\win32 Unless we hear