| | |
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 |
429 add ajax api application array asp assignment backup binary bitmap blue browser bug c# c++ calculator char char* class code codebox compile console crashcourse database delete development dialog download eclipse email encryption equation error evc file fpx fstream function functions game glitch gmail graph guessing gui html input int java jni linker management math method mosaic multiple newbie node output php preview prime print problem professor program programing programming python read recursion recursive regqueryvalueex repositories samples savefile screen small stop string syntax template templates test text textfield toolbar transform tree university url variable vb virus vista visual win32 windows






