Home » Technical Support » Other » new fds bot, c++ php, perl
Re: new fds bot, c++ php, perl [message #208762 is a reply to message #207285] |
Tue, 18 July 2006 23:02 |
|
Cat998
Messages: 1081 Registered: January 2004 Location: Austria, Vienna
Karma:
|
General (1 Star) Moderator/Captain |
|
|
It's pretty easy, just create a function in the form
void Chat(int ID, int Type, const wchar_t *wc_msg) {
}
Then you need to tell the hook, to call your function everytime
someone sends a message with
It's the best when you do this in dllmain.cpp for the beginning (isn't nice, but it does what you want).
you maybe do not want to use widecharacter strings (wchar_t), so
you need to convert it to a normal char* string.
char str[256];
wcstombs(str, wc_msg, 256);
printf("Test: %s\n", str);
When people ask me "Plz" just because it's shorter than "Please" I feel perfectly justified to answer "No" because it's shorter then "Yes"
Programming is like sex: one mistake and you have to support it for the rest of your life
Want the best answers? Ask the best questions!
"So long, and thanks for all the fish."
[Updated on: Tue, 18 July 2006 23:03] Report message to a moderator
|
|
|
|
|
new fds bot, c++ php, perl
By: jnz on Sun, 09 July 2006 19:28
|
|
|
Re: new fds bot, c++ php, perl
By: Goztow on Sun, 09 July 2006 23:30
|
|
|
Re: new fds bot, c++ php, perl
By: light on Tue, 11 July 2006 04:21
|
|
|
Re: new fds bot, c++ php, perl
By: jnz on Mon, 10 July 2006 04:09
|
|
|
Re: new fds bot, c++ php, perl
By: Goztow on Mon, 10 July 2006 04:14
|
|
|
Re: new fds bot, c++ php, perl
By: jnz on Mon, 10 July 2006 08:29
|
|
|
Re: new fds bot, c++ php, perl
|
|
|
Re: new fds bot, c++ php, perl
By: jnz on Mon, 10 July 2006 11:03
|
|
|
Re: new fds bot, c++ php, perl
|
|
|
Re: new fds bot, c++ php, perl
By: Torn on Mon, 10 July 2006 13:21
|
|
|
Re: new fds bot, c++ php, perl
|
|
|
Re: new fds bot, c++ php, perl
By: jnz on Mon, 10 July 2006 19:52
|
|
|
Re: new fds bot, c++ php, perl
By: Goztow on Tue, 11 July 2006 00:18
|
|
|
Re: new fds bot, c++ php, perl
By: jnz on Tue, 11 July 2006 02:15
|
|
|
Re: new fds bot, c++ php, perl
By: dead6re on Tue, 11 July 2006 04:09
|
|
|
Re: new fds bot, c++ php, perl
By: Goztow on Tue, 11 July 2006 05:00
|
|
|
Re: new fds bot, c++ php, perl
By: jnz on Tue, 11 July 2006 07:23
|
|
|
Re: new fds bot, c++ php, perl
By: jnz on Tue, 11 July 2006 07:24
|
|
|
Re: new fds bot, c++ php, perl
|
|
|
Re: new fds bot, c++ php, perl
By: jnz on Tue, 11 July 2006 10:00
|
|
|
Re: new fds bot, c++ php, perl
By: jnz on Tue, 11 July 2006 10:07
|
|
|
Re: new fds bot, c++ php, perl
By: jnz on Wed, 12 July 2006 01:14
|
|
|
Re: new fds bot, c++ php, perl
By: dead6re on Wed, 12 July 2006 02:49
|
|
|
Re: new fds bot, c++ php, perl
|
|
|
Re: new fds bot, c++ php, perl
By: jnz on Wed, 12 July 2006 10:37
|
|
|
Re: new fds bot, c++ php, perl
By: jnz on Thu, 13 July 2006 17:21
|
|
|
Re: new fds bot, c++ php, perl
By: dead6re on Fri, 14 July 2006 00:35
|
|
|
Re: new fds bot, c++ php, perl
By: jnz on Fri, 14 July 2006 06:03
|
|
|
Re: new fds bot, c++ php, perl
By: jnz on Sat, 15 July 2006 16:16
|
|
|
Re: new fds bot, c++ php, perl
By: cmatt42 on Sat, 15 July 2006 21:26
|
|
|
Re: new fds bot, c++ php, perl
By: dead6re on Sun, 16 July 2006 02:33
|
|
|
Re: new fds bot, c++ php, perl
|
|
|
Re: new fds bot, c++ php, perl
By: jnz on Sun, 16 July 2006 10:32
|
|
|
Re: new fds bot, c++ php, perl
By: jnz on Mon, 17 July 2006 13:45
|
|
|
Re: new fds bot, c++ php, perl
By: jnz on Mon, 17 July 2006 19:23
|
|
|
Re: new fds bot, c++ php, perl
|
|
|
Re: new fds bot, c++ php, perl
By: jnz on Mon, 17 July 2006 14:35
|
|
|
Re: new fds bot, c++ php, perl
By: jnz on Tue, 18 July 2006 09:16
|
|
|
Re: new fds bot, c++ php, perl
By: Cat998 on Tue, 18 July 2006 14:34
|
|
|
Re: new fds bot, c++ php, perl
By: jnz on Tue, 18 July 2006 16:33
|
|
|
Re: new fds bot, c++ php, perl
By: Cat998 on Tue, 18 July 2006 23:02
|
|
|
Re: new fds bot, c++ php, perl
By: jnz on Wed, 19 July 2006 00:49
|
|
|
Re: new fds bot, c++ php, perl
By: Cat998 on Wed, 19 July 2006 02:50
|
|
|
Re: new fds bot, c++ php, perl
By: jnz on Wed, 19 July 2006 05:04
|
|
|
Re: new fds bot, c++ php, perl
|
|
|
Re: new fds bot, c++ php, perl
By: Cat998 on Wed, 19 July 2006 06:04
|
|
|
Re: new fds bot, c++ php, perl
By: jnz on Wed, 19 July 2006 09:38
|
|
|
Re: new fds bot, c++ php, perl
By: Cat998 on Wed, 19 July 2006 12:30
|
|
|
Re: new fds bot, c++ php, perl
By: jnz on Wed, 19 July 2006 13:10
|
|
|
Re: new fds bot, c++ php, perl
By: Cat998 on Wed, 19 July 2006 13:48
|
|
|
Re: new fds bot, c++ php, perl
By: jnz on Wed, 19 July 2006 17:01
|
|
|
Re: new fds bot, c++ php, perl
By: jnz on Sat, 22 July 2006 11:36
|
|
|
Re: new fds bot, c++ php, perl
By: Cat998 on Sat, 22 July 2006 12:53
|
|
|
Re: new fds bot, c++ php, perl
By: jnz on Sat, 22 July 2006 14:00
|
|
|
Re: new fds bot, c++ php, perl
By: Cat998 on Sat, 22 July 2006 14:50
|
|
|
Re: new fds bot, c++ php, perl
By: jnz on Sat, 22 July 2006 16:12
|
|
|
Re: new fds bot, c++ php, perl
By: jnz on Sat, 22 July 2006 18:02
|
|
|
Re: new fds bot, c++ php, perl
By: jnz on Sun, 23 July 2006 07:01
|
|
|
Re: new fds bot, c++ php, perl
By: AmunRa on Sat, 29 July 2006 06:27
|
|
|
Re: new fds bot, c++ php, perl
By: Cat998 on Sat, 29 July 2006 08:12
|
|
|
Re: new fds bot, c++ php, perl
By: jnz on Sat, 29 July 2006 09:23
|
|
|
Re: new fds bot, c++ php, perl
By: Cat998 on Sat, 29 July 2006 10:30
|
|
|
Re: new fds bot, c++ php, perl
By: AmunRa on Sat, 29 July 2006 09:29
|
|
|
Re: new fds bot, c++ php, perl
By: jnz on Sat, 29 July 2006 10:32
|
|
|
Re: new fds bot, c++ php, perl
By: jnz on Sun, 30 July 2006 14:14
|
Goto Forum:
Current Time: Thu Nov 28 01:50:33 MST 2024
Total time taken to generate the page: 0.01329 seconds
|