Xtreme help for a desperate IRC user.

IIWheelManII

Newcomer
Joined
Jun 14, 2005
Messages
1
Hi everyone - I've been using this zIRC Java webclient, and want to convert it to J# (As I've heard the system runs more smoothly) Unforutanetly, I am not a programmer, but I am however, learning the basics of C++ right now. I really need an IRC client that supports DCC, but I can afford a single program to purchase right now, and I do not want to rip a program off, 'cause I've got morals 'bout that sort of stuff... I've ran the zIRC source through the J# complier, there are only 15 errors that come up. The reasons behind this may be due to the Java Media Player that it's tryin' to call up to use...

I'll put the error messages right here...

zIrc_0.6.5-beta-src\AbstractChatFrame.java(16,45): error VJS1161: Cannot find class 'javax.swing.text.BadLocationException'
zIrc_0.6.5-beta-src\AddUserInChanThread.java(6,35): error VJS1161: Cannot find class 'javax.swing.DefaultListModel'
zIrc_0.6.5-beta-src\AddUserListInChanThread.java(6,36): error VJS1161: Cannot find class 'javax.swing.DefaultListModel'
zIrc_0.6.5-beta-src\AudioFrame.java(10,32): error VJS1161: Cannot find class 'javax.swing.BorderFactory'
zIrc_0.6.5-beta-src\AudioIn.java(4,48): error VJS1161: Cannot find class 'javax.media.rtp.event.ReceiveStreamEvent'
zIrc_0.6.5-beta-src\ChangeUserGradeThread.java(6,35): error VJS1161: Cannot find class 'javax.swing.DefaultListModel'
zIrc_0.6.5-beta-src\DCCincomingFile.java(6,23): error VJS1161: Cannot find class 'java.util.Timer'
zIrc_0.6.5-beta-src\DCCoutgoingFile.java(6,23): error VJS1161: Cannot find class 'java.util.Timer'
zIrc_0.6.5-beta-src\DCCtransfer.java(15,26): error VJS1161: Cannot find class 'javax.swing.JButton'
zIrc_0.6.5-beta-src\Led.java(3,26): error VJS1161: Cannot find class 'javax.swing.JPanel'
zIrc_0.6.5-beta-src\MainFrame.java(5,23): error VJS1161: Cannot find class 'java.util.Timer'
zIrc_0.6.5-beta-src\Mp3Player.java(5,23): error VJS1161: Cannot find class 'java.util.Timer'
zIrc_0.6.5-beta-src\myFileFilter.java(44,42): error VJS1161: Cannot find class 'javax.swing.filechooser.FileFilter'
zIrc_0.6.5-beta-src\PlaySound.java(4,23): error VJS1161: Cannot find class 'javax.media.Time'
zIrc_0.6.5-beta-src\Untitled1.java(3,40): error VJS1161: Cannot find class 'javax.swing.DefaultComboBoxModel'

Now... I wouldn't know what the heck to do, as I don't even know any Java coding... But... I'm sure these problems would be easily fixed by an experienced programmer - Oh, destroy the media player - it's not really required for IRC...

Here's the link for the .rar that includes the project file... You may have to copy and paste this link into your browser.

http://webpages.charter.net/jaysapp/zircjsharp.rar

Once the errors have been fixed, please send the source to me at

g#_o$d.ii*&wheel_manii$@@g^$mail.com (without the special characters and the underscores - I don't need spam from bots, y'know...But keep the period after god) I don't need the compiled version, as I've got J# .NET SDK...
You can send it to the guy who made the zirc... I dunno his address, but I know the sourceforge site - http://zirc.sourceforge.net/

I won't take credit for your work, I just need an IRC client... If someone would do this for me... A great and many thanks.

-J
 
Back
Top