Sh3z / DIPS

Dynamic Image Processing System for Windows
0 stars 3 forks source link

Decide on target platform #2

Closed Sh3z closed 11 years ago

Sh3z commented 11 years ago

After fiddling around with EmguCV (OpenCV wrapper for .NET), I've managed to create a project targeted for 64-bit platforms to compile and execute as expected. I've also created a separate project for 32-bit platforms which, again, performs as expected.

I've spent a few hours trying to 'merge' both solutions so the correct DLLs are loaded based off the current platform, however I'm not having much luck. Hence, it might be worth deciding whether:

Thoughts/ideas accepted. We can also discuss this further at the next meeting.

Sh3z commented 11 years ago

For the time being targeting x64 only doesn't seem to be a big deal according to Ezak. If we have time, we can look towards making the target Any CPU.