Page 1 of 1

Error compiling VM

Posted: Wed Mar 22, 2023 6:52 pm
by samgio
I purchased the ULTIMATE version, but after a few minutes of testing the last build, I had this problem:

This program was made with an unlicensed compiler.
Buy the PRO version to distribute your EXE.

Re: Error compiling VM

Posted: Mon Mar 27, 2023 11:07 am
by Admin
Please notice that out software never shows such errors.

Re: Error compiling VM

Posted: Mon Mar 27, 2023 5:14 pm
by samgio
This problem has already been solved, but I have another one.
I need to embed some files and other executables inside the VM and I would like to know how to do this.
https://prnt.sc/2y3Y4d87Nhou
So that I can point these other executables inside the VM, do I need to do this via script or just adding how files will work?

Re: Error compiling VM

Posted: Tue Mar 28, 2023 6:27 am
by Admin
It seems you don't know that virtual files work only in the current process and Windows don't know anything about them when you calling CreateProcess. So you have to write a virtual EXE to a disk before executing.