-
Error 5 error C2065: 'i' : undeclared identifier 157
Error 7 error C2065: 'i' : undeclared identifier 159
Error 9 error C2065: 'i' : undeclared identifier 160
Error 12 error C2065: 'i' : undeclared identifier 160
Error 13 error C2065: 'i' : undeclared identifier 161
Error 150 error C2065: 'i' : undeclared identifier 55
Error 152 error C2065: 'i' : undeclared identifier 56
Error 155...
2009-10-23 16:19:57 UTC by nobody
-
I've just released jIRC, which is a continuation of v0.3 of boxedirc. I've added quite a few new features, and fixed most of the bugs thats in the bug report and a few i've found myself.
check it out http://jircwin.sourceforge.net.
2005-12-12 23:50:26 UTC by jeremy_harmon
-
I fixed it heres how:
on line 225 of BoxedIrcMain.cpp change this
DialogBox(hInstance, MAKEINTRESOURCE(IDD_CONNECT),
hwnd, ConnectDialogProc);
to this
DialogBox(hInstance, MAKEINTRESOURCE(IDD_CONNECT),
hwnd, (DLGPROC)ConnectDialogProc);
the same change is necessary on line 228.
2005-10-23 00:46:46 UTC by nobody
-
I am having this same error.
2005-10-23 00:32:16 UTC by nobody
-
The status window works very well, even though it's
impossible to change the font size or anything (the
menus remains grey and useless).
However when in a channel window, I can't read the
first line of the topic but after this line, the
characters are too small and it's impossible to keep on
reading... same when users type something, the font is
too small.
2004-08-24 13:00:03 UTC by nobody
-
Yeah, it is... :(.
2004-03-05 13:44:07 UTC by hearwa
-
Logged In: YES
user_id=987229
i have the same error while compiling.
2004-02-29 19:01:33 UTC by abrahamz
-
I filled all the field and the window has appeared but
there is only :
*** Connecting to irc.quakenet.org...
and nothing happen ...
2004-02-29 18:47:18 UTC by nobody
-
It seems so, which is a shame.
2004-01-28 21:16:53 UTC by greatbunzinni
-
Is this project really active? Any web page with
information/docs? Any planned release dates for
featrues?.
2003-11-07 15:35:15 UTC by david_hadas