beanboy89 wrote:Don_HH2K wrote:Antony wrote:I hope the Very Cheap Calculator 0.1 can be compiled to executable file without the need of special runtime environment/engine.
Anybody with GCC/Win32 or some older version of MSVC want to compile this for us?
I could compile it at school using MSVC 6.0, but you might have to wait until after the new year to get it.
I have some good news and some bad news regarding compiling in MSVC 6.0.
First the bad news: Although I was unable to compile Very Cheap Calculator 0.1 from the source in MSVC 6.0. It seems that the code that I'm using to make the program pause after the answer is calculated, [tt]system("PAUSE");[/tt], is not compatible in MSVC 6.0. If I remove the line with that code in it, the program compiles, but immediately quits after running... Does anyone know of something like [tt]system("PAUSE");[/tt] that works in MSVC 6.0?
Now the good news, after the school's network drives were down yesterday for backing up (due to being at 91% capacity), no data was lost. I also discovered that my school has
Novell NetStorage, so I can access my school network drive from home, meaning that I can download any of my C++ projects, along with any versions of Very Cheap Calculator that I happen to compile at school.
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1) Gecko/20061101 SeaMonkey/1.1b