Results 1 to 7 of 7

Thread: Borland C++ 5.5

  1. #1
    Guest

    Unhappy

    I have borland Turbo C++ 4.5, which is fine for DOS-Like console apps, but it can't use any of the newer 32 bit API's....

    so I downloaded Borland C++ 5.5, but this doesn't have an IDE..
    but a friend of mine downloaded it, and his has an IDE....

    maybe I downloaded the wrong thing,
    could somebody please tell me where i can download Borland C++ 5.5 compiler with in IDE?


    Thanks,
    Dennis

  2. #2
    Frenzied Member CyberCarsten's Avatar
    Join Date
    Sep 1999
    Location
    Aalborg Ø, Denmark
    Posts
    1,544
    If you have downloaded the 5.5 Compiler, you can easily write your program in fx. Notepad, and save it as .cpp or .c
    I don't think, that borland gives the IDE environment away for free....
    razor
    Software Engineer Student, Aalborg University, Denmark
    http://www.cs.auc.dk

    My email at AUC: will get a new email soon
    My website: http://www.razorsoftware.net


    Windows XP Pro/ Gentoo Linux (Laptop)
    Windows XP Pro (Home PC)

  3. #3
    Guest
    thats what i was afraid of.
    I have written programs in Notepad before, but I would rather use the editor...


    Well, thanks anyway,
    Dennis

  4. #4
    Guest
    Ok, I realized I'll have to write my programs in notepad,
    and I got everything to work perfect.

    everything but....

    how do I make windows apps with it?

    does it recognize winmain instead of main, and just compile it as windows instead?

  5. #5
    Frenzied Member CyberCarsten's Avatar
    Join Date
    Sep 1999
    Location
    Aalborg Ø, Denmark
    Posts
    1,544
    I actually don't know....but I have read a tutorial some place, that said it was possible.....
    You simply just have to call the compiler with the -tW parameter when you compile.
    Ex.
    bcc32 -tW mywin32app.cpp

    Hope this helps
    razor
    Software Engineer Student, Aalborg University, Denmark
    http://www.cs.auc.dk

    My email at AUC: will get a new email soon
    My website: http://www.razorsoftware.net


    Windows XP Pro/ Gentoo Linux (Laptop)
    Windows XP Pro (Home PC)

  6. #6
    Guest
    Thank you

  7. #7
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827

    I think that dev-c++

    I think that dev-C++ is the best free IDE tool for creating dos or windows apps. You can download it from:

    www.bloodshed.net
    Baaaaaaaaah

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