[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua system interaction on win
- From: "David Burgess" <david@...>
- Date: Wed, 21 Aug 2002 16:23:02 +1000
On VC6, Lua 4.0.1
from the project menu
Goto - "Project/Settings"
Tab - "C/C++"
Select "All configurations"
Edit field - "Preprocessor definitions"
and paste at the end of the existing string
(which should already have something like "WIN32,_CONSOLE,_MBCS")
POPEN,popen=_popen,pclose=_pclose
> David, could you please elaborate on how you did this? I'm using VC6,
where
> would I change the code?
>
> Thanks again, Martin
>
>