Quote: Original post by FluxCapacitor
Please let me know what you think, and if you have any last minute suggestions before I send the demo off to ||v||atrix.
I'll check it out at home tonight (its a bit large for me to download at work).
Quote: Original post by FluxCapacitor
Please let me know what you think, and if you have any last minute suggestions before I send the demo off to ||v||atrix.
Quote:
Please let me know what you think, and if you have any last minute suggestions before I send the demo off to ||v||atrix.
Quote: Original post by tgraupmann
Shoot I can't get it to load because I don't have:
MSVCRTD.DLL
msvcp60d.dll
Quote: Original post by lazork357
Winamp doesn't seem to recognize it.
Quote: Original post by FluxCapacitorQuote: Original post by tgraupmann
Shoot I can't get it to load because I don't have:
MSVCRTD.DLL
msvcp60d.dll
Whoops; looks like I built it in Debug mode. Try again and see if it works now. (I uploaded a Release version.)Quote: Original post by lazork357
Winamp doesn't seem to recognize it.
Does it give you an error of some kind? It works fine for me.
Quote:
It seems that the wamp_setup_wnd_state() method in wamp_module_functions.cpp file tries to get a function pointer to an "embedded window function" (whatever that is). This function changes the wamp_wnd_state variable which is where the width and height are stored . As fullscreen mode requires very specific resolutions that are supported by the driver/monitor (e.g. 800x600), the ChangeDisplaySettings() call fails as it tries to go into an unusable fullscreen mode (e.g. 800x580).
Quote: Original post by Custard Slice
@FluxCapacitor & lazork357
I got Eternal Pool to run. Very cool. I like it [smile]. I think I know what lazork357's problem was. When I first copied it to the plugins directory and went to the 'configure plugins' section, winamp complained about missing SDL.dll and the rest that you provided. Your plugin didn't appear in the list and no matter where I copied the DLLs it was missing from the list. I needed to reinstall winamp (it seems it has a list somewhere that blacklisted your plugin as it didn't work the first time, hence the reinstall). Then you need the DLLs in the directory where winamp.exe is (usually c:\program files\winamp), not the plugins dir. This then worked for me. I assume you have SDK.dll etc. in your system path so you wouldn't have noticed the problem, so just ammend your install instructions a bit.