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