lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> you're right although perhaps the apple people working on CoreMidi
> didn't get the memo.  When I made a lua module with CoreMidi dlopen
> caused crashes when the module was reloaded, but NSLoadModule didn't.
> wes

Perhaps your problem is *unloading* the module, not reloading it.
See the section on "Loading and Unloading" in the page below.
        http://lua-users.org/wiki/BuildingModules