My last version of C++ was version Borland 4.5. It has served me well. However, recently it keeps crashing during make/run part of the IDE. I think is due to the compatibility with WIN2000 pro that I'm running.
My industry actually is engineering that writes code to do something iteratively that I don't want to do by hand. It seems all C prgrams are now written to develop user interface, API, programs or for the Web.
Does anybody have any insight into an ANSI C program/compilier that will allow me to develop the types of programs without all the windows API issues. Even Borland C++ 4.5 required me to use "easywin" if I didn't want all the API features, but was limited to 16bit and some functions are not available to me anymore as they are not supported by the OS. Just for reference, when I used the API generator to jump start my interface, I was completely lost with what to do with all the resopurces and overhead for windows. I couldn't even find where to put the main program to calculate the heat transfer and display the result.
In reality all I want is a simple interface to create files for the data runs or read files and the windows filemanager is great, plus the print functions.
I hope I'm not the only one developing this type of software these days.
Bill Swain
swainw@asme.org
My industry actually is engineering that writes code to do something iteratively that I don't want to do by hand. It seems all C prgrams are now written to develop user interface, API, programs or for the Web.
Does anybody have any insight into an ANSI C program/compilier that will allow me to develop the types of programs without all the windows API issues. Even Borland C++ 4.5 required me to use "easywin" if I didn't want all the API features, but was limited to 16bit and some functions are not available to me anymore as they are not supported by the OS. Just for reference, when I used the API generator to jump start my interface, I was completely lost with what to do with all the resopurces and overhead for windows. I couldn't even find where to put the main program to calculate the heat transfer and display the result.
In reality all I want is a simple interface to create files for the data runs or read files and the windows filemanager is great, plus the print functions.
I hope I'm not the only one developing this type of software these days.
Bill Swain
swainw@asme.org