yeps. c-script calls objects directly but lite-c uses pointers.

from the manual:

Quote:

In C-Script, we had to differentiate between object definitions (PANEL mypanel = {... }) and object pointers (PANEL* mypanelpointer = mypanel;). In lite-C, objects are always pointers. So it's now PANEL* mypanel = { ... }.




A7 commercial Team / VC++ 2008 Pro
homepage | twitter | facebook