In .C files all variable declarations must be at the beginning of the scope.modelAnimator wrote:I move the printf line two lines under, and it works![]()
Why
In .CPP files variable declarations are allowed on the fly.
In .C files all variable declarations must be at the beginning of the scope.modelAnimator wrote:I move the printf line two lines under, and it works![]()
Why
Code: Select all
@echo off
Set INCLUDE=C:\DXsdk\include;%INCLUDE%
Set LIB=C:\DXsdk\lib;%LIB%
echo setting include and lib to C:\dxsdk