Mariwan
Mariwan
cannot build the project if there is a '@override ' this fix the compilation problem but I don't know how that affect the rest of the code
I cannot compile the compiler. Under Ubuntu (windows 10) ` etos-master$ make for subdir in compiler bench bin; do \ target=`echo all-recursive | sed 's/-recursive//'`; \ install_dir="`pwd`/bin/"; \ echo making...
**What seems to be the problem?** Extra -D in the make file (linux) that causes the issue. This happens due to "defines". `DEFINES += -D_CRT_SECURE_NO_WARNINGS -D` **What did you expect...
What license you have?
Rotation of the disc is totally wrong and it varies based on the face location.
Don't recreate faces that are not affected by the movement of the edge. And the faces that share only one vertex needs to be divided in to two triangles,
Again normal extrude fails due to Part.Compound property which is missing the normalAt
Not always that angle is correct for the arrows. Find a way to make the drawing of the arrows at a better position when user select lower edge of the...
HI, I get this error. `1>MSVCRTD.lib(exe_winmain.obj) : error LNK2019: unresolved external symbol WinMain referenced in function "int __cdecl invoke_main(void)" (?invoke_main@@YAHXZ)` The linker->system->subsystem is defined as consol. even when i fix...
line 904, in removeFaces_RH 20:15:13 stop 20:15:13 NameError: name 'stop' is not defined Maybe you mean break