Sunday, April 22

Facing problems with OLE

Today,I created a sample plugin for eclipse ( I already have experience in creating plugins ). In that first I used a small internal editor for testing. Yes, I got it... its working very fine..

Then I used eclipse's SWT library to embed the OLE frame. I found out vims ole program id in its documentation, that is "Vim.Application". I tried to call the vim from python as suggested in its docs. perfect, its working....

Immediately I replaced the internal editor page with swt's OleFrame with OleClient as vim. After some struggling i successfully compiled the program and started the eclipse application

Oouch!!! Got some execution error.... "failed to create ole client"... I tried to find out what that error means and did googling... sssshh!! no relevant results.. nobody faced the same problem...

1 comment:

François Petitit said...

I have the same. You are not alone, alas ;)