I have an application for which the GUI is written in C # and the logic is written in the C ++ DLL. The DLL should open the file to read data from it. I have a data.txt file in the same folder as the dll. When I call fopen("data.txt","r") return value is NULL. What could be the problem? Please help me in this regard.
Thanks, Rakesh.
source share