Shamil Salakhetdinov
shamil at users.mns.ru
Tue Feb 22 02:35:52 CST 2005
John, This your sample C++ code is OK - i.e. it compiles and works. Tested. (BTW, it needs zlib include files and binaries - www.zlib.org) As for VB.NET conversion maybe better/easier try to use zlib .NET wrapper http://zlibnetwrapper.sourceforge.net/ Then just use numerous C#->VB.NET convertors to convert this wrapper sample C# code? If this sample code will not fit your task then C++ code you posted here could be adapted to this .NET wrapper. I did download it and tried to rebuild .NET wrapper solution. Unfortunately in HANGS ON my VS.NET 2003 IDE. Even when I just open its solution and try to close - it HANGS VS.NET 2003 IDE. Something wrong with my installation? I doubt it. Could you please try to download and rebuild this solution? Shamil -- Web: http://smsconsulting.spb.ru/shamil_s ----- Original Message ----- From: "John W. Colby" <jwcolby at colbyconsulting.com> To: "'Access Developers discussion and problem solving'" <accessd at databaseadvisors.com>; "VBA" <dba-vb at databaseadvisors.com>; "Tech - Database Advisors Inc." <Dba-Tech at databaseadvisors.com> Sent: Tuesday, February 22, 2005 3:42 AM Subject: [dba-Tech] C++ to vb.net conversion > I found c++ code for opening a pdf file and extracting the texst inside of > it. This is the only actual source code I've found for doing this. I am > not a c++ kinda guy and am wondering if anyone here can convert the code to > VB.net for me. It isn't too long (a few pages of code). If anyone thinks > they can do this let me know. No money available, just a challenge. > <<< skipped >>>