rejetto forum
February 11, 2012, 01:45:02 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: This forum is free, you do NOT need to register to post. But you may.
PROBLEMS? QUESTIONS? CLICK HERE!
Fill the survey!
 
   Home   Help Search Login Register  
Pages: 1 [2] 3
  Print  
Author Topic: &RQ.NET Planning Thread  (Read 23241 times)
0 Members and 1 Guest are viewing this topic.
drunk+monkie
Guest
« Reply #15 on: June 14, 2004, 02:24:01 PM »

words of wisdom, rejetto!
Logged
Riz
Guest
« Reply #16 on: July 02, 2004, 07:28:46 AM »

Why don't you use Delphi 8 For the Microsoft .NET Framework?
Logged
alkimiya
Moderator
Insane poster
*****
Offline Offline

Posts: 315


986246
View Profile Email
« Reply #17 on: July 02, 2004, 08:03:58 AM »

Personally, I think Borland's IDEs suck.. but they're free for personal use so probably the tool will be Borland C# Builder, since this can import/export Visual Studio .NET projects I can stand this if I'm on the developing team.

Since the program will be rewritten from scratch, there's no real benefit from using Delphi.NET over C#.
Logged
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11759


View Profile
« Reply #18 on: July 04, 2004, 03:00:35 AM »

delphi 8 is not free
Logged
Sergius_
Guest
« Reply #19 on: July 19, 2004, 12:32:17 PM »

.NET is a revolution. It has so many advantages so i simply don't understand people, who tell that their choise is not to use .NET at all. C# is the second native language for .NET (after MSIL), it is elegant, well thought-out and as for me the best language. Someone told that .NET programs run slowlier than native... the difference is that .NET code is managed and it means that definite part of source code will be compiled runtime to native ONCE and after it compiled code will be used. So it is slowlier just the first time it is executed. Java is muuuuuch slowlier than .NET, i don't want to pay attention on it at all.
So, don't fuck Rejetto's mind with native, java, c++ and all other shit.
.NET (and Mono) and C# + #Develop is right way.

Greetings from Belarus. (íàðîä, îòñòàíüòå îò rejetto ñî ñâîèìè íåêîíñòðóêòèâíûìè ïðåäëîæåíèÿìè. Åñëè áóäåò &RQ.NET áóäåò êðóòî. À òàê - ïðîñòî óáèâàåòå æåëàíèå ÷òî-òî äåëàòü ó ÷åëîâåêà).
Logged
drunk+monkie
Guest
« Reply #20 on: July 22, 2004, 01:43:24 PM »

Smiley hey man we don't say sh*t anymore. We just want our godfather Rejetto to do something with this project, not lettin it die and get old (in some moral aspects). I mean no matter how good it is, if there's no development, there's no movement. i.e. it's dead. and it's rottin, you know...

Rejetto, we believe in!  :roll:
well, at least I do Smiley
Logged
rejetto forum
« Reply #20 on: July 22, 2004, 01:43:24 PM »

Do you like this software? Consider even $2
 Logged
fan
Guest
« Reply #21 on: August 05, 2004, 05:09:15 PM »

Quote from: "drunk+monkie"
Smiley hey man we don't say sh*t anymore. We just want our godfather Rejetto to do something with this project, not lettin it die and get old (in some moral aspects). I mean no matter how good it is, if there's no development, there's no movement. i.e. it's dead. and it's rottin, you know...

Rejetto, we believe in!  :roll:
well, at least I do Smiley

Support ! awaiting new releases


&RQ fan
Logged
MioGreen
Guest
« Reply #22 on: August 10, 2004, 04:36:55 AM »

I think so... C# is the best language... It s simple and powerfull... &RQ.NET - must be Smiley If you know C# fun club, please mail me Smiley  miogreen@mail.ru
Logged
Sergius_
Guest
« Reply #23 on: October 07, 2004, 02:43:39 PM »

WHERE IS IT?Huh? I NEED IT!!!!
Logged
alkimiya
Moderator
Insane poster
*****
Offline Offline

Posts: 315


986246
View Profile Email
« Reply #24 on: October 08, 2004, 10:14:12 AM »

Quote from: "Sergius_"
WHERE IS IT?Huh? I NEED IT!!!!

Lay off the sugar Wink

Warning.. technical stuff ahead... stop reading if you don't understand anything about anything Tongue

I'm pleased to announce that I've written a quite cool application framework (codename ApplicationFramework Smiley ) in C#2.0, where I'm currently a module implementing ICQ protocol. Whether this will be useful for &RQ.NET or not is dependent on

1. A non proprietary IDE with support for .net framework 2.0 will be available
and
2. Rejetto approves of the design.

Anyway.. the module handling system will support loading/unloading modules at runtime (which means program can be auto-updating, without restarts, the exe will never change, only the module dlls). Also is support for automatic serialization/deserialization of module settings at load/unload. It will be up to every module to implement a user interface, protocol or any other stuff. Modules communicate through commands, queries and events (that can be registered/unregistered at will).

Planned are features for automating internationalization of modules, but since this is a hobby project, things may or may not be done.

This also makes deployment easier, all you have to need is to download the exe, and the exe can then let you choose a set of default modules to download and install from &RQ server). That means no zip-file, and the exe will hopefully never change (just the module dlls).
Logged
Electron
Experienced poster
***
Offline Offline

Posts: 81


57303550
View Profile
« Reply #25 on: October 08, 2004, 11:20:24 AM »

Well, sounds too good to be true Smiley But, I'll hope.
And when should we be able to download first examples of your work? Smiley
Logged

My world is how I creat it.
alkimiya
Moderator
Insane poster
*****
Offline Offline

Posts: 315


986246
View Profile Email
« Reply #26 on: October 08, 2004, 11:30:18 AM »

Quote from: "Electron"
Well, sounds too good to be true Smiley But, I'll hope.
And when should we be able to download first examples of your work? Smiley

Well.. ICQ protocol is about 30% implemented and non-tested at best.
I will implement everything documented at http://iserverd.khstu.ru/oscar/ plus direct connections for file transfer eventually.
A protocol in itself is not very useful without some gui:s as well.
Expect many months until something even resembling &RQ as of today.
Logged
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11759


View Profile
« Reply #27 on: October 09, 2004, 01:58:15 AM »

lately i found frustrating trying to work with C#Builder
i made something wrong and i can't get the GUI designer anymore 8O
i got stuck for months just because both .NET and Python lack a decent Tree control, as i have on delphi6.
.NET 2 has such control, i think i will explore Microsoft IDE. the beta is free.
Logged
USER728472384
Guest
« Reply #28 on: August 22, 2005, 06:20:12 AM »

.NET is shit, why to port &RQ to .NET? Port it to JAVA (and to mobiles)  instead!
Logged
BruteHost
Moderator
Insane poster
*****
Offline Offline

Posts: 346


479778
View Profile
« Reply #29 on: September 06, 2005, 09:32:34 AM »

Quote from: "USER728472384"
.NET is shit, why to port &RQ to .NET? Port it to JAVA (and to mobiles)  instead!
sorry, often working with java apps...
20-40 mb op.memory in avr. is usual thing for them Sad
Logged

I prefer Linux OS for develpment and server tasks.
How about you? Smiley
Pages: 1 [2] 3
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!


Google visited last this page January 25, 2012, 09:22:37 AM
anything