Ask Your Question

PhilDeDakar's profile - activity

2014-08-31 06:37:57 -0600 asked a question Name of the DLL for a C function

Hello there I am currently testing OpenCV with WinDev. WinDev allows the use of DLL or NET. So I'm looking in the documentation pdf and website, for the functions "C" the name of the DLL.

For example, on the website of "μ$oft" for "CreateToolhelp32Snapshot" function I can read at the end of the page: Header .......... TlHelp32.h Library ......... Kernel32.lib DLL.............. Kernel32.dll

For some functions with the "DLL Export Viewer" program I found the DLL but for others features like "cvCaptureFromCAM" (page 515) are unknown...

Thank you for your help