I am using **File Geodatabase AP**I into my own MFC C++ application (which only reads data from .gdb folders). I have include all the headers and libraries required for the api in the project Properties section. (except **FileGDBAPI.dll** and **FileGDBAPID.dll** files because i don't know the the including directory for them). there is no compile time error but when i create any object from FileGDBAPI (e.g `GeoDatabase geodatabase;`) then i am getting an error **"the appliaction was unable to start correctly (0xc000007b). Click OK to close the application"**
Can someone please tell me what i am ignoring or anything that can make this error go away.
How can i add *.dll files related to File Geodatabase API?