What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: Please people
I disagree, people should be able to create what ever scripts they want. You don't start out by creating awesome scripts the first time. The people who are creating these "useless" script you speak of, might end up creating an awesome script that ...
cooldude_i06Scripting06-10-2007 at 09:17 PM
RE: trouble with strings [C++]
Lol, TB, that wasn't supposed to be the exact code, just an example for people to use. Ofcourse I didn't hard code 10 into the code, in fact the buffer is over 1MB big. In fact, none of the code I have posted looks what I used, I was simplifying it...
cooldude_i06Scripting06-10-2007 at 09:09 PM
RE: trouble with strings [C++]
Yeah but ActiveX Dll have their own problems too, like not being freed on script termination and rendering the script irremovable. That and mainly the Winpcap library does not support VB, and the VB wrapper for winpcap which is called PacketX only s...
cooldude_i06Scripting06-10-2007 at 07:06 AM
RE: trouble with strings [C++]
No No Taz that was issue 1, which was solved as I said [url=http://shoutbox.menthix.net/showthread.php?ti d=75169&pid=825678#pid825678]before[/url], this new issue was that I wanted to copy a buffer to a Databloc allocated by the script. Anyways, thro...
cooldude_i06Scripting06-09-2007 at 10:29 PM
RE: trouble with strings [C++]
Ok, what I would like to is copy the buffer to a DataBloc allocated by Plus. I can get the address to the start of the buffer, and I have the size of the buffer. I just cannot figure out the syntax to copy memory (RtlCopyMemory)
cooldude_i06Scripting06-09-2007 at 08:29 PM
RE: anyone write script to check who appear offline?
No, most everyone now is behind a router, and router's are on 24/7.
cooldude_i06Scripting06-09-2007 at 08:27 PM
RE: trouble with strings [C++]
Thanks TazDevil, the scope issue didn't cross my mind at all and strncpy function worked perfectly! Now on to the [b]second[/b] problem: What I have is a large buffer of unsigned chars (const u_char* buffer). This buffer is created at the start and ...
cooldude_i06Scripting06-09-2007 at 08:54 AM
RE: The following scripts are not compatible with Vista
As always, Cookie is correct. For IPGet I was using a sniffer library that I found online. Now I'm creating my own sniffer library. Wait for new version to come out in a bit.
cooldude_i06Scripting06-08-2007 at 10:41 PM
RE: [MAJOR UPDATE] IPGet v1.50 - lots of new features + Vista compatibility
Please read like 2 posts before yours.
cooldude_i06Scripting06-08-2007 at 10:38 PM
trouble with strings [C++]
I'm having trouble receiving strings from a dll. First I create a Databloc of whatever length and pass the pointer in an Interop Call. On the function side the dll receives it as: [code]int function(wchar_t* param)[/code] Then I create a temporary ...
cooldude_i06Scripting06-08-2007 at 03:40 AM
RE: multithreaded dll
Well I'm trying to use the Winpcap library, and as far as I have seen the only way to retrieve packetcapture events is using a loop. The multithreaded problem has been fixed by the use of CreateThread api, thanks.
cooldude_i06Scripting06-08-2007 at 01:42 AM
RE: multithreaded dll
No the infinite loop is part of the C++ dll and that cannot be changed due to functionality reasons. The only thing I can do is run it in a separate thread so the main function does not wait for it to end and returns a value so that Plus can get goin...
cooldude_i06Scripting06-07-2007 at 03:29 PM
multithreaded dll
I need to use a C++ Dll in my script using Interop.Call, however the function this Dll contains runs an infinite loop in the background, which ofcourse freezes WLM because the function does not return anything. I know that VB6 does not support multit...
cooldude_i06Scripting06-07-2007 at 03:04 PM
RE: [MAJOR UPDATE] IPGet v1.50 - lots of new features + Vista compatibility
Don't worry, I'm working on one that will work with Vista, so just wait a little bit more and maybe the newer one will help.
cooldude_i06Scripting06-06-2007 at 11:18 PM
RE: [MAJOR UPDATE] IPGet v1.50 - lots of new features + Vista compatibility
It can't be the script because I am not having this problem. Is there any other PC you can try it on and see if that gives you the same problem.
cooldude_i06Scripting06-06-2007 at 12:43 AM
RE: [MAJOR UPDATE] IPGet v1.50 - lots of new features + Vista compatibility
Ok searching on google gave me 1 possible suggestion, try this: Right click My Computer Click Properties Click the Advanced Tab Click Environment Variables Under System Variables at the bottom, click Path Click Edit Move cursor all the way to the end...
cooldude_i06Scripting06-05-2007 at 10:45 PM
RE: [UPDATE] Gmail Checker 1.11 - get alerts upon new emails in your gmail accounts
Hmm ok, add me on msn. I do not know where these problems are coming from as I personally have never seen them. So I will need to see them first hand.
cooldude_i06Scripting06-05-2007 at 10:32 PM
RE: [MAJOR UPDATE] IPGet v1.50 - lots of new features + Vista compatibility
It doesn't seem to be showing any errors in that log.
cooldude_i06Scripting06-05-2007 at 02:02 AM
RE: [MAJOR UPDATE] IPGet v1.50 - lots of new features + Vista compatibility
I'm not sure what could be affecting it. Post the error logs.
cooldude_i06Scripting06-04-2007 at 09:37 PM
RE: [UPDATE] Gmail Checker 1.11 - get alerts upon new emails in your gmail accounts
Ok I have installed Gmail Checker one two different PC's of mine with Windows XP and I saw no problems. So for people having problems I need to the Error Log which can be obtained by --> Plus Preferences --> Scripts --> Check "Enable Debugging Opti...
cooldude_i06Scripting06-04-2007 at 07:23 PM
RE: [MAJOR UPDATE] IPGet v1.50 - lots of new features + Vista compatibility
No it's because you are using Vista.
cooldude_i06Scripting06-04-2007 at 07:03 PM
RE: [MAJOR UPDATE] IPGet v1.50 - lots of new features + Vista compatibility
I am aware it does not work with Vista. It is because the one of the libraries I was using does not work with Vista. I did not make that library (you can check the source code for the credits) so I cannot fix it. I will have to find a new solution fo...
cooldude_i06Scripting06-02-2007 at 06:26 PM
RE: [MAJOR UPDATE] IPGet v1.50 - lots of new features + Vista compatibility
Just restart msn, killing connections doesn't do anything permanent.
cooldude_i06Scripting05-15-2007 at 11:47 PM
RE: [MAJOR UPDATE] IPGet v1.50 - lots of new features + Vista compatibility
Sorry I dont have Vista to test it with.
cooldude_i06Scripting04-30-2007 at 03:37 PM
RE: [UPDATE] Gmail Checker 1.11 - get alerts upon new emails in your gmail accounts
Ok its updated now.
cooldude_i06Scripting04-30-2007 at 07:42 AM
[Hide Excerpts] Pages: (11): « First « 1 [ 2 ] 3 4 5 6 » Last »