Hello Zdenko, I know that on Linux/Unix, it is usual to name a shared library libtesseract302.so, and have a symlink libtesseract.so -> libtesseract302.so. On Windows, you don't have the possibility of symlinks, so usually you don't code the version into the name of the DLL. At least not minor versions. Instead you embed the version number into the resources, and if a client wants to restrict itself to a specific version of a DLL, he can do that with an application manifest. That's the "Windows way". The "lib" prefix is also a bit strange on Windows. Personally I would prefer the name tesseract3.dll.
Am Freitag, 3. Februar 2012 23:32:28 UTC+1 schrieb Zdenko Podobný: > > I just uploaded some fixes to VC2008 build - target was to compile and run > tesseract.exe ("tesseract.exe eurotext.tif eurotext" produced output :-) ) > > Please test it. Feel free to improve it. > > I still continue to support the current "vs2008 structure". When Tom will > finalize his contribution[1] I will adapt it to 3.02 version and use it for > next tesseract release. > > Zdenko > > [1] > https://groups.google.com/group/tesseract-dev/browse_thread/thread/75be5c97eb4d1b3c > > On Thu, Feb 2, 2012 at 7:55 PM, Ray Smith > <therays....@gmail.com<theray...@gmail.com> > > wrote: > >> Tesseract 3.02 is now available in svn for preliminary testing, currently >> Linux-only. >> >> There are now 65 languages and some big improvements in layout analysis >> and character accuracy. >> This version will with luck make it into Ubunto LTS Precise Pangolin, so >> please test to see if your favorite issue is resolved. >> >> Thanks and enjoy! >> >> Ray. >> > > -- 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