| | |
Lua in Visual C++ 2008
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
So I am trying to set up Lua on Visual C++ 2008 and I keep getting this error:
error C3861: 'luaL_newstate': identifier not found
Here is an example of my code:
Anybody got any ideas?
error C3861: 'luaL_newstate': identifier not found
Here is an example of my code:
C++ Syntax (Toggle Plain Text)
#include <iostream> extern "C" { #include "lua.h" } using namespace std; int main(int argc, char* argv[]) { lua_State *lvm = lua_open(); if ( lvm == NULL ) return 0; lua_close ( lvm ); return 0; }
Anybody got any ideas?
![]() |
Similar Threads
- Compiling using Visual C++ 2008 express edition (C)
- Adding Or Changing the Text Of Child Nodes in TreeView - Visual c++ 2008 (C++)
- Microsoft Visual C++ 2008 problems (C++)
- Visual C++ 2008 playing a sound (C++)
- MS Visual C++ 2008 Express edition problem (C++)
- Visual C++ 2008 - Printing Richtextbox control (C++)
- Visual C++ 2008 elapsed timer (C++)
- Playing sound file, Microsoft Visual c++ 2008 (C++)
- Visual C++ 2008 error (C++)
Other Threads in the C++ Forum
- Previous Thread: Friend class across namespace
- Next Thread: Windows 7 Compatible IDE
| Thread Tools | Search this Thread |
activex ajax android api array beginner binary bitmap blue borland bsod bug c# c++ char char* class client code component compression computer console crash daniweb database development download ebook eclipse email encryption engine error file fstream function functions game gmail graph guess gui hash html input int java javascript jni linker loop math method modal newbie number numbers output parallel parse performance php post primenumbersinrange print problem proficiency program programming python read recursion recursive registry return screen search server space stop store string strings studio syntax system temperature template text timer tree tutorial url virus vista visual win32 windows xml






