lua-users home
lua-l archive

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


What is your setup (including package.path and package.cpath)? It seems that Lua is trying to load profiler.dll as a Lua file instead of as a C library.

--
Fabio

On 8/30/07, Tom Miles <Tom@creative-assembly.co.uk> wrote:
I just noticed this thread, downloaded luaprofiler-2.0.1-win32-lua51.zip from the webpage, installed as per documentation, but i get the error:

error loading module 'profiler' from file 'data/ui/profiler.dll':
data/ui/profiler.dll:1: '=' expected near ' '

When "requiring" the package.

What am I doing wrong?