Displaying 4 results from an estimated 4 matches for "vclib".
Did you mean:
veclib
2004 Nov 06
3
Calling CreateFile on an instance of File - possible?
Hi all,
I''m going over win32-file this weekend. I''m creating instance methods for
setting (or unsetting) the various file attributes. So, you can do
something like:
f = File.open("foo.txt")
f.archive = true
f.hidden = true
f.close
This works for the basic attributes, but it requires extra work for others.
Specifically, I am having trouble trying to set the
2007 Feb 14
1
Viewcvs/svn broken?
...self.view_func(self)
File "/s1/anonsvn/viewvc-install/lib/viewvc.py", line 2132, in
view_checkout
path, rev = _orig_path(request)
File "/s1/anonsvn/viewvc-install/lib/viewvc.py", line 754, in
_orig_path
pathrev, rev)), rev
File "/s1/anonsvn/viewvc-install/lib/vclib/svn/__init__.py", line 115,
in get_location
raise vclib.ItemNotFound(path)
ItemNotFound: trunk/xapian-core/backends/remote/remote-database.cc
Alan Runyan
Enfold Systems, Inc.
http://www.enfoldsystems.com/
phone: +1.713.942.2377x111
fax: +1.832.201.8856
2004 Nov 11
2
File.open on a directory?
Hi all,
Windows 2000
Ruby 1.8.2 RC9
Is it possible to call File.open on a directory in Windows? I always get
Errno::EACCES, even though there are no special settings on the directories
I''ve tried and I have full access.
Dan
2005 Aug 29
2
floating point control on windows
Hi,
I'm sure that this question has come up many times before. When I load an R
extension dll I've built with the Microsoft compiler, I get the warning:
Warning message:
DLL attempted to change FPU control word from 8001f to 9001f
So, what I did to try to fix the problem (to my knowledge, Microsoft will
not support compile time switching of floating point control until version