type
st_window=record
x1 : word;
y1 : word;
active1 : byte;
end;
st_enviroment=record
env_set : byte;
PCS : byte;
end;
st_Userstate=record
userNum : word;
id : string[16];
pwd : string[8];
windows : st_windows;
enviroment : st_enviroment;
end;
이러한 구조체를 만들려고 하는데....
에러가 나네요.....
고수님들 부탁 해요?
lee_wha@hanmail.net
> type
> st_window=record
> x1 : word;
> y1 : word;
> active1 : byte;
> end;
>
> st_enviroment=record
> env_set : byte;
> PCS : byte;
> end;
>
> st_Userstate=record
> userNum : word;
> id : string[16];
> pwd : string[8];
> windows : st_windows;
> enviroment : st_enviroment;
> end;
>
> 이러한 구조체를 만들려고 하는데....
> 에러가 나네요.....
>
> 고수님들 부탁 해요?
>
> lee_wha@hanmail.net
>
>
's' 가 붙어있네요.. :)