lua-users home
lua-l archive

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


Okay I found by my self... My test was a .cpp file and thus treated by the c++ compiler.

But if I want to call lua functions from a C++ program ?

do I need :

extern "C"
{
	#lua includes
}

??

-----Message d'origine-----
De:	Christophe Gimenez [SMTP:chris@kandji.com]
Date:	mardi 14 mars 2000 15:02
A:	Multiple recipients of list
Objet:	Here is a newbie ;-)