Inheritance problem

The Partridge Family were neither partridges nor a family. Discuss.
Post Reply
cameron
Posts: 794
Joined: June 26th, 2012, 5:38 pm
Location: USA

Inheritance problem

Post by cameron » January 7th, 2013, 2:50 am

I have a problem with inheritance and I cant figure out why it isnt working. Its the advance function.
What is the problem?

Also i keep getting this error that says cant open file specified blahblahbalh/release.exe why is this?
Attachments
Income wars7 - Copy.rar
(648.66 KiB) Downloaded 159 times
Computer too slow? Consider running a VM on your toaster.

User avatar
codinitup
Posts: 112
Joined: June 27th, 2012, 7:43 am

Re: Inheritance problem

Post by codinitup » January 7th, 2013, 4:02 am

Well I can't help with the inheritance much because I am terrible at it, but the "cannot open file" thing might be caused by moving the file...For example if you have if you have the folder that contains your project (we'll call that projFolder) and you move it out of the folder it was origionally in you will have problems (we'll call the origional folder oriFolder).

So to recap, you probably moved projFolder out of oriFolder and the compiler is looking for it in the oriFolder, so when the project doesn't reside there anymore you might get that error.
MOOOOOO

User avatar
LuX
Posts: 1492
Joined: April 22nd, 2012, 12:33 pm
Location: Finland

Re: Inheritance problem

Post by LuX » January 7th, 2013, 6:57 pm

Didn't get any errors.

Maybe you just messed something and need to clean the project. The download works.
ʕ •ᴥ•ʔ

cameron
Posts: 794
Joined: June 26th, 2012, 5:38 pm
Location: USA

Re: Inheritance problem

Post by cameron » January 7th, 2013, 9:33 pm

But what about the problem with inheritance in my code? The advance function?
Computer too slow? Consider running a VM on your toaster.

Musi
Posts: 106
Joined: November 25th, 2012, 1:06 am

Re: Inheritance problem

Post by Musi » January 7th, 2013, 9:55 pm

Works for me too, no errors. What exactly is wrong with the inheritance?
Musi

There are 10 types of people that understand binary.
Those that do, and those that don't.

cameron
Posts: 794
Joined: June 26th, 2012, 5:38 pm
Location: USA

Re: Inheritance problem

Post by cameron » January 8th, 2013, 5:28 am

Its just my project its messed up I just relized. Like beyond repair. Gotta start fresh.:)
Computer too slow? Consider running a VM on your toaster.

Post Reply