flat assembler
Message board for the users of flat assembler.
Index
> Windows > MSN Client in pure Assembler Goto page 1, 2 Next |
Author |
|
kidscracker 17 Jul 2005, 18:45
Well long time ago i posted something related to a MSN client in assembler,but I didn't recieve an answer , but i get over that sad experience and keep working on it, not full time project, because a i started the university, but i did it. Here is what i get after that time, I hope you will find it interesting, no I can receive and send messages, well i cant start a conversation, but I will soon , let me know what do you think
[/url]
|
||||||||||||||||||||
17 Jul 2005, 18:45 |
|
FlashBurn 18 Jul 2005, 08:48
If you would write the labels in english, there will be more that would test it!
|
|||
18 Jul 2005, 08:48 |
|
Madis731 18 Jul 2005, 13:38
I'm interested in the source - the EXE is too big for this simple client!
Although the client does not want to connect - says some errors in a language that I don't understand P.S. I'm glad and a bit surprised you really got this much ready - my projects that are about the same size usually suspend on some bug that I cannot fix or something GOOD WORK!!! |
|||
18 Jul 2005, 13:38 |
|
kidscracker 18 Jul 2005, 15:22
Well first, about the size, it's because the icons and images that i've included,also because i'm trying to use an OOP architecture . About the labels, well, I'm Peruvian so i didn't put the labels in english, but i will post a English version soon , now the source code is full commented, but in spanish, for my own understand, you know some modules have't been modified for a while, i will be traslating some of them, not all, to english soon, at least after finishinf my finals exams in the university. The last version,m well everyday i do one , can select the font to use in the message that you use.
PD: Sorry for my bad English , i haven't practice it for a long time |
|||
18 Jul 2005, 15:22 |
|
wisepenguin 18 Jul 2005, 15:27
sounds good, keep it up.
how about having the pictures and icons in a sub directory, that way people could customise it as long as the filenames are strict for where they are used. it would also cut down on EXE size. just wondering why would you only comment some in english and not all ? im not complaining because its alot of hard work to do as english is not your native language so well done for that. are you interested in making this open source for others to help develop, e.g. user interface code etc anyway, i hope to hear more about this project after your exams. and good luck. |
|||
18 Jul 2005, 15:27 |
|
kidscracker 18 Jul 2005, 15:44
wisepenguin about why i can't translate all comments,welll icould, but if i have a lot of time, each line of my code has a comment, it's like was telling an story. i see that you are connecte, do you use messenger?, if you do, add me, my mail is kidscracker@hotmail.com, now i'm connected
|
|||
18 Jul 2005, 15:44 |
|
siddhartha 19 Jul 2005, 09:04
Great to see such a project written in fasm. After faim we have fmsn finally Would you release the sources to public or you're gonna keep them private until finishing the project?
/siddhartha |
|||
19 Jul 2005, 09:04 |
|
kidscracker 20 Jul 2005, 22:36
Well about the source, I will be releasing it soon, because all the comments are in Spanish, now here is the latest version, withe the label translated to english, not yet the error messages, but i think that it's enough for now to test it, another thing now it has a Debug window to clear the things a bit. I hpe you will find it usefull or at least a nice start for that project
|
|||
20 Jul 2005, 22:36 |
|
kidscracker 20 Jul 2005, 22:41
Upps it seems that the file wasn't upload, so here is , test it, and let me see what do you think
|
|||||||||||
20 Jul 2005, 22:41 |
|
adefeo 21 Jul 2005, 04:16
I can't connect. If my spanish is correct, I'm getting a connection error:
Quote:
Now if only someone would make an AIM client in FASM... |
|||
21 Jul 2005, 04:16 |
|
decard 21 Jul 2005, 12:56
or what about one communicator with plugins for each protocol, just like Miranda?
|
|||
21 Jul 2005, 12:56 |
|
Matrix 21 Jul 2005, 13:03
Hey,
nice thing kidscracker! but look out for exploits on msn, i saw many for the original one hmm adefeo there is an icq project on this board too: gaim ... |
|||
21 Jul 2005, 13:03 |
|
coconut 21 Jul 2005, 20:44
it is/was "faim"
|
|||
21 Jul 2005, 20:44 |
|
adefeo 21 Jul 2005, 20:53
Yes, but IIRC, that was for ICQ.
|
|||
21 Jul 2005, 20:53 |
|
kidscracker 21 Jul 2005, 23:33
adefeo
Quote: Well i didn't test it with an @MSN.COM acount, so i will be doing it as soon as posible. Don't worry, i will be traslating all the error messages soon. Matrix Waht dou you exactly mean with: Quote: but look out for exploits on msn, If you think that i wanna take the password of your accounts you are wrong, sorry, but it wasn't my intention. PD: Sorry if I understood it wrong, my English is not so good, but I will improve it soon About the plugins, mmm may be later, now i have to finish with MSNP, then think about new protocols |
|||
21 Jul 2005, 23:33 |
|
Matrix 22 Jul 2005, 01:37
kidscracker, you have a nick , but no, i didn't mean you steal passwords
i meant there are some bugs in msn that let someone's computer be frozen, or even infect with virus. and you should not include these functions in your msn |
|||
22 Jul 2005, 01:37 |
|
kidscracker 22 Jul 2005, 14:09
Ohh!! I see, sorry if I understood bad, , about what you say, thats true and I wouldn't add that commands,or at least try to make them more secure.
To continue with that project, specifically for the emoticons part , I want to know if someone could lend me some manuals about OLE objects in RichEdit, I don't know how to use OLE in assembler, may I use the macors for COM objects??? |
|||
22 Jul 2005, 14:09 |
|
kidscracker 24 Jul 2005, 01:06
Well as i develop it a bit almost every day, i upload that, let me know your opinions, now you can start a conversation, so it's almost functional.
|
|||||||||||
24 Jul 2005, 01:06 |
|
Matrix 24 Jul 2005, 08:01
kidscracker,
i have a suggestion, if you whould use .lng - language files, it whould be easy to translate your software to other languages (text file has variable names, or line numbers to mark text beginning) quick example: Code: ;;lng file magyar <charset=iso-8859-1> <menu bar> <file menu> <open>Megnyitás</open> <save>Mentés</save> <save_as>Mentés Másként</save_as> <spacer>----------</spacer> <close>Bezárás</close> </file menu> <edit menu> <undo>Visszavonás</undo> <redo>Újra</redo> <spacer>----------</spacer> <copy>Másol</copy> <paste>Beilleszt</paste> </edit menu> </menu bar> |
|||
24 Jul 2005, 08:01 |
|
Goto page 1, 2 Next < Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.