17 Jul
2006
17 Jul
'06
8:57 p.m.
Ahh - the explains it - I was building with 1.34 to be released "real soon now" Robert Ramey Dieter Buys wrote:
Robert Ramey wrote:
I just compiled, linked and ran your example on my VC 7.1 one system and it worked just fine.
Robert Ramey
Hi Robert,
I found a forum thread on GameDev.net (http://www.gamedev.net/community/forums/topic.asp?topic_id=380003) which advised me to rearrange the header files so that the archives are included before the serialization ones, thus:
#include
#include #include #include
#include #include This solved the problem.
Thanks for your help, ~ Dieter Buys