Fragtality Posted January 26, 2023 Report Posted January 26, 2023 Hello @Paul Henty ! The ExecuteCalculatorCode() Function from the MSFSVariableServices seems to be limited to 256 Chars although the WASM-Interface allows for 1024 Chars (https://github.com/jldowson/WASMClient/blob/master/WASMClient/FSUIPC_WAPI/include/WASM.h). Is that a Bug or is there a technical Reason?
Paul Henty Posted January 26, 2023 Report Posted January 26, 2023 Hi, It used to be 256. At some point John has changed this to 1024. Looking at it now, I can't see any reason for my DLL to check the size as the WASMIF dll does that internally and logs an error if it's too big. I'll remove my check and get a new version out tomorrow. Paul 1
Paul Henty Posted January 27, 2023 Report Posted January 27, 2023 Version 3.3.3 is now on NuGet. Paul 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now