Can't find access point of procedure... in DLL-file

hello there,


i'm having some troubles with a game i got from a friend,
he put it in a .iso file so i had to mount it to a virtual drive and install it.
i did so but when i start up this game, i get this error:

"Can't find access point of procedure ?playPlayList@SoundUtil@Dragonfly@@SAXV?$char_traits@D@_STL@@V?$allocator@D@2@@_STL@@0_N@Z in DLL-file dragonfly.dll."

(roughly translated)

can anybody give me a hint of how i might be able to fix this please?
i thank you verry much.


greetings.
 
found the problem..

appearantly i didn't have the right patch installed,
thanks for all the guys who didn't apply anyways.. :D
 
Sorry that no one appeared to know the answer to your question but that happens sometimes. :(
 
Very good and thanks for getting back to us with the solution. It could help others.
 
btw: that error (procedure or access point of procedure) ALWAYS means that the
DLL and the Application.EXE are at conflicting maintenance levels.
This typically occurs when the App gets an update and for whatever reason, the DLL is not updated at the same time.
 
Back