Yes that is correct. I am going to put this into 3.00 anyway, as I would like to migrate dll users towards the baseapi.For linux we jus thave to define TESSDLL_API to be empty. Ray.
On Mon, Jul 6, 2009 at 1:57 AM, Alcareru <sipulima...@yahoo.co.uk> wrote: > > Oh, they are different things. Ok. Thanks ray. I will look into this > at my spare time. It seems the cli for tesseract should do it just > fine for the work I'm doing atm. But just to make it absolutely clear. > I either have to use the dllapi directly or add to the baseapi.h file > these lines: > #ifdef TESSDLL_EXPORTS > #define TESSDLL_API __declspec(dllexport) > #else > #define TESSDLL_API __declspec(dllimport) > #endif > > //and change the class def to > class TESSDLL_API TessBaseApi > { > //... > } > > or did I get it all wrong? > > I was just wondering that what's the relationship betwee dllapi and > linux? Because I only use windows at work... > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to tesseract-ocr@googlegroups.com To unsubscribe from this group, send email to tesseract-ocr+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/tesseract-ocr?hl=en -~----------~----~----~----~------~----~------~--~---