NT40 - Acc2002 runtime app - missing ref wmp.dll

  • Thread starter Thread starter thivar
  • Start date Start date
T

thivar

Delivering an Acc2002 runtime app to users with different OS, no
errors under winXP, but under winNT40 SR6, when starting app, users
get errormsg "missing ref wmp.dll v.1.0". Everything works fine after
clicking ok, but it looks a bit unprofessional... Any ideas what this
is/ how to solve it? (Current refs. in VBA are the two compulsory +
DAO 3.6.)

greetings,
Thor Ivar Hellesøy
(please answer to group)
 
I think wmp.dll is Windows Media Player 9.0.

Why would your application want that? Assuming it is not set as an explicit
reference, I'd be checking for relevant CreateObject and/or win32 API calls.
Can't see how else it could come in from an Access app.

HTH,
TC
 
Back
Top