PDA

View Full Version : VMS debug problem ?


Led
10th November 2003, 14:20
I'm working on a nice Vis-plugin using the VMS framework,
and I'm having trouble getting a debug-version to show up in Winamp.

When I compile a release-mode dll, it shows up nicely in the "Select plugin" dialog.

When I compile it to a debug-dll, it won't show up in the dialog at all.
I've tracked it down
(by copying the release-configuration and setting-per-setting changing it towards debug-configuration)
to the _DEBUG preprocessor-definition.
(When this is defined it won't show up - otherwise it will)

Anyone got any clues what might cause this..?

Led
11th November 2003, 08:35
K, I found the problem.
Maybe it's my config / installation-base,
but when I link with the Release-version of d3dx8,
there's no problem.

Linking with d3dx8d - the debug version - somehow causes the plugin not to show up in Winamp.