btw: Is it correct that CS_GetFunctionInfo(code,&name,&stacksize,&parasize,&codestart);
expects 6 Parameters (before code, another parameter, which probably indicates the first lite-c function)?

If so could you please also export this variable? I think if you provide me with those 3 Functions:

1) internal wait
2) CS_GetFunctionInfo
3) 1st parameter of CS_GetFunctioninfo (My current way of calculating this parameter is:
Code:
void* _ev = (void*)a7_dll::engine_getscript("main");
global_code_start_address = (void*)(((int)_ev) & 0xFFFF0000);


which might be correct for my test script but for 100% nur for any 3dgs project laugh - [edit]I know now, that this is absolutly wrong[/edit]

a) Call Stack
b) debugging of local variables
c) debugging of argument values (okay more or less the same)
d) profiling

would be possible...

Last edited by TechMuc; 11/04/12 22:36.