Monday, November 28, 2011

libcall and dll problem

Hi,

I am using libcall api from gvim in order to call functions of dll
but.

1/ I would like to do first libcall to instantiate one object and this
one has to persist (init com object)
2/ Retrieve pointer of this object during another libcall of the same
dll and make read/write tasks
3/ Closing correclty the object


It is not a file, it is like


1/ opening a socket and connecting to it
2/ read/write
3/ closing the socket

I don't know if it is possible using three libcall() independently ?

Thanks

--
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: