PDA

View Full Version : VDF14.1 compile error VDFQuery item



ArchieCampbell
13-Mar-2009, 02:40 PM
I happily have vdfQuery 2.4 installed as a Library in 14.1

I have a WebApp that does a
use files.nui

I get a compile error
Error 4367: ...\VDFQuery\AppSrc\wvaw32fh.pkg (ln 48) Function Not Found in Expression VSELECT_FILE

In vWin32fh.pkg the code for Function vSelect_File
is inside
#IFNDEF Is$WebApp
and presumably does not get included.

I got around it by defining a dummy Function vSelect_File cuz most webApps dont do this type of SelectFile

A:confused: