Results 1 to 18 of 18

Thread: Sharp Develop

  1. #1

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Sharp Develop

    Does anyone else use SharpDevelop to write apps with?

    I installed it today and when it asked me to create the autocomplete database it just slowed my PC to a crawl and took up all the RAM. I tried it the fast way in the end and that took over 15 minutes.

    Is it just me? My machine is as follows...
    XP Home
    256 RAM
    1.5Ghz Intel Celery

    Wasn't running anything strenuous at the time.

    And the code colouring scheme was evidently designed by Stevie Wonder and Ray Charles.
    I don't live here any more.

  2. #2
    Frenzied Member dynamic_sysop's Avatar
    Join Date
    Jun 2003
    Location
    Ashby, Leicestershire.
    Posts
    1,142
    SharpDevelop is pants , try Borland C#Builder. you can download the " Personal edition " for free. here's the link... C#Builder Personal download edition
    ~
    if a post is resolved, please mark it as [Resolved]
    protected string get_Signature(){return Censored;}
    [vbcode][php] please use code tags when posting any code [/php][/vbcode]

  3. #3
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    I really hate Borland's products.

    Anyway, I tried Sharp Develop, seems nice but it refused to compile my existing VB.NET programs. If I build osmething with errors, then try to build it again, the program totally freezes.

    Other than that it seems nice... anyway, I did the slow one for the database and it took a like 30 seconds and was done. Your problem is your ram, if I were you I'd add more ram to your PC.

    Windows XP, at a bare minimum, should have 256MB and you want to run developer tools as well. Even if it doesn't solve your problem with Share Develop, it would enhance your computing experience*.











    *been a while since I said something cheesy

  4. #4
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    Originally posted by kasracer
    I really hate Borland's products.

    Anyway, I tried Sharp Develop, seems nice but it refused to compile my existing VB.NET programs. If I build osmething with errors, then try to build it again, the program totally freezes.

    Other than that it seems nice... anyway, I did the slow one for the database and it took a like 30 seconds and was done. Your problem is your ram, if I were you I'd add more ram to your PC.

    Windows XP, at a bare minimum, should have 256MB and you want to run developer tools as well. Even if it doesn't solve your problem with Share Develop, it would enhance your computing experience*.











    *been a while since I said something cheesy
    Do you think 256 ram is few? It is more than ok to run vs.net IDE, if it is not enough for #develop then it's #develop fault, not lack of ram fault

    I hate #develop, its awful, has a lot of bugs and errors, has the worse conversion between it and .SLN files in history and is slow as hell
    \m/\m/

  5. #5
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    Originally posted by PT Exorcist
    Do you think 256 ram is few? It is more than ok to run vs.net IDE, if it is not enough for #develop then it's #develop fault, not lack of ram fault
    256 is considered very minimal for Windows XP. Running a full fledge IDE on top of that as well as whatever else he runs just increases the strain

  6. #6
    Hyperactive Member Sgt-Peppa's Avatar
    Join Date
    Mar 2003
    Location
    Munich - Germany
    Posts
    476
    Sharp Develop is still really buggy! But as far as I recall its still some sort of beta version?!?

    If you do like the idea of an Open Source Freeware IDE so, maybe you want to participate in making it less buggy

    try Borland C#Builder. you can download the " Personal edition " for free
    What about the licensing if you want to sell your apps? Are you allowed to sell apps you build on it?

    And the code colouring scheme was evidently designed by Stevie Wonder and Ray Charles.
    Again, its open source! But I agree!

    My personal opinion: If you want create Applications for commercial purposes, you want to think about licensing problems before deciding for one or the other ide, if you just want to create apps for your own purposes or share them with some friends (I always like new free apps ), you can just go ahead with Borland sharpDevelop or notepad...... whatever you like!


    Well just my thoughts about this topic.

    Stephan
    Keep Smiling - even if its hard
    Frankie Says Relax, wossname Says Yeah!
    wossname:--Currently I'm wearing a gimp suit and a parachute.
    C# - Base64 Blog

  7. #7

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682
    SharpDevelop is beta yeah.

    I've not had any problems with only 256 megs yet, in fact thats the first time it has ever struggled. VS.net loads about 3 times faster and thats including the MSDN index pane too!

    Another annoying thing is that #Dev insists on using stupid proprietary terminology like Combine instead of solution. ***?

    I now realise that #Dev is balls, I shall remove it forthwith. I can't even believe it got to beta in that state! To get the code panes to refresh I have to resize the toolbar! I have only previously seen incompetance like that in my own apps!
    I don't live here any more.

  8. #8
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    Originally posted by wossname
    Another annoying thing is that #Dev insists on using stupid proprietary terminology like Combine instead of solution. ***?
    Legal reasons

  9. #9
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Originally posted by Sgt-Peppa
    What about the licensing if you want to sell your apps? Are you allowed to sell apps you build on it?
    It would ask you for a legal license .

  10. #10
    Frenzied Member dynamic_sysop's Avatar
    Join Date
    Jun 2003
    Location
    Ashby, Leicestershire.
    Posts
    1,142
    ok a question to ponder over.
    is it possible to make applications that can be freely distributed with the .net framework? ie: built up in say notepad , then compiled via the command line.
    ~
    if a post is resolved, please mark it as [Resolved]
    protected string get_Signature(){return Censored;}
    [vbcode][php] please use code tags when posting any code [/php][/vbcode]

  11. #11
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    Yes. That's the idea of the free SDK
    \m/\m/

  12. #12
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    Originally posted by dynamic_sysop
    ok a question to ponder over.
    is it possible to make applications that can be freely distributed with the .net framework? ie: built up in say notepad , then compiled via the command line.
    yes of course. VisualStudio is just a glorified NotePad with craploads of features, and then the compilers are integrated into the program so you don't have to compile via command line

  13. #13
    Frenzied Member dynamic_sysop's Avatar
    Join Date
    Jun 2003
    Location
    Ashby, Leicestershire.
    Posts
    1,142
    yes i'm aware that it's free , i'm hinting that...
    borland's personal c#builder is only for " Personal use " , but building the forms ( with borlands designer method so you can see what you are building ) , then building the app's via the command line ( maybe saving the borland forms in notepad if you didnt want them to be saved as .cs files / anything that maybe pointed towards borland ) , you could quite easily build " none-personal " app's with C#builder maybe.
    ~
    if a post is resolved, please mark it as [Resolved]
    protected string get_Signature(){return Censored;}
    [vbcode][php] please use code tags when posting any code [/php][/vbcode]

  14. #14
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    But if you compile something with borland's C# compiler how will somebody ever discover it was made with a not borland's C# compiler licence?
    \m/\m/

  15. #15
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    Originally posted by dynamic_sysop
    yes i'm aware that it's free , i'm hinting that...
    borland's personal c#builder is only for " Personal use " , but building the forms ( with borlands designer method so you can see what you are building ) , then building the app's via the command line ( maybe saving the borland forms in notepad if you didnt want them to be saved as .cs files / anything that maybe pointed towards borland ) , you could quite easily build " none-personal " app's with C#builder maybe.
    Even though Sharp Dev is buggy, I'd much rather use that then Borland to make programs.

    I hate Borland. The fact they need a TON of info just so I can try one of their products is just BS.

  16. #16
    Hyperactive Member Sgt-Peppa's Avatar
    Join Date
    Mar 2003
    Location
    Munich - Germany
    Posts
    476
    Originally posted by dynamic_sysop
    yes i'm aware that it's free , i'm hinting that...
    borland's personal c#builder is only for " Personal use " , but building the forms ( with borlands designer method so you can see what you are building ) , then building the app's via the command line ( maybe saving the borland forms in notepad if you didnt want them to be saved as .cs files / anything that maybe pointed towards borland ) , you could quite easily build " none-personal " app's with C#builder maybe.
    I know where you want to go here, and I guess it is possible that way, so nobody would know what IDE it was created on.
    But again, you want your customers to pay for your product, so if you are making money with your products, I think you should buy a license that allows you to do so. I just think thats fair enough!

    Stephan
    Keep Smiling - even if its hard
    Frankie Says Relax, wossname Says Yeah!
    wossname:--Currently I'm wearing a gimp suit and a parachute.
    C# - Base64 Blog

  17. #17
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    I have often thought about this myself. What if I set up a service to compile VB6 apps for people. They develop with whatever, doesn't matter if it is legal or not, then 'sell' me the source. I do the final compile, then 'sell' it back to them. Obviously this should be legal for me, and make their distributed application perfectly legal also.

    This is a grey area, and if you made a lot of money, I think that MS/Borland would end up finding this post, and refering to it in court, and would win. (they have better lawyers).

  18. #18
    Hyperactive Member Sgt-Peppa's Avatar
    Join Date
    Mar 2003
    Location
    Munich - Germany
    Posts
    476
    This is a grey area, and if you made a lot of money, I think that MS/Borland would end up finding this post, and refering to it in court, and would win. (they have better lawyers).
    Keep Smiling - even if its hard
    Frankie Says Relax, wossname Says Yeah!
    wossname:--Currently I'm wearing a gimp suit and a parachute.
    C# - Base64 Blog

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width