I thought v1.4 is complete but there is no chatbox and
the listbox does not contain setItemColor...

I also found out that I need to call setOverrideFont in listbox
else an error will be flag in the draw routine of the listbox

--Tuks--
which error do you have? i haven't any error with last extensions:)I also found out that I need to call setOverrideFont in listbox
else an error will be flag in the draw routine of the listbox
No, sorry I don't use MSVC...tukaram wrote:Have you ever tried to compile this with MSVC++?
Code: Select all
// memory debugging
#if defined(_DEBUG) && defined(IRRLICHT_EXPORTS) && defined(_MSC_VER) && \
(_MSC_VER > 1299) && !defined(_IRR_DONT_DO_MEMORY_DEBUGGING_HERE)
#define CRTDBG_MAP_ALLOC
#define _CRTDBG_MAP_ALLOC
#define DEBUG_CLIENTBLOCK new( _CLIENT_BLOCK, __FILE__, __LINE__)
#include <stdlib.h>
#include <crtdbg.h>
#define new DEBUG_CLIENTBLOCK
#endif
hmm, that's strange, as it should be "IrrExt_CHATBOX" !!!Nakid wrote:Hello,
I'm using your chatbox and :
error C2065: 'EGUIET_CHAT_BOX' : undeclared identifier
Can you help me ?