Search found 2 matches

by nebula
Fri Jul 05, 2019 7:33 pm
Forum: MegunoLink
Topic: Builder Installer Windows Version
Replies: 1
Views: 9235

Builder Installer Windows Version

I have completed and built a megunolink project using the Builder.
However, I am getting the "not a valid win32 application" error when I try to run it on Windows XP.
It installs successfully, but does not run.
When I tried to run it on Windows 7, it said I should install ".NET framework 4.7.2 ...
by nebula
Fri Jun 28, 2019 11:03 pm
Forum: MegunoLink
Topic: Stop a Function Loop
Replies: 1
Views: 8863

Stop a Function Loop

Noob question here...

Is there a way to stop a function loop during execution by triggers from another function?
For instance in the pseudo-code below, can the Stop function be used to break the Forward function in mid-execution.
It seems the function loop has to be completed before any other ...