Hi!
I'm getting started with eclipse plataform and WINAPI. I'd like to add the following resource file to my project:
Code:
#include "ids.h"
Menu MENU
BEGIN
POPUP "&Principal"
BEGIN
MENUITEM "&Prueba", CM_PRUEBA
MENUITEM SEPARATOR
MENUITEM "&Salir", CM_SALIR
END
END
The problem is that I don't know how to create that resource file because in Eclipse File->New File I can't see any "New resource file" or anything like that.
Does anyone know how to add a resource file to a c++ proyect using Eclipse CDT???
Thanks and waiting for an answer....
PD: the same occurs with NetBeans IDE.