jackghetti
24th November 2003, 11:40
I've been trying to build the example plugin shipped with VMS using Visual C++ .NET, Version 7.0. I installed and configured in accordance with the doco. The project compiles fine, apart from a few minor warnings. The linking step says:
...
Linking...
desktop_mode.obj : warning LNK4229: invalid directive '/delayload:vms_desktop.dll' encountered; ignored
dxcontext.obj : warning LNK4229: invalid directive '/delayload:d3d8.dll' encountered; ignored
desktop_mode.obj : warning LNK4229: invalid directive '/delayload:vms_desktop.dll' encountered; ignored
dxcontext.obj : warning LNK4229: invalid directive '/delayload:d3d8.dll' encountered; ignored
Creating library .\Release/vis_ExPlugin.lib and object .\Release/vis_ExPlugin.exp
LINK : warning LNK4089: all references to 'MFC70.DLL' discarded by /OPT:REF
LINK : warning LNK4089: all references to 'OLEAUT32.dll' discarded by /OPT:REF
plugin - 0 error(s), 15 warning(s)
---------------------- Done ----------------------
Rebuild All: 1 succeeded, 0 failed, 0 skipped
...
The file vis_explugin.dll is created in the c:\program files\winamp\plugins directory, but the plugin doesn't show up in the list of available visualisation plugins. I've got no idea on where to go ... :confused:
I'm just trying to get my build environment up and running so any help will be really appreciated.
Thanks
...
Linking...
desktop_mode.obj : warning LNK4229: invalid directive '/delayload:vms_desktop.dll' encountered; ignored
dxcontext.obj : warning LNK4229: invalid directive '/delayload:d3d8.dll' encountered; ignored
desktop_mode.obj : warning LNK4229: invalid directive '/delayload:vms_desktop.dll' encountered; ignored
dxcontext.obj : warning LNK4229: invalid directive '/delayload:d3d8.dll' encountered; ignored
Creating library .\Release/vis_ExPlugin.lib and object .\Release/vis_ExPlugin.exp
LINK : warning LNK4089: all references to 'MFC70.DLL' discarded by /OPT:REF
LINK : warning LNK4089: all references to 'OLEAUT32.dll' discarded by /OPT:REF
plugin - 0 error(s), 15 warning(s)
---------------------- Done ----------------------
Rebuild All: 1 succeeded, 0 failed, 0 skipped
...
The file vis_explugin.dll is created in the c:\program files\winamp\plugins directory, but the plugin doesn't show up in the list of available visualisation plugins. I've got no idea on where to go ... :confused:
I'm just trying to get my build environment up and running so any help will be really appreciated.
Thanks