------extPart_000_000D_01C6702D.91E74590
Content-Type: text/plain;
	charsetso-8859-1"
Content-Transfer-Encoding: quoted-printable


Hello all,

I tried to use win32ole standardlib with an activex control but I got 'Library not registered' error message.
Here is the code :

require 'win32ole'
sf = WIN32OLE.new('MapWinGIS.Shapefile')
sf.Open('C:/cities/cities.shp')

method_missing': Unknown property or method `Open' (WIN32OLERuntimeError)
HRESULT error code:0x8002801d
Library not registered

The open method is present in the specs and the library is registered so I don't understand.

I'm not familiar with windows programming so the way I use to connect to the activex with ruby is perhaps not the good one.

Does anybody know where the problem come from ?

Thank you.

Johan


------extPart_000_000D_01C6702D.91E74590--