CreateMesh invalid memory access
Posted: Sat Nov 04, 2006 7:29 pm
Hello,
I tried to use the CreateMesh() command, but its execution returns an "invalid memory access" even in its simplest form :
According to the doc, first parameter is mesh Id, second is max number of vertices.
I tried several values for these two parameters with no success.
Can anyone please help me understand what happens ?
Thank you in advance
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