[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: vc7 problem
- From: "Wim Couwenberg" <w.couwenberg@...>
- Date: Sun, 27 Apr 2003 15:04:00 +0200
wAxEn wrote:
> But when I try to compile the source in VC7 I get the folowing
> error:
>
> print.obj : error LNK2019: unresolved external symbol "char const *
> const * const luaP_opnames" (?luaP_opnames@@3QBQBDB) referenced in
> function "void __cdecl PrintCode(struct Proto const *)"
> (?PrintCode@@YAXPBUProto@@@Z) ../bin/luac.exe : fatal error LNK1120:
> 1 unresolved externals
Did you follow the instructions in the example "lua-5.0/build" file to setup
your project?
Bye,
Wim