Originally posted by: moomoo40moo
"This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem" multiple times running it did not work...
XP pro here
Don't worry buddy, just a college student looking for opinions on his work. Feel free to save and scan it, it's safe.Originally posted by: DaShen
I am not dling a .exe :roll:
I will try this and post back soon.Originally posted by: sao123
compile this under relase mode instead of debug. then try to redistribute it.
debug mode uses different system calls and dll's as release mode.
Yep. *sigh*Originally posted by: sao123
same error. I am currently download VC 2005.net express with .net framework 2005, thats what u programmed this under right?
You have got to be kidding me. Any antivirus program that regards THIS as a virus is extremely retarded. I just wrote it myself!Originally posted by: JS80
Trojan
Originally posted by: archcommus
You have got to be kidding me. Any antivirus program that regards THIS as a virus is extremely retarded. I just wrote it myself!Originally posted by: JS80
Trojan
Thanks!Originally posted by: dullard
Program now runs.
I'll create a list of bugs/quirks.
1) Bug: Press 1 or 2. I press 'H'. Program goes into an endless loop.
2) Quirk: It allows numbers of negative zero to be entered and it treats it different than zero.
3) Bug: Press Y or N. I press 'H'. Program crashes.
4) Bug: Enter any number for feet, inches, etc. I press 'H'. Program crashes.
5) Bug: Enter 1e50 feet and 0 inches. Result is -2147483648 meters and 3.048e51 cm. What the heck does that mean?
6) Bug: Enter 1e999 feet. The program enters an endless loop.
7) Quirk: Usually, people only want one answer, such as 1.5 meters. They typically don't want 1 meter and 50 cm.
8) Quirk: It asks if I want to run THIS calculation again. I say yes, and it asks which calculation to run. I just answered that I want to run THIS calcuation, so why ask which one? Did you mean to ask if I wanted to run ANOTHER calculation?
9) Bug: 1 pound is 453.592 grams, NOT 453.597 grams.
I think that would be taken care of automatically when it's converted to metric.Originally posted by: joshsquall
It'd be nice if you automatically converted smaller units into larger ones if the # of smaller went over the limit. For example, if I put in 15 feet and 74 inches, convert it to 21 feet and 2 inches. Not that difficult.