Displaying 12 results from an estimated 12 matches for "changejourn".
Did you mean:
changejournal
2005 Feb 04
7
FW: Bug fix
Forwarded, because I don''t think he''s subscribed and I''m not getting an
email notification in my Yahoo account.
Dan
-----Original Message-----
From: CT [mailto:demerzel@gmail.com]
Sent: Friday, February 04, 2005 4:17 PM
To: Berger, Daniel
Cc: win32utils-devel@rubyforge.org
Subject: Re: Bug fix
On Fri, 4 Feb 2005 16:53:17 -0600, Berger, Daniel
2005 May 01
6
win32-changejournal 0.2.0-1 compile error
I get the following error when trying to compile:
win32-changejournal-0.2.0-1
on:
Windows 2000, Service Pack 4
Microsoft Visual Studio 6
Any ideas? Thanks,
Zach
----- ERROR BELOW-----
C:\unzipped\win32-changejournal-0.2.0-1\win32-changejournal-0.2.0>nmake
Microsoft (R) Program Maintenance Utility Version 6.00.9782.0
Copyright (C) Microsoft Corp 1988...
2007 May 03
1
[ win32utils-Bugs-10555 ] wait call in while loop generate "bignum too big to convert into long" error
Bugs item #10555, was opened at 2007-05-03 11:48
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=411&aid=10555&group_id=85
Category: win32-changejournal
Group: Code
Status: Open
Resolution: None
Priority: 3
Submitted By: Dong Zhang (dzhang)
Assigned to: Park Heesob (phasis68)
Summary: wait call in while loop generate "bignum too big to convert into long" error
Initial Comment:
I put the following in a test.rb file. This code comes wit...
2005 Apr 21
3
win32-changejournal modification
Hi all,
Should we make the same change for win32-changejournal
that we made for win32-changenotify (i.e yield an
array of structs rather than a single struct)?
Any objections?
Dan
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
2007 Aug 14
0
[ win32utils-Bugs-10555 ] wait call in while loop generate "bignum too big to convert into long" error
Bugs item #10555, was opened at 2007-05-03 09:48
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=411&aid=10555&group_id=85
Category: win32-changejournal
Group: Code
Status: Open
Resolution: None
Priority: 3
Submitted By: Dong Zhang (dzhang)
Assigned to: Park Heesob (phasis68)
>Summary: wait call in while loop generate "bignum too big to convert into long" error
Initial Comment:
I put the following in a test.rb file. This code comes...
2005 Apr 24
0
Change to win32-changejournal
Heesob,
Can you please alter win32-changejournal to return an
array of structs as you did for win32-changenotify?
Thanks.
Dan
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
2005 Jan 25
3
Change Journals
Hi,
I''ve released win32-changenotify 0.3.0 today. Take a look.
Park and I have discussed a Ruby interface to change journals a little bit:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/base/creating_modifying_and_deleting_a_change_journal.asp
Park, would you like to do this, or did you want me to? I wasn''t sure from
your RubyForge post.
Also, do
2005 Dec 21
9
question about changejournal
...hile and didn''t see it.
I''d like to listen for whenever a file is renamed (e.g. foo.txt -> foo.old)
and then magically change it back. This sounds odd, but I''m working with a
stubborn application and this will actually make things work nice.
So, if I do:
cj = Win32::ChangeJournal.new(''c:\\'')
cj.wait do |array| ... end
Everything works great, except for:
a) info.file_name isn''t the full path--is there a way to tell what directory
it is in? E.g. after getting the event, I''d like to go read in the file.
b) cj.wait returns after calling...
2007 Dec 13
0
Fun things to do while I take a break
...,
I need a break from coding for a while. At least until after Christmas
vacation. But, if you want to work on some code while I hibernate, I''ve
got a list of things for you:
* Finish converting daemon.c (from win32-service) to pure Ruby
(partially complete)
* Finish converting win32-changejournal to pure Ruby (partially complete)
* Convert win32-open3 to pure Ruby. Ditch the Windows 95/98/ME support.
* Create a pure Ruby version of zlib 1.2.x :)
* Any other enhancements to Win32Utils stuff you would like to see
Regards,
Dan
PS - I will still fix any critical bugs, however.
2005 Feb 09
0
win32-dir, now in CVS
Hi all,
I''ve checked win32-dir into CVS. Please take a look.
It''s nothing fancy - just defines some constants:
Dir::WINDOWS # C:\WINNT
Dir::PROGRAM_FILES # C:\Program Files
And so on.
Take a look. As long as there are no complaints, I release it (and
win32-changejournal) this weekend.
Oh, a couple of requests. First, please take a look at the extconf.rb
file. There are a couple of libraries that I could explicitly link
against, but it doesn''t appear that you need to do so. Second, if
Dir::MYDOCUMENTS returns a value for you, please let me know which...
2006 Aug 15
6
FileSystemWatcher - has any one done this?
I''d like to monitor a folder and when someone drops a file in there I
can take the files name and add it to a database.
My dream is to have a folder always being watched. and if someone
drops a file or folders with files into that watched folder, I take
the filename(s) and insert them into a db and if the files are in
folder I use the folder name(s) as tags for that file.
make sense?
2005 Feb 14
8
DONT_RESOLVE_DLL_REFERENCES info
For future reference, it looks like we should avoid
DONT_RESOLVE_DLL_REFERENCES in any extensions.
http://weblogs.asp.net/oldnewthing/archive/2005/02/14/372266.aspx
Regards,
Dan