I developed a plugin for working with SQLite for Amibroker 64:
OS Windows 10, 64 bit
MS Visual Studio
Everything works perfectly with this plugin and Amibroker 64. For a number of reasons, I need to use Amibroker 32 under Windows 10, 64 bit at the same time. I have recompiled the project for Win 32. Compilation runs without errors, but Amibroker 32 does not define this plugin.
Google is your friend. Use it. Do the search with +site:amibroker.com and you will find ALL answers to ALL Amibroker questions that you ever would have (see this in action)
Hello,
In my case, the error was a version mismatch - Microsoft Visual C ++ 2012 distributed (x86) and Microsoft Visual C ++ 2017 distributed (x64) on my computer. After installing the correct version for x86, everything works correctly.