Is it possible to link a C++ lib/dll to Thunkable app

I have a C++ based hello.lib and/or hello.dll. The hello.cpp file content is.
int
add(int a, int b)
{
return(a+b);
}
Is it possible to link either of them to a Thunkable app and call it? If so kindly advice. I am using Microsoft Visual Studio to build the lib/dll

Hi @anandavardhana57zwwl, welcome to the Thunkable community. We’re glad you’re here.

Unfortunately, Thunkable does not currently support adding a C++ library or dll to your Thunkable App but you can add that to our Product Feature Request Repository and we’ll take a look at adding that functionality.

Please feel free to reach out if we can help with anything else

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.