Politician Archive
Thread: So I made this cool budget helper...
Page 1 of 1
Trean
Sun Nov 02, 2003 9:08 am
#1
but I don't know how to create a .exe file that will run without the compiler program being installed on your computer. Can anyone help?
Gron_DM
Sun Nov 02, 2003 11:44 am
#2
there is a cool new harvester calc program that was written in a txt file that if you save as a html, will run in IE or netscape...
i lost the link but i swear i found one! ill post the text tonight, its on a pc in another location.
Trean
Sun Nov 02, 2003 11:46 am
#3
There are a bunch of crafting things like this on http://swgcraft.com but I made this program cause someone asked for a budget helper, and well it already solved all the budget problems i could have
Trean
Sun Nov 02, 2003 3:40 pm
#4
Here are my numbers, you can write it...
Small house 16 cr/hour, medium 34 cr/hr, large 50 cr/hr, pa hall 100 cr/hr
property tax charged by the hour 0-50%
sales tax(charged on each sale) 0-20%
income tax 0-1000 credits once a week
shuttle fees, citizens > 50 , 0-500 credit shuttle charge(per ride)
Personally I used a bunch of sliders, but don't know how well that would work with php. If you have any questions on code, all mine is in C++ and I know my way around php so I could lend you a hand when or if you get stuck.
asdflkjh
Sun Nov 02, 2003 4:39 pm
#5
You could always do it in excel and make macro's to keep track of things... Wouldn't be as fancy as a program in C++ tho...
Hiwrac
Sun Nov 02, 2003 10:40 pm
#6
Don't compile in debug mode (providing you are using Microsoft Visual C++) compiling in release mode should release it of any dependence on having the compiler installed.
If that doesn't work post here or send me a pm and I can compile it and send it back.
Hiwrac
If that doesn't work post here or send me a pm and I can compile it and send it back.
Hiwrac
Trean
Mon Nov 03, 2003 12:34 am
#7
I use borland c++ not microsoft, I was aware about the debug mode, for Borland I clicked releaase and all debug options turned off, and an .exe file was sent to the directory that was saved in. I had my friend try to run the .exe without having anythink like borland installed(he ran it from within the forlder with all the .cpp .h files that were saved in there) but an error came up about missing some borland inserted system32 file. Any ideas?
Shai-Tan
Mon Nov 03, 2003 1:43 am
#8
Where's a list of costs of everything? I could make and host a php page that does all of the calculation. Or just host it if someone else wants to write it
Hiwrac
Mon Nov 03, 2003 3:25 am
#9
Not sure, sounds like you are using some sort of proprietary library. If you are on win2k/xp you may have inadvertently used a part of the API that is not supported by win98/me. If you would like to, I sent you a PM with my e-mail address I can attempt to compile with Microsoft Visual C++ if you like.
-Hiwrac
-Hiwrac
Page 1 of 1