mIRC Home    About    Download    Register    News    Help

Print Thread
#117503 16/04/05 02:44 PM
S
seec77
seec77
S
It would be great to have a proper way of accessing mIRC's binary variables through DLL's.
Maybe a SendMessage command to retrieve or change a C/C++ style pointer to the data of a binary variable? Accessing binvars by SendMessage'ing $bvar's is very unefficient.

What do you think?

Joined: Jan 2003
Posts: 2,125
Q
Hoopy frood
Offline
Hoopy frood
Q
Joined: Jan 2003
Posts: 2,125
Totally agreed.

Joined: Apr 2004
Posts: 701
Sat Offline
Hoopy frood
Offline
Hoopy frood
Joined: Apr 2004
Posts: 701
The sooner the better..


Saturn, QuakeNet staff
B
bamaboy1217
bamaboy1217
B
it would be better if he exported a fn call for it that returned like a void * to it or something... though any way is a good way :x

S
seec77
seec77
S
Quote:
it would be better if he exported a fn call for it that returned like a void * to it or something... though any way is a good way :x

That's exactly what I was thinking.

Edit: Oh yeah, but not NULL-terminated, 'cause binary variables can contain NULL chars. We need to get the string length aswell.

Last edited by seec77; 27/04/05 11:15 PM.

Link Copied to Clipboard