I created a simple custom Data Abstract Server and client using your wizard. When I attempt to target the 64-bit windows platform the server application fails to start:
“The program can’t start because mozjs185-x64.dll is missing from your computer. Try reinstalling the program to fix this problem.”
The 32-bit Windows target works properly. Have not tested Mac OS X yet.
Delphi 10.1 Berlin
Data Abstract / SDK 9.0.97.1245
At this point I’m just trying to run it in the Delphi IDE as I’m trying different configurations with the project wizards. It works in 32-bit mode but not 64-bit.
Would the JavaScript engine get linked into the .EXE if I do not use runtime packages?