To: John who wrote (9076 ) 2/11/1998 4:40:00 PM From: Bipin Prasad Respond to of 10836
>> Has anyone here actually bought JBuilder and tried to use it for a >> real project??? I have been using it for several weeks, and have >> not been impressed. JBuilder crashes frequently, furthermore, it >> does not save files when it compiles, so if you are >> not careful to contently save your changes, you lose your >> current changes if JBuilder dies while debugging. I have been using JBuilder on real project. I have not had this problem of frequent crashes. It is more likely that the created program may be malfunctioning. Borland products (including the C++ compiler) do not save files when you compile (unless you change the default options). It is useful when you get used to it. You can compile, run the program and then save. Microsoft always saves all files upon a compile. It depends on what you get used to. In Borland C++ compiler, select environment option and set the build process to "Asynchronous" to avoid modal dialog and check the "beep on completion" and uncheck the "do not save files" in debugger behavior (environment options). JBuilder could use a similar option. Although in JBuilder under file menu, you do have a "Save All" option. >> I have been working in VC++ since it first came out and I see some >> basic things convenient things that VC++ has that are lacking in >> JBuilder. I am very use to putting the cursor on a class name in >> the code and pressing F1 to pull up the help for the class, >> this can't be done in JBuilder While F1 does not work the same way as in VC++. F1 would be useful in JBuilder. However, another far more powerful option brings up the source code for the class (right mouse click, "Browse symbol"). The project frame then allows you to navigate back and forth. Extremely handy. I use it all the time. >> I was also horrified to hear that C++ Builder puts up a modal >> dialog when compiling. I wonder if the new release of C++ Builder has the asynchronous compile option like the Borland C++ 5.02 compiler ? Bipin Prasad