Thursday, October 11, 2012

RE: ANN: OutlookVim - Vim installer did not register OLE on Windows

Good Morning Russ.

What installer did you run to install Vim?

The VB code running is doing this:
Set Vim = CreateObject("Vim.Application")

If your Vim is echoing "1" here:
> :echo has('ole')
> I run the command it does indeed echo 1.

Then your Vim has OLE enabled, but my best guess is the installer did not
register the OLE interface correctly.


I opened up regedit and did a quick search for "Vim.Application" and found
the following:
HKLM\SOFTWARE\Classes\Vim.Application

That has a few more references including a Vim.Application.1 and other
references to it's CLSID.

Dave




-----Original Message-----
From: vim_use@googlegroups.com [mailto:vim_use@googlegroups.com] On Behalf
Of Russell Urquhart
Sent: October-10-12 10:51 AM
To: vim_use@googlegroups.com
Subject: Re: ANN: OutlookVim - version 7.0



On Tue, Oct 09, 2012 at 08:31:27PM -0400, David Fishburn wrote:
> OutlookVim is a plugin for Microsoft Windows Outlook users.


Hi,

I am trying to use this but, when i click my button i created in Outlook, i
keep getting:

OutlookVim: Could not create a Vim OLE object please ensure Vim has been
installed.
Inside Vim run this command; it should echo 1.
:echo has('ole')


I run the command it does indeed echo 1.

I am using Outlook 2007, and am using Vim (64 bit) on windows.

Any ideas?

Thanks,


Russ

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: