When I try to reference a C++ DLL in my project(Browse and select the dll file), this error happens: Unexpected error occured in GOFNF: Error loading DLL.
What's that supposed to mean? I googled this error but nothing showed.
Printable View
When I try to reference a C++ DLL in my project(Browse and select the dll file), this error happens: Unexpected error occured in GOFNF: Error loading DLL.
What's that supposed to mean? I googled this error but nothing showed.
C++ dll most likely is a standard dll so you'd have to declare functions from it just like any other api.