RO export to Smart Mobile Studio (Structs)

Seems they are some problems with generated JS file from Smart Mobile Studio when using Structs in RODL.
“Uncaught ReferenceError: RemObjects is not defined”

Serving file [E:\Dev\CheckListe\ClientSMS\www\index.html]
Serving file [E:\Dev\CheckListe\ClientSMS\www\res\app.css]
Serving file [E:\Dev\CheckListe\ClientSMS\www\lib\CheckLibrary_intf.js]
Uncaught ReferenceError: RemObjects is not defined  [line #30]
Serving file [E:\Dev\CheckListe\ClientSMS\www\lib\RemObjectsSDK.js]
Serving file [E:\Dev\CheckListe\ClientSMS\www\lib\polyfill.custom.events.js]
Uncaught #<Object>  [line #18670]
Uncaught #<Object>  [line #18670]
Uncaught TypeError: serveur.GetLieux is not a function  [line #16965]

RemObjectsSDK.js should be included BEFORE any _Intf files relying on it.

1 Like

Many thanks!