Re: Badger Messenger, an MSN clone that uses the MSN Network.
I love this thing
There is only one Prob...
I cant get it Compiled
I want it compiled to use it on the PCs were i dont have Visual Basic on (Ive VBRUNTIME)
Can you compile it? Thx aleady
Re: Badger Messenger, an MSN clone that uses the MSN Network.
What error do you get?
U need to compile each project on it's own 1st.
ie.
Compile vbAPITimer
Compile vbWinsock
Open Badger messenger dll vbp, reference these 2 DLLs you just created.
Compile.
Re: Badger Messenger, an MSN clone that uses the MSN Network.
I would assume that you are getting that when compiling Badger messenger dll vbp.. have you created the 2 DLL's, and added them to the references of Badger messenger dll?
Re: Badger Messenger, an MSN clone that uses the MSN Network.
It should point to a particular line of code when it has that error, so that you can tell which UDT is not defined (if in fact it is a UDT!). Unfortunately I don't think there is much we can do unless we know what it has a problem with.
One other thing you can check is the References are ok, as a "Missing:" reference can cause errors like this.
Re: Badger Messenger, an MSN clone that uses the MSN Network.
Ah, well you need to un-tick all of those "Missing" references, and re-add the proper ones (I would recommend one at a time so you don't forget any!). You may need to use "Browse.." to select the files that the references come from.
I haven't actually seen that error message before, but I presume that it means you need to reference the compiled version, rather than the project file.
Re: Badger Messenger, an MSN clone that uses the MSN Network.
Can you add that project (VBP or compiled) to another project? If so you can open this project file in Notepad, and copy the reference line from the project file that is having the problem (replacing the one that is already there).
Re: Badger Messenger, an MSN clone that uses the MSN Network.
Did you unzip the project into one folder? Woka likes to put things into separate folders, and then zip them. You can try unzipping with winzip, instead of just copying the files. I had that problem before. It's easier to just copy the files, but if you type the location into Winzip, it will create a few folders.
Re: Badger Messenger, an MSN clone that uses the MSN Network.
The project file (.vbp) for the project where you cant remove "vbXPButton.vbp" should have a line containing "vbXPButton.vbp". Whatever this line contains, it needs to be replaced by a valid version (if you have managed to remove "vbXPButton.vbp", you can just add the line from the other project).
If you can't work it out - upload the project file with the problem, and the project file that contains a valid reference.
Re: Badger Messenger, an MSN clone that uses the MSN Network.
Can someone please post an executable file of this, I'm running on a Computer without Visual Basic, so can someone post an .exe file of this. Thank you
Re: Badger Messenger, an MSN clone that uses the MSN Network.
My code uses the vbXPButtons.vbp project.
This needs to be compiled into vbXPButtons.OCX (User control)
Then you reference this OCX from the UI project, by adding by going project ---> Components
if you want to copy this to another PC you MUST copy all the DLLs it uses. ie vbBadgerMessenger.dll, vbAPITimer.dll, vbXPButtons.ocx.
Once copied to the target pc these DLLs need to be registered using regsvr32 "Path\filename.dll"
You can alternatively use a deployment and package app that creates a setup exe for you to use. Do a search on the web or this site.
Im glad that this is open for modiying as im in the process of making a client that can connect to Skype and Gizmo i was going to add msn at a later date but did not fancy writing it from start , so if its ok by you maybe i can add the skype and gizmo protocols to badger msn??
If any one is intrested in helping me then pm me and we can get together make "The all in one client".
Re: Badger Messenger, an MSN clone that uses the MSN Network.
Hi,
I was wondering if anyone could help me. I have windows 98 so apparently I can't get the WinHTTP thing, and they are right. Is there a workaround for this, as every messenger I have come across uses this unavailable DLL.
Thanks in advance,
Jay Shah.
Last edited by jayshah; Mar 15th, 2006 at 12:24 PM.
Re: Badger Messenger, an MSN clone that uses the MSN Network.
Hi,
Your code is very helpful for me, thank you very much. ^__^
I have a question
If I still use MSN to login, or skip the login precess
can I get my msn friends friendlyname and signinname?
If it's okay, please show me how to do that.