Re: [bme-develop] New source code?
Status: Planning
Brought to you by:
sirmik
|
From: Daniel G. <al7...@ma...> - 2004-03-16 06:09:42
|
Hi, > Hi Daniel, > > I think you've read my mind, because I thought it was time to set up > a cvs > server. Worked on the font effects yesterday, aren't working yet...I > tried > the cvs checkout and it worked, I think....but I only got a src > directory...(cvs stopped after exceptions.h....I waited a while that > ctrl+c > it) should it also include a project file? if so we must make sure we > have > cryptlib in the same directory on our pc's(now I'm constantly > changing the > project file)...btw, how can we checkin code? > src is the only thing I have in the cvs. I don't know why it hangs after the last file... it's weird I tried to access it from a windows machine and got the same result. To checkin changes in the code the command is (you have to be in the directory src) cvs commit But I suggest you see if there have been any changes in the code since you last checked out. You can do it with cvs diff file to compare your file with the one repository. cvs update will get you the latest version from the repository. Try man cvs for more commands and information. This is a good link to learn more about cvs: http://cvsbook.red-bean.com/cvsbook.html > regards, > > Tim > > P.s Technix asked some questions yesterday on beShare I gave him the > current > progress of our project...I don't think he will post it on tbj, but > if he > does, you know from who it came :D > > > >From: "Daniel Guajardo" <al7...@ma...> > >To: "Simon Taylor" <sim...@ga...>, "Sir Mik" > ><obe...@ho...> > >Subject: Re: [bme-develop] New source code? > >Date: Mon, 15 Mar 2004 02:42:59 -0600 CST > > > >Hi again. As you probably noticed there are some errors in the > >exceptions class. > >That's way I'm sending it to you again. Also there was a memory leak > > in > >the DS server handler class from the use of exceptions - also fixed. > > > >The reason why I not sending this mail to the list is because I > > wanted > >to tell you that I am running cvs pserver on my computer, so > > everybody > >can access the code. I have set up these users for you: mik, simon, > > the > >password is bme. I don't know if you have used cvs before, but here > > is > >what you need to do to get the code. > > CVSROOT=':pserver:mi...@ta...:/boot/home/CVSHOME'; export > >CVSROOT > > cvs login > > cvs checkout src > >Let's hope my IP does not change during the day because I haven't > > set > >up an automatic update for dyndns. > >Please let me know if you can access my computer and the CVS > >repository. > > > >Thanks, > >Daniel > > > > > Hi Daniel, > > > > > > >Here is the code. Sorry, I had forgotten to send it to you. > > > > Anyway > > > > let > > > >me tell you what's new in this one. > > > Nevermind we have it now, right...and I hadn't got the time to do > > > something > > > anyway in the last couple of weeks...but now I can start on > > > something...first thing I will add(if you didn't do that already) > > > is > > > the use > > > of the EF(effects) parameter in the messages...so we can get > > > bold, > > > italic, > > > understroke etc in our conversations, then I will continue on the > > > emoticons. > > > > > > >The sing-in issue cause by the change in MSN servers is fix. > > > >Another big change was that now everything gets log into a file. > > > >Everything except the conversation, the actual contents of the > > > > messages > > > >remain private. I did this so people could send the log files > > > > when > > > > the > > > >program crashes for some reason. > > > >The file is created in /boot/home/config/settings/ as > > > > BeMSN.log > > > Nice! logging should help to clear up some issues. > > > > > > >And I have been working in better error handling, I included > > > > some > > > >Exception classes, look in exceptions.cpp/.h > > > >Right now only the connection/authentification problems are > > > > throwing > > > >Exceptions but I plan to use them in what ever makes sense to > > > > handle > > > >with exceptions. > > > > > > > This is very nice! I thought about using exceptions also...kind > > > of > > > how they > > > are handled in java...but aren't there issues lik memory leaks in > > > c++ > > > with > > > exceptions? did you also make an Exception main class like in > > > java? > > > > > > >About the beta testers I think that would be great!! We will > > > > really > > > >need them when we start working on file sharing and the other > > > > features. > > > >Right now, they can help making sure msgs get to the other side, > > > > and > > > >any other problems with the app. They could really help us. > > > > > > > One problem according to the person I spoke to, is that if > > > someone > > > else > > > tries to send you a file, the program crashes...I told him you > > > were > > > working > > > on file transfer....if that will take a while, we may have to > > > make a > > > quick > > > fix to avoid crashing...also try this talk to a person, close the > > > conv. > > > window, and let the person you talk to say something again....not > > > sure if > > > this goes wrong, but once I had that and no text showed > > > up....anyway > > > it's > > > worth investigating, > > > > > > thanx for the code....hope I can start programming now :D > > > > > > regards, > > > > > > Tim > > > > > > _________________________________________________________________ > > > Hotmail en Messenger on the move > > > http://www.msn.nl/communicatie/smsdiensten/hotmailsmsv2/ > > > > > > ><< exceptions.zip >> > ><< BeOSAttributes >> > > _________________________________________________________________ > Protect your PC - get McAfee.com VirusScan Online > http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 > |