has anyone managed to call gocr from C#?

  • Thread starter Thread starter giddy
  • Start date Start date
G

giddy

hi,

Like i said , has anyone managed to call gocr from C#?

I dont have any idea of C++ , if someone has done something similar or
is familiar with the gocr model, could you give me an idea of how i
should call it from C#?

Gideon
 
Gideon,

Are the functions in the library exported through a DLL? If not, you
have to export those functions (you can't make calls to lib files from .NET)
and then make the calls through the P/Invoke layer.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top