I tried to use the CreateMesh() command, but its execution returns an "invalid memory access" even in its simplest form :
Code: Select all
If InitEngine3D()=0
End
EndIf
CreateMesh(0,10) -----> Invalid memory access
FreeMesh(0)
End
I tried several values for these two parameters with no success.
Can anyone please help me understand what happens ?
Thank you in advance