Naming conflict with ListView

corwin42

Expert
Licensed User
Longtime User
Hello,

I'm using Filippos ListView Library in an application. Now I need to add the ControlsExDevice.dll because I want to use the native bitmap features for Autoscaling. The problem is that ControlsExDevice.dll has its own ListView Object and I get an error if I try to add the ControlsExDevice.dll. Is there a solution for this problem?

The only thing I can think of is to create my own ContrlsExDevice.dll with a renamed ListView object. Any other solutions?

Thank you,
Markus
 
Top