Hi, I created a general plugin using C++/CLI, to output VU data to an Arduino connected to a COM port, Using both managed and unmanaged code.
It runs perfectly on Win7 x64, with .NET framework 4 installed.
The problem is, it wont load on another OS. Ive tried XPsp2 and Vista VMs but I get a [NOT LOADED] message in the plugin list. I have installed the .NET framework 4 client profiles on both systems.
Haven't seen much info about this error. Is there a winamp debug log anywhere, to show where its failing?
Im using the same version of winamp on all computers. Dont know why it works on one, but not the other two systems.
It runs perfectly on Win7 x64, with .NET framework 4 installed.
The problem is, it wont load on another OS. Ive tried XPsp2 and Vista VMs but I get a [NOT LOADED] message in the plugin list. I have installed the .NET framework 4 client profiles on both systems.
Haven't seen much info about this error. Is there a winamp debug log anywhere, to show where its failing?
Im using the same version of winamp on all computers. Dont know why it works on one, but not the other two systems.
Comment