[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 16:00:47 +0200
On Wed, Oct 5, 2011 at 3:52 PM, Oskar Forsslund
<matrixsmurfen@googlemail.com> wrote:
> that is indeed the file I'm using.
> I have tried with various exports but i still get the same errors.
> you think I should export all functions? the static ones can't be static
> when I export them..
Oh no, only that last luaopen_... function needs to be exported -
that's the only function Lua will call when loading the extension.
So that c_hook.c file, unchanged, gives errors on VS? Can we see some
of the errors?
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
- Re: profiling embedded lua, steve donovan
- Re: profiling embedded lua, Oskar Forsslund