[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: profiling embedded lua
- From: steve donovan <steve.j.donovan@...>
- Date: Wed, 5 Oct 2011 15:39:17 +0200
On Wed, Oct 5, 2011 at 3:27 PM, Oskar Forsslund
<matrixsmurfen@googlemail.com> wrote:
> i get wierd errors saying that i miss semicolons when i don't and such
> things
> have i missed something?
It's lua-trace, so it should be this code?
https://github.com/geoffleyland/luatrace/blob/master/c/c_hook.c
Looks fine to me. Problem might be with this line:
LUALIB_API int luaopen_luatrace_c_hook(lua_State *L)
in fact, try that without the __declspec(dllexport) first, because I
think the macro LUALIB_API might already do the trick.
steve d.
- References:
- profiling embedded lua, Oskar Forsslund
- Re: profiling embedded lua, Patrick Rapin
- Re: profiling embedded lua, Oskar Forsslund
- Re: profiling embedded lua, Oskar Forsslund
- Re: profiling embedded lua, Geoff Leyland
- Re: profiling embedded lua, Oskar Forsslund
- Re: profiling embedded lua, Geoff Leyland
- Re: profiling embedded lua, Oskar Forsslund
- Re: profiling embedded lua, Oskar Forsslund
- Re: profiling embedded lua, steve donovan
- Re: profiling embedded lua, Oskar Forsslund
- Re: profiling embedded lua, steve donovan
- Re: profiling embedded lua, Oskar Forsslund