[Qt] FreePascal Qt4 binding: Qt 4.2.1 preview
Den Jean
Den.Jean at telenet.be
Fri Nov 24 22:56:26 CET 2006
On Monday 20 November 2006 16:46, Hess, Philip J wrote:
> "The procedure entry point QCoreApplication_argc could not be located in
> the dynamic link library libqt4intf.dll."
when you create a qt app you provide argc/argv
using the fpc rtl.
Retrieving these variables should be done via fpc rtl.
So I do not think the fn is needed.
Using the function QCoreApplication_arguments which
replace these deprecated ones, is more work.
regards,
Den Jean
More information about the Qt
mailing list