Don't worry, seems I can not use FP file with just a DLL and header
file. It associates to a C file.
vishi
Vishi Anand wrote:
> I have a DLL which has following function:
>
> int __stdcall omniBER_Init(char* pResourceName, int* pHandle, char*
> pErrMsg);
>
> Now I am asked to make a fp file, which I did. In fp file editor, I
> declared my 3rd param to be "output" and type "char".
>
> But when I use this panel (run interactively), CVI only declares a
> variable char and passes it by ref. to the above fn. What I want to do
> is declare my buffer, like char buf[80] and be able to pass buf to this
> function panel (when run interactively). Is there a way to declare
> variables (in the interactive mode) where I can select variable name and
> type and then u
se them in the fp?
>
>
>
> vishi
>