Thank you very much.
I guess I was so concerned about the forest, I didn't notice the trees.
Take care,
Mark
Search found 4 matches
- Sat Jul 22, 2006 1:46 pm
- Forum: PDF-Tools SDK V3 (all our PDF 'DLL' libraries V3)
- Topic: using PXCp_Placecontents from VB6
- Replies: 7
- Views: 2326
- Wed Jul 19, 2006 2:15 pm
- Forum: PDF-Tools SDK V3 (all our PDF 'DLL' libraries V3)
- Topic: using PXCp_Placecontents from VB6
- Replies: 7
- Views: 2326
- Sun Jul 16, 2006 3:38 pm
- Forum: PDF-Tools SDK V3 (all our PDF 'DLL' libraries V3)
- Topic: using PXCp_Placecontents from VB6
- Replies: 7
- Views: 2326
I made the changes as per the suggestion. Now I get a "Bad DLL calling convention" error. This is the revised declaration: 'For Document Overlay Public Declare Function PXCp_PlaceContents Lib "xcpro35" (ByVal destDoc As Long, ByVal sourceDoc As Long, ByVal OverLayCount As Long, ByRef placeInfo As PX...
- Sun Jul 09, 2006 5:34 pm
- Forum: PDF-Tools SDK V3 (all our PDF 'DLL' libraries V3)
- Topic: using PXCp_Placecontents from VB6
- Replies: 7
- Views: 2326
using PXCp_Placecontents from VB6
Hi, I am trying to use PXCp_PlaceContents from VB6, the demo VB project does not contain a declaration for this function, so here I created one (not sure if it is correct): 'For Document Overlay Public Declare Function PXCp_PlaceContents Lib "xcpro35" (ByVal destDoc As Long, ByVal sourceDoc As Long,...