Building Flour

joaopccosta

16-11-2010 16:40:48

Hi guys!

I'm trying to build Flour because I need some meshes to be loaded by the nxogre::meshmanager.
but it's not building :(

1>------ Build started: Project: Flour, Configuration: Debug Win32 ------
1>Compiling...
1>Flour.cpp
1>c:\project\nxogre flour\source\flour.h(58) : error C2039: 'Archive' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(58) : error C2143: syntax error : missing ';' before '*'
1>c:\project\nxogre flour\source\flour.h(58) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(58) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(58) : warning C4183: 'getArchive': missing return type; assumed to be a member function returning 'int'
1>c:\project\nxogre flour\source\flour.h(60) : error C2039: 'ArchiveResourceIdentifier' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(60) : error C2146: syntax error : missing ';' before identifier 'getARI'
1>c:\project\nxogre flour\source\flour.h(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(60) : error C2039: 'Archive' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(60) : error C2061: syntax error : identifier 'Archive'
1>c:\project\nxogre flour\source\flour.h(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(60) : warning C4183: 'getARI': missing return type; assumed to be a member function returning 'int'
1>c:\project\nxogre flour\source\flourfile.h(55) : error C2039: 'ArchiveResourceIdentifier' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flourfile.h(55) : error C2146: syntax error : missing ';' before identifier 'getARI'
1>c:\project\nxogre flour\source\flourfile.h(55) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flourfile.h(55) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flourfile.h(55) : warning C4183: 'getARI': missing return type; assumed to be a member function returning 'int'
1>c:\project\nxogre flour\source\flour.cpp(178) : error C2039: 'Archive' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.cpp(178) : error C2143: syntax error : missing ';' before '*'
1>c:\project\nxogre flour\source\flour.cpp(178) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.cpp(179) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.cpp(188) : error C2039: 'generateHash' : is not a member of 'NxOgre::Functions'
1>c:\project\nxogre flour\source\flour.cpp(188) : error C2039: 'HashAlgorithm_DJB2' : is not a member of 'NxOgre::Enums'
1>c:\project\nxogre flour\source\flour.cpp(188) : error C2065: 'HashAlgorithm_DJB2' : undeclared identifier
1>c:\project\nxogre flour\source\flour.cpp(188) : error C3861: 'generateHash': identifier not found
1>c:\project\nxogre flour\source\flour.cpp(192) : error C2039: 'Archive' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.cpp(192) : error C2065: 'archive' : undeclared identifier
1>c:\project\nxogre flour\source\flour.cpp(192) : error C2039: 'getArchiveByName' : is not a member of 'NxOgre::ResourceSystem'
1> c:\project\nxogre1.6\sdk\nxogreresourcesystem.h(47) : see declaration of 'NxOgre::ResourceSystem'
1>c:\project\nxogre flour\source\flour.cpp(194) : error C2065: 'archive' : undeclared identifier
1>c:\project\nxogre flour\source\flour.cpp(195) : error C2065: 'archive' : undeclared identifier
1>c:\project\nxogre flour\source\flour.cpp(201) : error C2039: 'openArchive' : is not a member of 'NxOgre::ResourceSystem'
1> c:\project\nxogre1.6\sdk\nxogreresourcesystem.h(47) : see declaration of 'NxOgre::ResourceSystem'
1>c:\project\nxogre flour\source\flour.cpp(201) : error C2039: 'URI' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.cpp(201) : error C3861: 'URI': identifier not found
1>c:\project\nxogre flour\source\flour.cpp(204) : error C2039: 'ArchiveResourceIdentifier' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.cpp(204) : error C2143: syntax error : missing ';' before 'Flour::getARI'
1>c:\project\nxogre flour\source\flour.cpp(204) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.cpp(204) : error C2039: 'Archive' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.cpp(204) : error C2065: 'archive' : undeclared identifier
1>c:\project\nxogre flour\source\flour.cpp(204) : error C2059: syntax error : 'const'
1>c:\project\nxogre flour\source\flour.cpp(205) : error C2143: syntax error : missing ';' before '{'
1>c:\project\nxogre flour\source\flour.cpp(205) : error C2447: '{' : missing function header (old-style formal list?)
1>FlourApp.cpp
1>c:\project\nxogre flour\source\flour.h(58) : error C2039: 'Archive' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(58) : error C2143: syntax error : missing ';' before '*'
1>c:\project\nxogre flour\source\flour.h(58) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(58) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(58) : warning C4183: 'getArchive': missing return type; assumed to be a member function returning 'int'
1>c:\project\nxogre flour\source\flour.h(60) : error C2039: 'ArchiveResourceIdentifier' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(60) : error C2146: syntax error : missing ';' before identifier 'getARI'
1>c:\project\nxogre flour\source\flour.h(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(60) : error C2039: 'Archive' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(60) : error C2061: syntax error : identifier 'Archive'
1>c:\project\nxogre flour\source\flour.h(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(60) : warning C4183: 'getARI': missing return type; assumed to be a member function returning 'int'
1>FlourFile.cpp
1>c:\project\nxogre flour\source\flourfile.h(55) : error C2039: 'ArchiveResourceIdentifier' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flourfile.h(55) : error C2146: syntax error : missing ';' before identifier 'getARI'
1>c:\project\nxogre flour\source\flourfile.h(55) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flourfile.h(55) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flourfile.h(55) : warning C4183: 'getARI': missing return type; assumed to be a member function returning 'int'
1>FlourFlowerFile.cpp
1>c:\project\nxogre flour\source\flourfile.h(55) : error C2039: 'ArchiveResourceIdentifier' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flourfile.h(55) : error C2146: syntax error : missing ';' before identifier 'getARI'
1>c:\project\nxogre flour\source\flourfile.h(55) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flourfile.h(55) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flourfile.h(55) : warning C4183: 'getARI': missing return type; assumed to be a member function returning 'int'
1>c:\project\nxogre flour\source\flourflowerfile.h(56) : error C2039: 'Buffer' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flourflowerfile.h(56) : error C2061: syntax error : identifier 'Buffer'
1>c:\project\nxogre flour\source\flour.h(58) : error C2039: 'Archive' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(58) : error C2143: syntax error : missing ';' before '*'
1>c:\project\nxogre flour\source\flour.h(58) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(58) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(58) : warning C4183: 'getArchive': missing return type; assumed to be a member function returning 'int'
1>c:\project\nxogre flour\source\flour.h(60) : error C2039: 'ArchiveResourceIdentifier' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(60) : error C2146: syntax error : missing ';' before identifier 'getARI'
1>c:\project\nxogre flour\source\flour.h(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(60) : error C2039: 'Archive' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(60) : error C2061: syntax error : identifier 'Archive'
1>c:\project\nxogre flour\source\flour.h(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(60) : warning C4183: 'getARI': missing return type; assumed to be a member function returning 'int'
1>c:\project\nxogre flour\source\flourflowerfile.cpp(50) : error C2275: 'NxOgre::MeshData' : illegal use of this type as an expression
1>c:\project\nxogre flour\source\flourflowerfile.cpp(50) : error C3861: 'NxOgre_New': identifier not found
1>c:\project\nxogre flour\source\flourflowerfile.cpp(63) : error C2039: 'Buffer' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flourflowerfile.cpp(63) : error C2061: syntax error : identifier 'Buffer'
1>c:\project\nxogre flour\source\flourflowerfile.cpp(65) : error C2065: 'buffer' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(65) : error C2228: left of '.clear' must have class/struct/union
1> type is ''unknown-type''
1>c:\project\nxogre flour\source\flourflowerfile.cpp(71) : error C2065: 'buffer' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(71) : error C2228: left of '.append' must have class/struct/union
1> type is ''unknown-type''
1>c:\project\nxogre flour\source\flourflowerfile.cpp(73) : error C2065: 'buffer' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(73) : error C2228: left of '.append' must have class/struct/union
1> type is ''unknown-type''
1>c:\project\nxogre flour\source\flourflowerfile.cpp(79) : error C2039: 'ArchiveResourceIdentifier' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flourflowerfile.cpp(79) : error C2065: 'ArchiveResourceIdentifier' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(79) : error C2146: syntax error : missing ';' before identifier 'ari'
1>c:\project\nxogre flour\source\flourflowerfile.cpp(79) : error C2065: 'ari' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(79) : error C2660: 'Flour::getARI' : function does not take 2 arguments
1>c:\project\nxogre flour\source\flourflowerfile.cpp(81) : error C2065: 'ari' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(83) : error C2039: 'Buffer' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flourflowerfile.cpp(83) : error C2065: 'Buffer' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(83) : error C2062: type 'char' unexpected
1>c:\project\nxogre flour\source\flourflowerfile.cpp(88) : error C2065: 'buffer' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(90) : error C2065: 'buffer' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(90) : error C2228: left of '.size' must have class/struct/union
1> type is ''unknown-type''
1>c:\project\nxogre flour\source\flourflowerfile.cpp(92) : error C2065: 'buffer' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(96) : error C2065: 'buffer' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(96) : error C2228: left of '.size' must have class/struct/union
1> type is ''unknown-type''
1>c:\project\nxogre flour\source\flourflowerfile.cpp(97) : error C2065: 'buffer' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(98) : error C2065: 'buffer' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(100) : error C2065: 'buffer' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(100) : error C2228: left of '.first' must have class/struct/union
1> type is ''unknown-type''
1>c:\project\nxogre flour\source\flourflowerfile.cpp(104) : error C2065: 'buffer' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(104) : error C2228: left of '.first' must have class/struct/union
1> type is ''unknown-type''
1>c:\project\nxogre flour\source\flourflowerfile.cpp(116) : error C2039: 'append' : is not a member of 'NxOgre::buffer<T>'
1> with
1> [
1> T=float
1> ]
1>c:\project\nxogre flour\source\flourflowerfile.cpp(122) : error C2065: 'buffer' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(122) : error C2228: left of '.first' must have class/struct/union
1> type is ''unknown-type''
1>c:\project\nxogre flour\source\flourflowerfile.cpp(122) : error C2065: 'buffer' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(122) : error C2228: left of '.first' must have class/struct/union
1> type is ''unknown-type''
1>c:\project\nxogre flour\source\flourflowerfile.cpp(126) : error C2065: 'buffer' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(126) : error C2228: left of '.first' must have class/struct/union
1> type is ''unknown-type''
1>c:\project\nxogre flour\source\flourflowerfile.cpp(135) : error C2039: 'append' : is not a member of 'NxOgre::buffer<T>'
1> with
1> [
1> T=unsigned int
1> ]
1>c:\project\nxogre flour\source\flourflowerfile.cpp(141) : error C2065: 'buffer' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(141) : error C2228: left of '.first' must have class/struct/union
1> type is ''unknown-type''
1>c:\project\nxogre flour\source\flourflowerfile.cpp(146) : error C2065: 'buffer' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(146) : error C2228: left of '.first' must have class/struct/union
1> type is ''unknown-type''
1>c:\project\nxogre flour\source\flourflowerfile.cpp(158) : error C2039: 'append' : is not a member of 'NxOgre::buffer<T>'
1> with
1> [
1> T=float
1> ]
1>c:\project\nxogre flour\source\flourflowerfile.cpp(164) : error C2065: 'buffer' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(164) : error C2228: left of '.first' must have class/struct/union
1> type is ''unknown-type''
1>c:\project\nxogre flour\source\flourflowerfile.cpp(169) : error C2065: 'buffer' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(169) : error C2228: left of '.first' must have class/struct/union
1> type is ''unknown-type''
1>c:\project\nxogre flour\source\flourflowerfile.cpp(182) : error C2039: 'append' : is not a member of 'NxOgre::buffer<T>'
1> with
1> [
1> T=float
1> ]
1>c:\project\nxogre flour\source\flourflowerfile.cpp(199) : error C2039: 'ArchiveResourceIdentifier' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flourflowerfile.cpp(199) : error C2065: 'ArchiveResourceIdentifier' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(199) : error C2146: syntax error : missing ';' before identifier 'ari'
1>c:\project\nxogre flour\source\flourflowerfile.cpp(199) : error C2065: 'ari' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(199) : error C2660: 'Flour::getARI' : function does not take 2 arguments
1>c:\project\nxogre flour\source\flourflowerfile.cpp(201) : error C2065: 'ari' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(204) : error C2039: 'SharedStringStream' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flourflowerfile.cpp(204) : error C2065: 'SharedStringStream' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(204) : error C2146: syntax error : missing ';' before identifier 'flower'
1>c:\project\nxogre flour\source\flourflowerfile.cpp(204) : error C2065: 'flower' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(208) : error C2065: 'flower' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(210) : error C2065: 'flower' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(212) : error C2065: 'flower' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(215) : error C2065: 'flower' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(216) : error C2065: 'flower' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(221) : error C2065: 'flower' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(223) : error C2065: 'flower' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(227) : error C2065: 'flower' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(229) : error C2065: 'flower' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(233) : error C2065: 'flower' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(235) : error C2065: 'flower' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(239) : error C2065: 'flower' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(241) : error C2065: 'flower' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(245) : error C2065: 'flower' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(247) : error C2065: 'flower' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(251) : error C2065: 'flower' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(253) : error C2065: 'flower' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(257) : error C2065: 'flower' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(259) : error C2065: 'flower' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(263) : error C2065: 'flower' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(265) : error C2065: 'flower' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(267) : error C2065: 'flower' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(267) : error C2228: left of '.get' must have class/struct/union
1> type is ''unknown-type''
1>c:\project\nxogre flour\source\flourflowerfile.cpp(267) : error C2065: 'flower' : undeclared identifier
1>c:\project\nxogre flour\source\flourflowerfile.cpp(267) : error C2228: left of '.length' must have class/struct/union
1> type is ''unknown-type''
1>FlourNxsFile.cpp
1>c:\project\nxogre flour\source\flourfile.h(55) : error C2039: 'ArchiveResourceIdentifier' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flourfile.h(55) : error C2146: syntax error : missing ';' before identifier 'getARI'
1>c:\project\nxogre flour\source\flourfile.h(55) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flourfile.h(55) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flourfile.h(55) : warning C4183: 'getARI': missing return type; assumed to be a member function returning 'int'
1>c:\project\nxogre flour\source\flour.h(58) : error C2039: 'Archive' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(58) : error C2143: syntax error : missing ';' before '*'
1>c:\project\nxogre flour\source\flour.h(58) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(58) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(58) : warning C4183: 'getArchive': missing return type; assumed to be a member function returning 'int'
1>c:\project\nxogre flour\source\flour.h(60) : error C2039: 'ArchiveResourceIdentifier' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(60) : error C2146: syntax error : missing ';' before identifier 'getARI'
1>c:\project\nxogre flour\source\flour.h(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(60) : error C2039: 'Archive' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(60) : error C2061: syntax error : identifier 'Archive'
1>c:\project\nxogre flour\source\flour.h(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(60) : warning C4183: 'getARI': missing return type; assumed to be a member function returning 'int'
1>c:\project\nxogre flour\source\flournxsfile.cpp(50) : error C2039: 'ArchiveResourceIdentifier' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flournxsfile.cpp(50) : error C2065: 'ArchiveResourceIdentifier' : undeclared identifier
1>c:\project\nxogre flour\source\flournxsfile.cpp(50) : error C2146: syntax error : missing ';' before identifier 'ari'
1>c:\project\nxogre flour\source\flournxsfile.cpp(50) : error C2065: 'ari' : undeclared identifier
1>c:\project\nxogre flour\source\flournxsfile.cpp(50) : error C2660: 'Flour::getARI' : function does not take 2 arguments
1>c:\project\nxogre flour\source\flournxsfile.cpp(53) : error C2065: 'ari' : undeclared identifier
1>c:\project\nxogre flour\source\flournxsfile.cpp(70) : error C2039: 'ArchiveResourceIdentifier' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flournxsfile.cpp(70) : error C2065: 'ArchiveResourceIdentifier' : undeclared identifier
1>c:\project\nxogre flour\source\flournxsfile.cpp(70) : error C2146: syntax error : missing ';' before identifier 'ari'
1>c:\project\nxogre flour\source\flournxsfile.cpp(70) : error C2065: 'ari' : undeclared identifier
1>c:\project\nxogre flour\source\flournxsfile.cpp(70) : error C2660: 'Flour::getARI' : function does not take 2 arguments
1>c:\project\nxogre flour\source\flournxsfile.cpp(73) : error C2065: 'ari' : undeclared identifier
1>FlourOpenGL.cpp
1>c:\project\nxogre flour\source\flour.h(58) : error C2039: 'Archive' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(58) : error C2143: syntax error : missing ';' before '*'
1>c:\project\nxogre flour\source\flour.h(58) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(58) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(58) : warning C4183: 'getArchive': missing return type; assumed to be a member function returning 'int'
1>c:\project\nxogre flour\source\flour.h(60) : error C2039: 'ArchiveResourceIdentifier' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(60) : error C2146: syntax error : missing ';' before identifier 'getARI'
1>c:\project\nxogre flour\source\flour.h(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(60) : error C2039: 'Archive' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(60) : error C2061: syntax error : identifier 'Archive'
1>c:\project\nxogre flour\source\flour.h(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(60) : warning C4183: 'getARI': missing return type; assumed to be a member function returning 'int'
1>c:\project\nxogre flour\source\flourfile.h(55) : error C2039: 'ArchiveResourceIdentifier' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flourfile.h(55) : error C2146: syntax error : missing ';' before identifier 'getARI'
1>c:\project\nxogre flour\source\flourfile.h(55) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flourfile.h(55) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flourfile.h(55) : warning C4183: 'getARI': missing return type; assumed to be a member function returning 'int'
1>c:\project\nxogre flour\source\flourflowerfile.h(56) : error C2039: 'Buffer' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flourflowerfile.h(56) : error C2061: syntax error : identifier 'Buffer'
1>c:\project\nxogre flour\source\flouropengl.cpp(421) : error C2664: 'NxOgre::PlaneGeometry::PlaneGeometry(NxPlaneShape *,bool)' : cannot convert parameter 2 from 'NxOgre::Vec3' to 'bool'
1> No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
1>c:\project\nxogre flour\source\flouropengl.cpp(458) : error C2664: 'NxOgre::Convex::Convex(const NxOgre::Convex &)' : cannot convert parameter 1 from 'NxOgre::Mesh *' to 'const NxOgre::Convex &'
1> Reason: cannot convert from 'NxOgre::Mesh *' to 'const NxOgre::Convex'
1> No constructor could take the source type, or constructor overload resolution was ambiguous
1>c:\project\nxogre flour\source\flouropengl.cpp(462) : error C2664: 'NxOgre::TriangleGeometry::TriangleGeometry(const NxOgre::TriangleGeometry &)' : cannot convert parameter 1 from 'NxOgre::Mesh *' to 'const NxOgre::TriangleGeometry &'
1> Reason: cannot convert from 'NxOgre::Mesh *' to 'const NxOgre::TriangleGeometry'
1> No constructor could take the source type, or constructor overload resolution was ambiguous
1>c:\project\nxogre flour\source\flouropengl.cpp(470) : error C2664: 'NxOgre::Actor *NxOgre::Scene::createActor(const NxOgre::ShapeDescription &,const NxOgre::Matrix44 &,const NxOgre::RigidBodyDescription &)' : cannot convert parameter 1 from 'NxOgre::Shape *' to 'const NxOgre::ShapeDescription &'
1> Reason: cannot convert from 'NxOgre::Shape *' to 'const NxOgre::ShapeDescription'
1> No constructor could take the source type, or constructor overload resolution was ambiguous
1>c:\project\nxogre flour\source\flouropengl.cpp(472) : error C2664: 'NxOgre::SceneGeometry *NxOgre::Scene::createSceneGeometry(const NxOgre::ShapeDescription &,const NxOgre::Matrix44 &,const NxOgre::RigidBodyDescription &)' : cannot convert parameter 1 from 'NxOgre::Shape *' to 'const NxOgre::ShapeDescription &'
1> Reason: cannot convert from 'NxOgre::Shape *' to 'const NxOgre::ShapeDescription'
1> No constructor could take the source type, or constructor overload resolution was ambiguous
1>c:\project\nxogre flour\source\flouropengl.cpp(505) : error C3083: 'TimeController': the symbol to the left of a '::' must be a type
1>c:\project\nxogre flour\source\flouropengl.cpp(505) : error C2039: 'getSingleton' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flouropengl.cpp(505) : error C2227: left of '->advance' must point to class/struct/union/generic type
1> type is ''unknown-type''
1>c:\project\nxogre flour\source\flouropengl.cpp(505) : error C3861: 'getSingleton': identifier not found
1>c:\project\nxogre flour\source\flouropengl.cpp(600) : error C2653: 'bml' : is not a class or namespace name
1>c:\project\nxogre flour\source\flouropengl.cpp(600) : error C2065: 'Pi' : undeclared identifier
1>c:\project\nxogre flour\source\flouropengl.cpp(601) : error C2653: 'bml' : is not a class or namespace name
1>c:\project\nxogre flour\source\flouropengl.cpp(601) : error C2065: 'Pi' : undeclared identifier
1>c:\project\nxogre flour\source\flouropengl.cpp(602) : error C2653: 'bml' : is not a class or namespace name
1>c:\project\nxogre flour\source\flouropengl.cpp(602) : error C2065: 'Pi' : undeclared identifier
1>c:\project\nxogre flour\source\flouropengl.cpp(603) : error C2653: 'bml' : is not a class or namespace name
1>c:\project\nxogre flour\source\flouropengl.cpp(603) : error C2065: 'Pi' : undeclared identifier
1>FlourRegistry.cpp
1>c:\project\nxogre flour\source\flour.h(58) : error C2039: 'Archive' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(58) : error C2143: syntax error : missing ';' before '*'
1>c:\project\nxogre flour\source\flour.h(58) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(58) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(58) : warning C4183: 'getArchive': missing return type; assumed to be a member function returning 'int'
1>c:\project\nxogre flour\source\flour.h(60) : error C2039: 'ArchiveResourceIdentifier' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(60) : error C2146: syntax error : missing ';' before identifier 'getARI'
1>c:\project\nxogre flour\source\flour.h(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(60) : error C2039: 'Archive' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(60) : error C2061: syntax error : identifier 'Archive'
1>c:\project\nxogre flour\source\flour.h(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(60) : warning C4183: 'getARI': missing return type; assumed to be a member function returning 'int'
1>c:\project\nxogre flour\source\flourfile.h(55) : error C2039: 'ArchiveResourceIdentifier' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flourfile.h(55) : error C2146: syntax error : missing ';' before identifier 'getARI'
1>c:\project\nxogre flour\source\flourfile.h(55) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flourfile.h(55) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flourfile.h(55) : warning C4183: 'getARI': missing return type; assumed to be a member function returning 'int'
1>c:\project\nxogre flour\source\flourflowerfile.h(56) : error C2039: 'Buffer' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flourflowerfile.h(56) : error C2061: syntax error : identifier 'Buffer'
1>FlourTool.cpp
1>c:\project\nxogre flour\source\flour.h(58) : error C2039: 'Archive' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(58) : error C2143: syntax error : missing ';' before '*'
1>c:\project\nxogre flour\source\flour.h(58) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(58) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(58) : warning C4183: 'getArchive': missing return type; assumed to be a member function returning 'int'
1>c:\project\nxogre flour\source\flour.h(60) : error C2039: 'ArchiveResourceIdentifier' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(60) : error C2146: syntax error : missing ';' before identifier 'getARI'
1>c:\project\nxogre flour\source\flour.h(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(60) : error C2039: 'Archive' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(60) : error C2061: syntax error : identifier 'Archive'
1>c:\project\nxogre flour\source\flour.h(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(60) : warning C4183: 'getARI': missing return type; assumed to be a member function returning 'int'
1>FlourToolConvert.cpp
1>c:\project\nxogre flour\source\flour.h(58) : error C2039: 'Archive' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(58) : error C2143: syntax error : missing ';' before '*'
1>c:\project\nxogre flour\source\flour.h(58) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(58) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(58) : warning C4183: 'getArchive': missing return type; assumed to be a member function returning 'int'
1>c:\project\nxogre flour\source\flour.h(60) : error C2039: 'ArchiveResourceIdentifier' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(60) : error C2146: syntax error : missing ';' before identifier 'getARI'
1>c:\project\nxogre flour\source\flour.h(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(60) : error C2039: 'Archive' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(60) : error C2061: syntax error : identifier 'Archive'
1>c:\project\nxogre flour\source\flour.h(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(60) : warning C4183: 'getARI': missing return type; assumed to be a member function returning 'int'
1>c:\project\nxogre flour\source\flourfile.h(55) : error C2039: 'ArchiveResourceIdentifier' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flourfile.h(55) : error C2146: syntax error : missing ';' before identifier 'getARI'
1>c:\project\nxogre flour\source\flourfile.h(55) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flourfile.h(55) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flourfile.h(55) : warning C4183: 'getARI': missing return type; assumed to be a member function returning 'int'
1>FlourToolCupcake.cpp
1>c:\project\nxogre flour\source\flour.h(58) : error C2039: 'Archive' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(58) : error C2143: syntax error : missing ';' before '*'
1>c:\project\nxogre flour\source\flour.h(58) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(58) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(58) : warning C4183: 'getArchive': missing return type; assumed to be a member function returning 'int'
1>c:\project\nxogre flour\source\flour.h(60) : error C2039: 'ArchiveResourceIdentifier' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(60) : error C2146: syntax error : missing ';' before identifier 'getARI'
1>c:\project\nxogre flour\source\flour.h(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(60) : error C2039: 'Archive' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(60) : error C2061: syntax error : identifier 'Archive'
1>c:\project\nxogre flour\source\flour.h(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(60) : warning C4183: 'getARI': missing return type; assumed to be a member function returning 'int'
1>c:\project\nxogre flour\source\flourtoolcupcake.cpp(249) : error C2653: 'bml' : is not a class or namespace name
1>c:\project\nxogre flour\source\flourtoolcupcake.cpp(249) : error C3861: 'random': identifier not found
1>c:\project\nxogre flour\source\flourtoolcupcake.cpp(250) : error C2653: 'bml' : is not a class or namespace name
1>c:\project\nxogre flour\source\flourtoolcupcake.cpp(250) : error C3861: 'random': identifier not found
1>c:\project\nxogre flour\source\flourtoolcupcake.cpp(251) : error C2653: 'bml' : is not a class or namespace name
1>c:\project\nxogre flour\source\flourtoolcupcake.cpp(251) : error C3861: 'random': identifier not found
1>FlourToolFiles.cpp
1>c:\project\nxogre flour\source\flour.h(58) : error C2039: 'Archive' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(58) : error C2143: syntax error : missing ';' before '*'
1>c:\project\nxogre flour\source\flour.h(58) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(58) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(58) : warning C4183: 'getArchive': missing return type; assumed to be a member function returning 'int'
1>c:\project\nxogre flour\source\flour.h(60) : error C2039: 'ArchiveResourceIdentifier' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(60) : error C2146: syntax error : missing ';' before identifier 'getARI'
1>c:\project\nxogre flour\source\flour.h(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(60) : error C2039: 'Archive' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(60) : error C2061: syntax error : identifier 'Archive'
1>c:\project\nxogre flour\source\flour.h(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(60) : warning C4183: 'getARI': missing return type; assumed to be a member function returning 'int'
1>c:\project\nxogre flour\source\flourfile.h(55) : error C2039: 'ArchiveResourceIdentifier' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flourfile.h(55) : error C2146: syntax error : missing ';' before identifier 'getARI'
1>c:\project\nxogre flour\source\flourfile.h(55) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flourfile.h(55) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flourfile.h(55) : warning C4183: 'getARI': missing return type; assumed to be a member function returning 'int'
1>FlourToolTransform.cpp
1>c:\project\nxogre flour\source\flour.h(58) : error C2039: 'Archive' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(58) : error C2143: syntax error : missing ';' before '*'
1>c:\project\nxogre flour\source\flour.h(58) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(58) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(58) : warning C4183: 'getArchive': missing return type; assumed to be a member function returning 'int'
1>c:\project\nxogre flour\source\flour.h(60) : error C2039: 'ArchiveResourceIdentifier' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(60) : error C2146: syntax error : missing ';' before identifier 'getARI'
1>c:\project\nxogre flour\source\flour.h(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(60) : error C2039: 'Archive' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(60) : error C2061: syntax error : identifier 'Archive'
1>c:\project\nxogre flour\source\flour.h(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(60) : warning C4183: 'getARI': missing return type; assumed to be a member function returning 'int'
1>c:\project\nxogre flour\source\flourfile.h(55) : error C2039: 'ArchiveResourceIdentifier' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flourfile.h(55) : error C2146: syntax error : missing ';' before identifier 'getARI'
1>c:\project\nxogre flour\source\flourfile.h(55) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flourfile.h(55) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flourfile.h(55) : warning C4183: 'getARI': missing return type; assumed to be a member function returning 'int'
1>FlourToolVersion.cpp
1>c:\project\nxogre flour\source\flour.h(58) : error C2039: 'Archive' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(58) : error C2143: syntax error : missing ';' before '*'
1>c:\project\nxogre flour\source\flour.h(58) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(58) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(58) : warning C4183: 'getArchive': missing return type; assumed to be a member function returning 'int'
1>c:\project\nxogre flour\source\flour.h(60) : error C2039: 'ArchiveResourceIdentifier' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(60) : error C2146: syntax error : missing ';' before identifier 'getARI'
1>c:\project\nxogre flour\source\flour.h(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(60) : error C2039: 'Archive' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(60) : error C2061: syntax error : identifier 'Archive'
1>c:\project\nxogre flour\source\flour.h(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(60) : warning C4183: 'getARI': missing return type; assumed to be a member function returning 'int'
1>c:\project\nxogre flour\source\flourtoolversion.cpp(60) : error C2065: 'NxOgreCodeName' : undeclared identifier
1>FlourToolViewer.cpp
1>c:\project\nxogre flour\source\flour.h(58) : error C2039: 'Archive' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(58) : error C2143: syntax error : missing ';' before '*'
1>c:\project\nxogre flour\source\flour.h(58) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(58) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(58) : warning C4183: 'getArchive': missing return type; assumed to be a member function returning 'int'
1>c:\project\nxogre flour\source\flour.h(60) : error C2039: 'ArchiveResourceIdentifier' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(60) : error C2146: syntax error : missing ';' before identifier 'getARI'
1>c:\project\nxogre flour\source\flour.h(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(60) : error C2039: 'Archive' : is not a member of 'NxOgre'
1>c:\project\nxogre flour\source\flour.h(60) : error C2061: syntax error : identifier 'Archive'
1>c:\project\nxogre flour\source\flour.h(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\project\nxogre flour\source\flour.h(60) : warning C4183: 'getARI': missing return type; assumed to be a member function returning 'int'
1>Generating Code...
1>Build log was saved at "file://c:\Project\NxOgre Flour\build\msvc\Debug\BuildLog.htm"
1>Flour - 316 error(s), 35 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========


help?
Thanks a lot!

joaopccosta

17-11-2010 14:12:20

help anyone? :wink:

betajaen

17-11-2010 14:26:46

You need Bloody Mess to build flower, and I think Ogre 1.6.x

joaopccosta

17-11-2010 15:40:03

I tried with bloodymess and ogre 1.6 with no success :(
any suggestion?

do you still have that .msi file to install flour? i just need it for a couple of tests :\

thanks for your help (and patience :) )

betajaen

17-11-2010 16:16:48

I'm working on Flour 0.4.7 right now, so you may see it up in a day or two.

If you need to cook an Ogre mesh quickly, you can use the MeshFunctions class in Critter; which converts an Ogre Mesh into an NxOgre Mesh pointer from there, just set the type (mMesh->mType = ....), then just cook it.

joaopccosta

17-11-2010 16:26:17

I'll wait for the upcoming version then :)

Thanks a lot!

betajaen

18-11-2010 17:49:25

viewtopic.php?f=6&t=13665