What is the problem that only one function doesn't work when a sketch is exported to Mac or Windows?
Hi everyone :)
I have got a lot of functions and classes in my application. When I exported it to Mac and Windows, everything works except one user-defined function. I don't really understand why? It works just fine in Processing IDE.
When this function is called, the entire sketch becomes to a halt. It looks like noLoop() is called. But there isn't any function that would stop execution of the code.
I know it would be sensible to post the code here, but believe me it is a very big application. I am afraid I cannot share it at this time.
I would love to hear the common problems in such cases and how to fix them. I would be glad to provide more information if needed.
Thanks in advance!
1