Trying to load a DLL with LoadLibrary and get R6034 "An application has made an attempt to load the
Posted
by nonoitall
on Stack Overflow
See other posts from Stack Overflow
or by nonoitall
Published on 2010-03-24T06:16:47Z
Indexed on
2010/03/24
6:23 UTC
Read the original article
Hit count: 293
I'm writing a wrapper program that loads Winamp input plugins. I've got it working well so far with quite a few plugins, but for some others, I get an error message at runtime when I attempt to call LoadLibrary on the plugin's DLL. (It seems to happen mostly with plugins that were included with Winamp.) A dialog appears and gives me the error code and message above. This happens, for example, with the in_flac.dll and in_mp3.dll plugins (which come with Winamp). Any ideas on how I can remedy this situation?
© Stack Overflow or respective owner