dom96 / nim-opencv

Nim OpenCV wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow non-debugging win opencv dlls

jlp765 opened this issue · comments

definitions like
coredll* = "(lib|)opencv_core(249|231)d.dll"
be changed to
coredll* = "(lib|)opencv_core(|249|231)(|d).dll"

to allow open_core.dll or open_cored.dll or ....


Also,
do you have scripts that automate the c2nim conversion, so PRs for extra modules are pointless,

or do you want PRs for some of the extra modules like objdetect that are not included yet in this package?

No scripts. But IIRC I didn't need to specify many flags.

Feel free to create PRs.

fixed in PR #5