[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Compiling lua for DOS
- From: Carlos Augusto Teixeira Mendes <cmendes@...>
- Date: Thu, 02 Sep 1999 13:20:54 -0300
>I guess I did not secribe my problem. Here is the code I am trying to
>compile:
>#include <stdio.h>
>#include "lua.h"
>
>void main()
>{
> lua_dofile("hello.lua");
>}
>
>I set the project memory model to huge and get an error stating that my
>_TEXT segment is larger than 64k. Am I just out of luck?
>
I have once compiled and used Lua in a DOS environment succesfuly.
I've used Borland C and LARGE memory model.
[]s,
cmendes