nel-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nel] Tile Utility Compiling Errors


From: Andi [ Debug ]
Subject: Re: [Nel] Tile Utility Compiling Errors
Date: Mon, 12 Jul 2004 08:11:59 -0500

look for a  FOR loop or similar above the line that causes the error
the loop will be

for int i;

or something like that remove the "INT" from the line and cast it above the
for loop

int i;
for i; a; i++

kinda thing

----- Original Message ----- 
From: <address@hidden>
To: <address@hidden>
Sent: Sunday, July 11, 2004 5:20 PM
Subject: [Nel] Tile Utility Compiling Errors


> I get this error when I try to compile the tile utility in VC++ 6.0
> I was able to the two other tools and the object view compiled though.
> Does anyone know how to fix this?
>
> --------------------Configuration: tile_utility - Win32
> ReleaseDebug--------------------
> Compiling...
> tile_utility.cpp
> D:\3DSMAX5\MAXSDK\INCLUDE\polyobj.h(109) : error C2065: 'i' : undeclared
> identifier
> Error executing cl.exe.
>
> neltileutility.dlu - 1 error(s), 0 warning(s)
>
> -Ryan
>
>
>
>
> _______________________________________________
> Nel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/nel-all
>






reply via email to

[Prev in Thread] Current Thread [Next in Thread]