[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: A really difficult question !
- From: erik@... (Erik Hougaard)
- Date: Fri, 17 Mar 2000 13:53:41 +0100
Christophe Gimenez wrote:
> For short : all LUA code run normal except my C_Function Calls.
>
> Is this possible ?
Yes, You need to make yourself a simple debugger be using the
lua_callhook this function is called everytime Lua calls a function ..
In that you should be able to identify your function and do what you
need to do!
/Erik