bjorn Geschrieben October 3, 2022 at 10:28 Geschrieben October 3, 2022 at 10:28 I'm trying to make a DLL that controls a tinkerforge bricklet. Everything works fine on my machine when testing the soft/hardware, but it doesn't work on the main computer that is supposed to have the dll. Ive installed both brickviewer and brickdaemon on that computer, and brickviewer is able to control the bricklets without problems. But when trying my application, it says it cannot locate api-ms-core-*.dll (a lot of them) They all is installed in system32/downlevel and some other places on my computer, and same on the other computer. The strange thing is that on my computer, with brickv version 2.4.21, all these dlls is installed in the brickv folder, but on 2.4.22, it is not. It also didn't help adding system32/downlevel to the path. Zitieren
photron Geschrieben October 17, 2022 at 11:20 Geschrieben October 17, 2022 at 11:20 How are you creating the DLL? Are you using Visual Studio? Zitieren
bjorn Geschrieben October 24, 2022 at 14:16 Autor Geschrieben October 24, 2022 at 14:16 found out what's wrong. I needed to include gcc-libs in my dll in order to be able to include it on another machine. Zitieren
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.