Vista support?

Talk about anything about MSN Messenger for mIRC or leave some comments.
Post Reply
Guest

Vista support?

Post by Guest »

Hi. Thanks for a nice addon to mirc ;) Ive recently changed to use windows vista, but i really cant get it to work now :( Any eta on when itll be supporting vista? :)
Guest

Post by Guest »

Im btw, using mirc v6.21!
andyc
MSN for mIRC Creator
Posts: 243
Joined: Sun Dec 01, 2002 21:26 pm

Post by andyc »

Please open msn.mrc and change line 297 from:

if ( $os == 2K ) || ( $os == XP ) {

to:

if ( $os == 2K ) || ( $os == XP ) || ( $os == Vista ) {

I'd be grateful if you could let me know if that works.
Guest

Post by Guest »

bump

This didn't work.

My screen is completely blank when I start the script and nothing else happens.
andyc
MSN for mIRC Creator
Posts: 243
Joined: Sun Dec 01, 2002 21:26 pm

Post by andyc »

Can you change line 121 to:

Code: Select all

if ( %msn.background == $yes ) { background @Messenger $shortfn($scriptdir) $+ bg.jpg } 
and let me know if that fixes it?

Many thanks.
andyc
MSN for mIRC Creator
Posts: 243
Joined: Sun Dec 01, 2002 21:26 pm

Post by andyc »

The latest version (3.63) should work with Vista fine.
Post Reply