|
www.PDF-Analyzer.com
Ingo Schmoekel - Software-Dev.& Distribution |
|
* Products |
PDFsearch - A dll for your pdf-files... Royalty free!
How to use the dll... In the test-package (zip) there are already sample projects for Delphi 5 and Visual Basic 6.0 included.
For all the C++ developers here's a sample project working with another
dll of mine but the main handling is the same for all of my dlls: Not
really a mainstream devtool but it works with my dlls, too: Here's
a sample project made with PowerBuilder 8.0 using my PDFtext.dll. The project includes
workspace, target, library, a readme-file and a screenshot of the
sample project: This dll doesn't have an entry point so it's not necessary to register it. Only copying into the system32-directory or in the directory where your application is installed. If you're using vba (from ms access or excel for example) you should declare the functions as private and not public. Using .NET-environments (like MS Visual Studio) it's often better (to avoid stack imbalance errors) to change the parameter-types from longinteger to integer or int32 (vb2005). This is a p-invoked .dll ... If you've any problems with your ide please read here: .NET Framework Developer's Guide "Consuming Unmanaged DLL Functions" http://msdn2.microsoft.com/en-us/library/26thfadc.aspx
|
|
© 2005 by www.PDF-Analyzer.com Ingo Schmoekel
|