similar to: Re: Re:Re: Re:Re: win32-service ideas

Displaying 20 results from an estimated 10000 matches similar to: "Re: Re:Re: Re:Re: win32-service ideas"

2004 Jan 26
0
Re: win32-service ideas
Park, > Oh, you have wrong version of service.c > I will attach service.c for you. Sorry again ;-( This is with the new service.c you attached and slightly modified test2.rb: ---------------------------------------------------------------------- C:\extract\_ruby\WIN32-~1.2>ruby extconf.rb creating Makefile C:\extract\_ruby\WIN32-~1.2>nmake Microsoft (R) Program Maintenance
2004 Jan 25
0
Re: Re:Re: win32-service ideas
Hi Park, > Oh, I don''t mean unittest. Sorry ... I misunderstood. > step 1 > nmake install > step 2 > goto test directory > step 3 > ruby test2.rb install I do not have test2.rb in the test dir. Have I picked the wrong CVS module? > please let me know if you failed In any step. May be I failed to get the correct version :-( -- Shashank -------------- next
2004 Jan 22
1
Latest win32-service error
I''m getting an error when I run the test2.rb script. I get this error: C:\eclipse\workspace\win32-service-0.3.0\test>ruby test2.rb install installed C:\eclipse\workspace\win32-service-0.3.0\test>ruby test2.rb start (Win32ServiceError)t'': Overlapped I/O operation is in progress. from test2.rb:42 Any ideas? Also, it looks like the output from ErrorDescription()
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.
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 Jan 24
1
Re: win32-service ideas
> I have worked for windows service routine and patched win32-service. > I add Daemon class and the test file is test2.rb. > It looks like following <snip> > Please test and add some comments and documents :-) > > Tomorrow is the first day of the year in the lunar calendar. > > Happy New Year! Happy New Year, Park! Unfortunately I haven''t had the time
2004 Jan 26
1
Re: win32-service ideas
Park, Shashank, It turns out I was doing something stupid with regards to Dir.chdir in testing, which appears to be the reason it was failing. It seems to work now. Hooray! Shashank, I''ll take a look at your errors and see if I can nail them down. The RPC message is one that I got from time to time, but from what I can tell, it''s bogus or a system config/permissions
2004 Mar 01
0
RE: win32etc test failure
Excellent! Like I said, I really need to do some code cleanup. I''ll also be adding the config_group and config_user methods :) Dan -----Original Message----- From: Date, Shashank [Non-Employee] [mailto:Shashank.Date@mail.sprint.com] Sent: Monday, March 01, 2004 10:19 AM To: Berger, Daniel Subject: RE: [Win32utils-devel] RE: win32etc test failure That worked ! Now everything is
2004 Mar 01
0
RE: win32etc test failure
For delete_user, try this patch: etc.c, line 639: - lpHost = (LPCWSTR)STR2CSTR(rbHost); +lpHost = AllocWideLString(rbHost); Lemme know how it goes. Dan -----Original Message----- From: win32utils-devel-bounces@rubyforge.org [mailto:win32utils-devel-bounces@rubyforge.org] On Behalf Of win32utils-devel@rubyforge.org Sent: Monday, March 01, 2004 10:02 AM To: Date, Shashank [Non-Employee] Cc:
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 01
0
RE: win32etc test failure
Ok - time for me to patch and update the docs! Thanks for the testing! Dan -----Original Message----- From: Date, Shashank [Non-Employee] [mailto:Shashank.Date@mail.sprint.com] Sent: Monday, March 01, 2004 10:02 AM To: Berger, Daniel Subject: RE: win32etc test failure I like your approach better: allow me to be lazy (so I am not _forced_ to give it) but forgive me if I do ;-) It worked
2005 Feb 28
3
test/unit error report for win32-service
Dan, I am assuming that the version in CVS is the most current one. Report follows. -- shanko ------------------------------------------------------ C:\win32utils\win32-service\test>ruby tc_service.rb This test will stop and start your Clipboard service, as well as pause and resume your Schedule service. This is harmless unless you are actually using these services at the moment you
2004 Mar 01
0
RE: win32etc test failure
Yep, I agree. Well, what would you prefer? I handle it for you or you handle it yourself? I''m tempted to go with the former because, well, it''s been there for a while now. I can even use strtok to detect if ''\\\\'' is at the beginning of the string and add them only if not found. I''ll have to take a look at delete user - it worked for add_user,
2005 Apr 27
0
[ win32utils-Feature Requests-872 ] Port of Win32::Screenshot
Feature Requests item #872, was opened at 2004-09-05 20:52 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=414&aid=872&group_id=85 Category: None Group: None Status: Open Resolution: None Priority: 4 Submitted By: Daniel Berger (djberg96) >Assigned to: Shashank Date (shashank) Summary: Port of Win32::Screenshot Initial Comment: I think porting Petr
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.
2005 Jun 25
0
[ win32utils-Feature Requests-1201 ] add shortcut to installer
Feature Requests item #1201, was opened at 2004-12-13 13:17 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=414&aid=1201&group_id=85 Category: win32-shortcut Group: None >Status: Closed >Resolution: Accepted Priority: 3 Submitted By: Nobody (None) Assigned to: Shashank Date (shashank) Summary: add shortcut to installer Initial Comment: win32
2005 Feb 28
0
Re: win32utils installer
Hi All, I am working on this bug report by Martin. I am surprised that this has gone unnoticed for so long. Can we do something to catch such omissions in the test/unit modules? -- Shashank Shashank Date wrote: > Martin DeMello wrote: > >> The win32utils installer (from >> http://rubyforge.org/frs/?group_id=85&release_id=1233) only seems to >> install the .so
2004 Mar 14
3
Re: RubyGems 0.2.0
Hello Chad, I installed and tried out rubygems for one of the win32-utils projects named win32-mmap. This is on Win XP (Home). Here is how I did it but got some errors (see at the end). I must be doing something wrong. Please help ... -- Shashank #------------------------------------------------------------ require ''rubygems'' spec = Gem::Specification.new do |s|
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 Aug 11
4
win32-process + ruby-breakpoint = strangebehavior
> -----Original Message----- > From: win32utils-devel-bounces@rubyforge.org > [mailto:win32utils-devel-bounces@rubyforge.org] On Behalf Of > Bill Atkins > Sent: Thursday, August 11, 2005 8:39 AM > To: win32utils-devel@rubyforge.org > Subject: [Win32utils-devel] win32-process + ruby-breakpoint = > strangebehavior > > > I''m getting really strange