Bug in c#, with the Dll Importer.
Hello, I'm encountering an issue with the .dll importer in C#. It's a bit puzzling because it seems to work on some PCs but not others. On my main development machine, everything runs smoothly. However, on my test PC, I consistently encounter an error. Interestingly, on my sister's PC, it works flawlessly. It's quite perplexing, but I found that replacing the .dll with the original raylib one resolves the issue on any PC.
That happens on all .dlls that get imported
1 Reply
My money's on the dll needing a dependency (it's normally a version of the VC++ redist), which some computers have and some don't
Use https://github.com/lucasg/Dependencies to see what the DLL depends on