Huhu! Undzwar kann ich den source nicht compilen und mir fehlt auch der "Extern" ordner.
Hier mal die Fehler:
gmake: *** [Makefile:130: OBJDIR/BattleArena.o] Error 1
gmake: *** Waiting for unfinished jobs....
In file included from stdafx.h:39,
from MarkConvert.cpp:1:
event.h:10:35: error: boost/intrusive_ptr.hpp: No such file or directory
In file included from stdafx.h:39,
from MarkImage.cpp:1:
event.h:10:35: error: boost/intrusive_ptr.hpp: No such file or directory
In file included from stdafx.h:39,
from MarkManager.cpp:1:
event.h:10:35: error: boost/intrusive_ptr.hpp: No such file or directory
In file included from stdafx.h:39,
from MarkConvert.cpp:1:
event.h:37: error: 'boost' has not been declared
event.h:37: error: expected initializer before '<' token
event.h:38: error: typedef 'TEVENTFUNC' is initialized (use _typeof_ instead)
event.h:38: error: 'LPEVENT' was not declared in this scope
event.h:38: error: expected primary-expression before 'long'
event.h:57: error: 'TEVENTFUNC' does not name a type
event.h: In constructor 'event::event()':
event.h:47: error: class 'event' does not have any field named 'func'
event.h: At global scope:
event.h:83: error: 'LPEVENT' does not name a type
event.h:84: warning: 'event_cancel' initialized and declared 'extern'
event.h:84: error: variable or field 'event_cancel' declared void
event.h:84: error: 'LPEVENT' was not declared in this scope
event.h:84: error: expected primary-expression before ')' token
event.h:85: warning: 'event_processing_time' initialized and declared 'extern'
event.h:85: error: 'LPEVENT' was not declared in this scope
event.h:86: warning: 'event_time' initialized and declared 'extern'
event.h:86: error: 'LPEVENT' was not declared in this scope
event.h:87: warning: 'event_reset_time' initialized and declared 'extern'
event.h:87: error: variable or field 'event_reset_time' declared void
event.h:87: error: 'LPEVENT' was not declared in this scope
event.h:87: error: expected primary-expression before 'long'
event.h:91: warning: 'event_info' initialized and declared 'extern'
event.h:91: error: 'LPEVENT' was not declared in this scope
In file included from stdafx.h:39,
from MarkImage.cpp:1:
event.h:37: error: 'boost' has not been declared
event.h:37: error: expected initializer before '<' token
event.h:38: error: typedef 'TEVENTFUNC' is initialized (use _typeof_ instead)
event.h:38: error: 'LPEVENT' was not declared in this scope
event.h:38: error: expected primary-expression before 'long'
event.h:57: error: 'TEVENTFUNC' does not name a type
event.h: In constructor 'event::event()':
event.h:47: error: class 'event' does not have any field named 'func'
event.h: At global scope:
event.h:83: error: 'LPEVENT' does not name a type
event.h:84: warning: 'event_cancel' initialized and declared 'extern'
event.h:84: error: variable or field 'event_cancel' declared void
event.h:84: error: 'LPEVENT' was not declared in this scope
event.h:84: error: expected primary-expression before ')' token
event.h:85: warning: 'event_processing_time' initialized and declared 'extern'
event.h:85: error: 'LPEVENT' was not declared in this scope
event.h:86: warning: 'event_time' initialized and declared 'extern'
event.h:86: error: 'LPEVENT' was not declared in this scope
event.h:87: warning: 'event_reset_time' initialized and declared 'extern'
event.h:87: error: variable or field 'event_reset_time' declared void
event.h:87: error: 'LPEVENT' was not declared in this scope
event.h:87: error: expected primary-expression before 'long'
event.h:91: warning: 'event_info' initialized and declared 'extern'
event.h:91: error: 'LPEVENT' was not declared in this scope
In file included from stdafx.h:39,
from MarkManager.cpp:1:
event.h:37: error: 'boost' has not been declared
event.h:37: error: expected initializer before '<' token
event.h:38: error: typedef 'TEVENTFUNC' is initialized (use _typeof_ instead)
event.h:38: error: 'LPEVENT' was not declared in this scope
event.h:38: error: expected primary-expression before 'long'
event.h:57: error: 'TEVENTFUNC' does not name a type
event.h: In constructor 'event::event()':
event.h:47: error: class 'event' does not have any field named 'func'
event.h: At global scope:
event.h:83: error: 'LPEVENT' does not name a type
event.h:84: warning: 'event_cancel' initialized and declared 'extern'
event.h:84: error: variable or field 'event_cancel' declared void
event.h:84: error: 'LPEVENT' was not declared in this scope
event.h:84: error: expected primary-expression before ')' token
event.h:85: warning: 'event_processing_time' initialized and declared 'extern'
event.h:85: error: 'LPEVENT' was not declared in this scope
event.h:86: warning: 'event_time' initialized and declared 'extern'
event.h:86: error: 'LPEVENT' was not declared in this scope
event.h:87: warning: 'event_reset_time' initialized and declared 'extern'
event.h:87: error: variable or field 'event_reset_time' declared void
event.h:87: error: 'LPEVENT' was not declared in this scope
event.h:87: error: expected primary-expression before 'long'
event.h:91: warning: 'event_info' initialized and declared 'extern'
event.h:91: error: 'LPEVENT' was not declared in this scope
gmake: *** [Makefile:130: OBJDIR/MarkImage.o] Error 1
gmake: *** [Makefile:130: OBJDIR/MarkConvert.o] Error 1
gmake: *** [Makefile:130: OBJDIR/MarkManager.o] Error 1
Bitte helft mir!