I have set LDFLAGS=-Lhbvpdf.lib but receive error also for translated command present in hbvpdf.lib Error: Unresolved external '_HB_FUN_PDFOPEN' referenced from C:\HARBOUR\OBJ\B32\GENPDF1.OBJ Error: Unresolved external '_HB_FUN_PDFTEXT' referenced from C:\HARBOUR\OBJ\B32\GENPDF1.OBJ Error: Unresolved external '_HB_FUN_PDFNEWPAGE' referenced from C:\HARBOUR\OBJ\B32\GENPDF1.OBJ
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Szakáts Viktor Sent: Tuesday, May 20, 2008 9:05 PM To: Harbour Project Main Developer List. Subject: Re: [Harbour] Release harbour documentation as pdf The unresolved variables belong to the old - removed - PDF lib, so it's normal they are unresolved. The actual task would be to replace these with hbvpdf (or hbhpdf) calls. It's definitely LDFLAGS for your case, since LDLIBS is not used by our non-GNU make system. Brgds, Viktor _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
