Wii Remote icon Wii Remote Control servos, movement panels and scripts via Wii Remote or mobile accelerometer; D-pad, buttons and Home-enabled accelerometer tracking. Try it →
Asked — Edited

Aforge.Net Conflict With Sdk

How can I use the latest version of AForge.NET side by side with the EZ-Robot SDK?

Since the SDK has an aforge.dll and already uses AForge, I get a conflict when I try to include the actual AForge.NET dll's in the same project.

I've tried using extern alias to separate the two in my own code, but still get the conflict. I believe extern alias won't solve this conflict, because aforge.dll is referenced by other dll's outside my control, including the SDK's EZ_B.dll and AForge.NET's dll's, such as aforge.imaging.dll, aforge.video.dll, etc.

Is the SDK truly incompatible with AForge, or is there a way to write an application that uses both the SDK and AForge side by side?

Thanks.


ARC Pro

Upgrade to ARC Pro

ARC Pro is more than a tool; it's a creative playground for robot enthusiasts, where you can turn your wildest ideas into reality.

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#1  

The aForge DLL included with the EZ-SDK and ARC is slightly modified - but not very. You should be able to reference the included aForge library rather than the one you downloaded from their website:)