giles // User Search

giles // User Search

1  |  

the next step in programing :P

May 30, 2005, 12:02pm
ok i made a bot usieng a concel now and i'm pretty happy with it so i
decided to take the next step up.... a windows GUI and well i've alredy ran
into troubles -_- for some reason the richedit that i was planing on useing
for the log dont appear at all i'm programing in C++ useing dev C++ version
4.9.9.2 so can anyone help at all with this? i tryed msdn but they dident
help much so.... yeah

the next step in programing :P

May 30, 2005, 12:33pm
-_- half of the reason that i wanted togo to GUIs now is cuz i've BEEN
makeing concel programs that's all i made oh and one game witch is nothing
but testing functions and well it gets annoying after a while -_-

[View Quote]

the next step in programing :P

May 30, 2005, 12:43pm
alright stop posting about my puncuation i dont really care i've always
typed like that and i always will and C++ programing is fun cuz u get to
dance around like a moron once your 50 line code finaly compiles and runs
without crashing
[View Quote]

the next step in programing :P

May 30, 2005, 1:58pm
erm.... i dident use any recorce manager but i think u just pointed out what
i frogot.... load lobery and the #include :P
[View Quote]

the next step in programing :P

May 30, 2005, 2:04pm
omg.... i feel dumb now -_- it was only cuz i had this:

log = CreateWindowEx (
WS_EX_CLIENTEDGE,
"RichEdit",
"",
WS_CHILD | WS_VISIBLE | ES_AUTOHSCROLL |
ES_AUTOVSCROLL | ES_LEFT | ES_MULTILINE | ES_NOHIDESEL |
WS_VSCROLL | WS_HSCROLL | WS_BORDER | ES_WANTRETURN,
0,
100,
544,
275,
hwnd,
(HMENU)1,
hThisInstance,
NULL
);

insted of this:

log = CreateWindowEx (
WS_EX_CLIENTEDGE,
"RichEdit20A",
"",
WS_CHILD | WS_VISIBLE | ES_AUTOHSCROLL |
ES_AUTOVSCROLL | ES_LEFT | ES_MULTILINE | ES_NOHIDESEL |
WS_VSCROLL | WS_HSCROLL | WS_BORDER | ES_WANTRETURN,
0,
100,
544,
275,
hwnd,
(HMENU)1,
hThisInstance,
NULL
);

ohh and i frogot to load the dll :P thank you soo much

[View Quote]

the next step in programing :P

May 31, 2005, 9:24pm
ok i got the richedit control to work and all but now i'm getting a wierd
reason code when it fails -_-
reason code 500 what is this error code and what causes it?

the next step in programing :P

May 31, 2005, 9:31pm
oops sry i frogot to mention what it fails todo :P it fails to connect to aw
here's the connection code:

addline("Connecting....\n");
if (rc=aw_create("auth.activeworlds.com", 5670, 0))
{//5670,"auth.activeworlds.com"
sprintf(tempstr,"Unable to Connect (reason %d)\n", rc);
adderrline(tempstr);
//return 0;
}
else
addline("Connected...\n");

ok adderrline and addline are both helper functions i made to help with
writeing the log

the next step in programing :P

May 31, 2005, 9:58pm
nopoint i dont get it on any of my other bots -_-



[View Quote]

1  |  
Awportals.com is a privately held community resource website dedicated to Active Worlds.
Copyright (c) Mark Randall 2006 - 2024. All Rights Reserved.
Awportals.com   ·   ProLibraries Live   ·   Twitter   ·   LinkedIn