Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

there shouldn't be "deal-breaking" problems.

note though, that if you want to use the mingw toolchain with eclipse, you'd have to build opencv libs locally, using that compiler first (the prebuilt libs are for VS only), and you should make a seperate build / install folder (like said before).

then, there can be only one global PATH variable entry (to find the opencv dll's later), so you want to avoid that, and maybe set the PATH locally, on the cmd.exe, before starting your program (or have a batch file, that first sets the path, and then calls your resp. IDE)

there shouldn't be "deal-breaking" problems.

note though, that if you want to use the mingw toolchain with eclipse, you'd have to build opencv libs locally, using that compiler first (the prebuilt libs are for VS only), and you should make a seperate build / install folder (like said before).

then, there can be only one global PATH variable entry (to find the opencv dll's later), so you want to avoid that, and maybe set the PATH locally, on the cmd.exe, before starting your program (or have a batch file, that first sets the path, and then calls your resp. IDE)