Displaying 1 result from an estimated 1 matches for "language_loadmenus".
2002 Mar 04
1
String Resources & Popup Problem
...c.
And gcc complies about it when compiling :
[syl@snoop notepad]$ make
gcc -c -I. -I. -I../../include -I../../include -g -O2
-Wall -mpreferred-stack-boundary=2 -fPIC -DSTRICT
-DNONAMELESSUNION -DNONAMELESSSTRUCT -D_REENTRANT
-I/usr/X11R6/include -o language.o language.c
language.c: In function `LANGUAGE_LoadMenus':
language.c:98: `MAIN_MENU' undeclared (first use in
this function)
> I would recommend to have a look at
> dlls/user/resources/user32.rc,
> user32_xx.rc and try to use the same approach for
> notepad.
> I.e. separate all language resources to different
> files and creat...