I am trying to find an example of the quickest and easiest way to print a file (PDF for example) to a printdialog in which also can be chosen for another printer as default.
Found it! It was the rddsys.prg I linked. This gave me the problem: /*** * * RddSys.prg * * This program is run each time your application is started to setup * the proper default driver. You should modify a copy of this file * if you wish to use a default RDD other than DBFNTX. * * Copyright ...
Ok, linked the following files: -lhbrtl -lhbvm -lhbcommon -lhbmacro -lgtwin -lhbrdd -lhbsix -lrddntx -lrddfpt -lrddcdx -lxhb -lhbwin -lhbct -lhbnf No compile errors, but still got the same error. Error DBFCDX/1001 Open error: .\X_CT Called from DBUSEAREA(0) Called from NETUSE(659) Called fro...
Nop, still getting the 'DBFCDX/1001 Open error' message... I found the following on this board: If you are working with DBF/CDX/FPT files created with Clipper, Comix or Six Driver, let me tell you that those FPT files are not compatible with xHarbour FPT structure, this is due because Clipper and fr...
Grrrr... let me quess... Clipper FPT isn't compatible also with Harbour :-( I cannot open any DBF with FPT associated (that is probably the DBFCDX/1001 error I am getting, because any DBF without FPT is opened with no problem) Is there a way to make these DBF/FPT Harbour compatible without losing an...
I am afraid it is also :-( So that means I have to strip al print functionalities... Oslib and CTP lib are also not compatible, but do not know yet which functions are effected. Will find out after stripping print ... The Lfn lib ( http://www.ousob.com/ng/lfnlib/ng1a2d0.php ) is linked, but it doesn...
Is there a way to find out which compiler is compatible with this library? Is there a fingerprint left by the compiler used to create the prohp lib/obj?