gamesoft
Gebruiker
- Lid geworden
- 12 jun 2006
- Berichten
- 169
Hallo!
Ik heb een .h bestand:
maar als ik die include in main.cpp en compile krijg ik dit:
ik gebruik Visual C++ 2008 Express Edition om te compilen
ik gebruik Multi byte en geen unicode
ik gebruik geen CLR
ik gebruik Winapi en windows application (dus geen console app)
weet iemand hoe ik dit moet fixen???
alvast bedankt
Ik heb een .h bestand:
Code:
//Menus
#define C_MENU_MAIN 100
#define C_MENUITEM_FILE_NEW 101
#define C_MENUITEM_FILE_OPEN 102
#define C_MENUITEM_FILE_SAVE 103
#define C_MENUITEM_FILE_SAVEAS 104
#define C_MENUITEM_FILE_EXIT 105
#define C_MENUITEM_EDIT_UNDO 106
#define C_MENUITEM_EDIT_REDO 107
#define C_MENUITEM_EDIT_CUT 108
#define C_MENUITEM_EDIT_COPY 109
#define C_MENUITEM_EDIT_PASTE 110
#define C_MENUITEM_EDIT_OPTIONS 111
#define C_MENUITEM_HELP_CONTENTS 112
//Controls
#define C_RICHEDIT_MAIN 200
//Toolbars
#define C_TOOLBAR_MAIN 300
Code:
------ Build started: Project: mijnprogje, Configuration: Debug Win32 ------
Compiling...
main.cpp
Compiling resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation. All rights reserved.
[B].\controllist.h(18) : fatal error RC1004: unexpected end of file found[/B]
Build log was saved at "buildlogpath.htm"
mijnprogje - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
ik gebruik Visual C++ 2008 Express Edition om te compilen
ik gebruik Multi byte en geen unicode
ik gebruik geen CLR
ik gebruik Winapi en windows application (dus geen console app)
weet iemand hoe ik dit moet fixen???
alvast bedankt
Laatst bewerkt: