Dmitrii Sannikov
Dmitrii Sannikov
 It save and work correct but creating new file in Lite editor with cyrillic name leed to bug in name (in file explorer).
Looks like Windows do not use UTF8 for file names https://stackoverflow.com/questions/2050973/what-encoding-are-filenames-in-ntfs-stored-as > > NTFS stores filenames in UTF-16, however fopen is using ANSI (not UTF-8). > > In order to...
After some investigation I have found that I can declare foreign C function. `PROCEDURE -MyFunc*(a: INTEGER): INTEGER "func(a)"; ` But how can I implement and/or link it using voc. Maybe...
Finally did it. Compile and link output C files (from oberon) + my C files with gcc. It will be good to have instruction for future users.
So, You can create Module like this ``` MODULE MyModule; IMPORT SYSTEM; (* include header *) PROCEDURE -AincludeMyHeader* '#include "MyHeader.h"'; (*add function*) PROCEDURE -MyFunction*(a:INTEGER): INTEGER "MyFunction(a)"; BEGIN END MyModule. ```...
Catched same bug. Looks like some static members inside DoTween library have to be set null on ApplicationQuit. I had same issues with my libs usually in singletons objects. (and...
Looks like DoTween does not create [DOTween] gameobject with DoTween Component after Reload.
Yes, I am using the Pro. Have updated to todays new version (1.0.244) and everything works correctly now. Thanx!