Question:
Im trying to build my xojo app in linux ARM32 (for raspberry pi 3”) with the chilkat plugin but still get the error message
Plugin “Chilkat.dll:0” is not supported for linux.
How to build whitout error message.
On Linux, it should not be a DLL that is loaded, but a .so
If you download the Chilkat Xojo Plugin from https://www.chilkatsoft.com/xojo.asp
and then unzip, you should see the following directory structure, where the libchilkatXojo.so
is in the "Linux ARM" subdirectory as shown here:
Also, I double-checked and the folder name (Linux ARM) looks to be correct. See: http://developer.xojo.com/userguide/desktop-apps
Assuming you put the chilkat.xojo_plugin in the Plugins directory, all should be OK.
Thank you! My first folder was not named properly