[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

ptools gem problem

dave rose

2/28/2007 1:59:00 PM

i tried ptools gem and after install win-file-stat and win-pr i get this
error in irb...
> require 'ptools'
untimeError: GetProcAddress: GetVolumePathNamesForVolumeName or
GetVolumePathNa
esForVolumeNameA

from
c:/ruby182/lib/ruby/gems/1.8/gems/windows-pr-0.6.3/lib/windows/volu
e.rb:26:in `initialize'
from
c:/ruby182/lib/ruby/gems/1.8/gems/windows-pr-0.6.3/lib/windows/volu
e.rb:26:in `new'
from
c:/ruby182/lib/ruby/gems/1.8/gems/windows-pr-0.6.3/lib/windows/volu
e.rb:26
from
c:/ruby182/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:18:in
require__'
from
c:/ruby182/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:18:in
require'
from
c:/ruby182/lib/ruby/gems/1.8/gems/win32-file-stat-1.2.4/lib/win32/f
le/stat.rb:9
from
c:/ruby182/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:24:in
require__'
from
c:/ruby182/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:24:in
require'
from
c:/ruby182/lib/ruby/gems/1.8/gems/ptools-1.1.1/lib/ptools.rb:1
from
c:/ruby182/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:24:in
require__'
from
c:/ruby182/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:24:in
require'
from (irb):1
> require 'purple'
oadError: No such file to load -- purple
from
c:/ruby182/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:18:in
require__'
from
c:/ruby182/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:18:in
require'
from (irb):2
> File.which("ruby")
oMethodError: undefined method `which' for File:Class
from (irb):3
>
i have a Win2000 srvc pak 4 with just a C drive labeled IBM_PRELOAD

--
Posted via http://www.ruby-....

3 Answers

Daniel Berger

2/28/2007 5:32:00 PM

0

On Feb 28, 6:58 am, Dave Rose <bitdog...@yahoo.com> wrote:
> i tried ptools gem and after install win-file-stat and win-pr i get this
> error in irb...> require 'ptools'
>
> untimeError: GetProcAddress: GetVolumePathNamesForVolumeName or
> GetVolumePathNa
> esForVolumeNameA
>
> from
> c:/ruby182/lib/ruby/gems/1.8/gems/windows-pr-0.6.3/lib/windows/volu
> e.rb:26:in `initialize'

<snip>

Oh, drat, it seems that method is for Windows XP or later only. I'll
need to fix volume.rb (and check the other methods as well). I've got
some other stuff in the pipe for windows-pr 0.6.4, so now is as good a
time as any to do another release. I'll try to get it out tonight.

If you can't wait then I recommend installing windows-pr manually, and
commenting out the offending lines in volume.rb directly (you won't
need them for ptools).

Thanks for the report.

Dan

dave rose

2/28/2007 7:36:00 PM

0

Daniel Berger wrote:

>> untimeError: GetProcAddress: GetVolumePathNamesForVolumeName or
>> GetVolumePathNa
>> esForVolumeNameA
>>
>> from
>> c:/ruby182/lib/ruby/gems/1.8/gems/windows-pr-0.6.3/lib/windows/volu
>> e.rb:26:in `initialize'

> Oh, drat, it seems that method is for Windows XP or later only. I'll
> need to fix volume.rb (and check the other methods as well). I've got
> some other stuff in the pipe for windows-pr 0.6.4, so now is as good a
> time as any to do another release. I'll try to get it out tonight.
>
> If you can't wait then I recommend installing windows-pr manually, and
> commenting out the offending lines in volume.rb directly (you won't
> need them for ptools).
>
> Thanks for the report.
>
> Dan

..thanx ...dan...no real hurry...i'll watch for it...a big thanx in
advance for your efforts....dave

--
Posted via http://www.ruby-....

Daniel Berger

2/28/2007 7:47:00 PM

0

On Feb 28, 12:35 pm, Dave Rose <bitdog...@yahoo.com> wrote:
> Daniel Berger wrote:
> >> untimeError: GetProcAddress: GetVolumePathNamesForVolumeName or
> >> GetVolumePathNa
> >> esForVolumeNameA
>
> >> from
> >> c:/ruby182/lib/ruby/gems/1.8/gems/windows-pr-0.6.3/lib/windows/volu
> >> e.rb:26:in `initialize'
> > Oh, drat, it seems that method is for Windows XP or later only. I'll
> > need to fix volume.rb (and check the other methods as well). I've got
> > some other stuff in the pipe for windows-pr 0.6.4, so now is as good a
> > time as any to do another release. I'll try to get it out tonight.
>
> > If you can't wait then I recommend installing windows-pr manually, and
> > commenting out the offending lines in volume.rb directly (you won't
> > need them for ptools).
>
> > Thanks for the report.
>
> > Dan
>
> .thanx ...dan...no real hurry...i'll watch for it...a big thanx in
> advance for your efforts....dave

I went ahead and released 0.6.4, so it should be available by now, or
in the next hour or so.

Regards,

Dan