Reference issue

PaulA

Registered User.
Local time
Today, 20:27
Joined
Jul 17, 2001
Messages
416
Hi, all - I provide a database application to an external location that is an mdb file but used through Access 2010. After sending a new copy of the database file, that site has been getting error messages which they hadn't gotten before and which I do not get at my location.

The messages refer to a missing or broken reference to the file ptusredt64.dll and also to undefined function "format".

In checking references, I found there is an item in their list "Missing: UserSpace 1.0 Type Library". In my references, that reference is not missing.

Would that account for the new error messages and how do I provide that missing reference library for the site that uses it?

Thanks!
 
What happen if they unmark the reference, (the missing one)?
 
if any reference is broken, then you tend to get strange side effects. stuff that is not affected by the broken reference still fails

so

a) what does the userspace library do? do you have to have it?
b) investigate late binding. It won't solve whatever the library does, but it will prevent your routine from crashing.
 

Users who are viewing this thread

Back
Top Bottom