Cannot find objects

If you are a VFP developer and have any questions about using our products from VFP here is the place to post them.
Post Reply
MikeF
Posts: 5
Joined: Thu May 06 2004

Cannot find objects

Post by MikeF »

Greetings,

Today I tried to re-compile our solution which uses the AMYUNI PDF program and got the following errors.

Program X has the following errors:
Unknown DRIVERINIT - Undefined
Unknown DEFAULTFILENAME - Undefined
Unknown FILENAMEOPTIONS - Undefined

It seems it now cannot find the object to use. I am doing the:
set library to "FllIntf.fll"

before I make the call but still no luck.

It works fine, but I have to ignore these issues when building and would rather clear 'em up!

Any advice?

Thanks
Mike
MikeF
Posts: 5
Joined: Thu May 06 2004

Post by MikeF »

Just adding a message so I get email when replied to! :D
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

Did you upgrade to version 2.10 of the driver?


Are you adding all the path of FLLintf.fll when calling set library to?


Regards.
MikeF
Posts: 5
Joined: Thu May 06 2004

Post by MikeF »

1) How do I tell what version I am running (I do not believe so)?
1a) We're trying to keep the current system working until another system can be developed to replace this functionailty. Installed on many clients, don't want to try and do massive upgrads is possible.
2) The path is not added but the root executable is in the same directory as the FLL so I am told it should work (it has been fine for awhile)

Thanks!
Mike
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

You can check the version number by right cliking on any dll file that you get with the driver and checking Properties --> Version or by check the printer preferences, you will get the version number there.

Are you using the DLL or FLL Interface?

I would suggest that you check this issue with our Technical Support support@amyuni.com.
MikeF
Posts: 5
Joined: Thu May 06 2004

Case Closed

Post by MikeF »

After re-working a few things I was able to ge the issue to go away. Thanks for the help.
Post Reply