|
|
||
|
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?
Thanks,
Craig