lua-users home
lua-l archive

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


To quote my original post:

"included 'lua.hpp',
which has the extern "C" around all the major headers."

Sorry dude, but the extern "C" thing was the first thing people suggested on the forums. I'm taking it that's a fairly common error?

Could it be that you're using precompiled headers, and, while in your source file you have 'extern "C"', you don't in your precompiled header file? I've done that before and got very confused.

Cheers,
Geoff