I've generated a DLL with Visual FoxPro 9.0 and, on the other side, I've go a
VC++ project wich uses DLL methods. I Copy the TLB file into VC++ project
folder and the I rebuild EXE.

If I create the DLL in VFP 6.0 it works ok, but if I do in VFP 9.0, when I
build EXE, it says 'Function does not take <n> parameters'.

I call DLL functions in this way:
vResult = Iobj->mymethod(vparam, vparam, ...);