[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Problem Integrating Lua with Visual Studio 2005
- From: shanthan raj <gsr696@...>
- Date: Sun, 21 Jun 2009 16:54:06 -0400
Hey Gabriel,
Thanks for the quick reply.
I started Visual Studio, and clicked on Create New Project. From the
list of Project Types from left menu, I selected "LuaProject" and I
named it to "LuaProject1". LuaProject1 Solution was created with
"entry.lua" file in it.
"entry.lua" contains:
function entry()
print( "Hello Lua\n" )
end
Now when I try to execute this code, i get this error
"Error 1 The command "set LUA_PATH=".;"&&set LUA_CPATH=".;"&&"Set to
the full path of your Lua exe" ".\entry.lua"" exited with code
9009. C:\Program Files\Microsoft Visual Studio
8\Common7\IDE\ProjectTemplates\Lua\Lua
Project.luaproj 0 1 LuaProject1"
Hope you understand the problem.
-
Raj
On Sun, Jun 21, 2009 at 4:42 PM, Gabríel A.<gabrielp@simnet.is> wrote:
> You may start by telling us what kind or errors you are experiencing.
>
> On Sun, 2009-06-21 at 16:36 -0400, shanthan raj wrote:
>> Hi,
>>
>> I'm new to Lua. I want to develop a game using Lua. I'm planning to
>> use Visual Studio 2005 for the development. I have downloaded [VS Lua
>> Language Pack] (5.1) . When a run a simple program in Lua using Visual
>> Studio, I'm getting some errors. May be I'm doing something wrong. Can
>> anybody guide how to start with a simple "Hello World" program.
>>
>> Thanks in Advance,
>>
>> Raj
>
>