Ellohna / dds-wic-codec

Automatically exported from code.google.com/p/dds-wic-codec
1 stars 0 forks source link

x86 build won't register #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Compile dds-wic-codec for x86.
2. regsvr32 the DLL.
3. Attempt to load a DDS in an x86 WPF app.

What is the expected output? What do you see instead?
I expect to see the image, as I do using an x64 build of both the DLL and the 
WPF app.  It works as intended with the x64 builds, but not with the x86 
builds.  Instead, the application crashes.

What version of the product are you using? On what operating system?
The latest svn revision and Windows 7 x64.

Please provide any additional information below.
I have also tested this on a Windows XP x86 OS, with the same results.

Original issue reported on code.google.com by FauxBest...@gmail.com on 1 May 2011 at 8:51

GoogleCodeExporter commented 8 years ago
So, for some very strange reason, it started working on an x86 Windows 7.  I'll 
install an XP VM later and see if I can't get it working on that, myself.

Original comment by FauxBest...@gmail.com on 2 May 2011 at 9:43