Displaying 2 results from an estimated 2 matches for "iid_ipersistfile".
2005 Feb 01
0
Some updates and questions on Takaaki''s problems
...pears that EncryptFile() and
DecryptFile are only supported on Win2k or later. So,
I made some minor modifications to the extconf.rb and
source files and released win32-file 0.4.2 tonight.
That *should* solve that problem.
As for win32-shortcut, I''m not sure why it doesn''t
like IID_IPersistFile, or if that''s even the problem.
Is it possible this only works on Win2k and later?
Regarding win32-taskscheduler, I''m not sure what to
make of it. The MSDN docs say for NewWorkItem(),
"Requires Windows XP, Windows 2000 Professional,
Windows Me, or Windows 98." for the...
2004 Jul 31
3
Bug in new_work_item
Hi all,
Windows 2000
Ruby 1.8.2 R7
VC++ 6.0
I noticed that if I try to call new_work_item and give
the task a name that already exists, I get a segfault:
C:\eclipse\workspace\win32-taskscheduler>ruby test.rb
"0.1.0"
test.rb:22:in `new_work_item'': NewWorkItem() function
failed (Win32::TaskSchedul
erError)
from test.rb:22
test.rb:22: [BUG] Segmentation fault
ruby