Discuss general issues about modding HaloPC. Post ideas for mods here.
Tyler777
Posts: 570 Joined: Fri May 25, 2007 12:19 pm
Location: K-Town
Contact:
Post
by Tyler777 » Sun Sep 30, 2007 12:23 am
I Keep Getting 2 Syntax errors when i try to run it so idk can anyone help that knows RB?
I Get those errors when i try to build the app yes apps complete once those errors are fixed macs will have a app for 3rd person
Here is What the GUI will look like
bcnipod
Posts: 3580 Joined: Tue May 15, 2007 8:52 am
Location: 45 Minutes outside Boston
Contact:
Post
by bcnipod » Sun Sep 30, 2007 4:22 am
This might sound like a stupid question but will we have to own RB to run this or will it be a stand-alone application?
Altimit01
Posts: 947 Joined: Sun Jun 04, 2006 12:10 pm
Post
by Altimit01 » Sun Sep 30, 2007 4:32 am
No you won't need RB. This thing about coding as opposed to scripting is it compiles to an executable. Every app I've released was written in RB. Only one of them needed an extra component either installed or kept locally and it was a simple matter of tucking it into the frameworks folder of the application bundle.
Errors:
"rbGlobal module" is an illegal name. Object names cannot contain spacing. Try using "rbGlobal_module" or simply "rbGlobal".
"Call" is a reserved key wrod for a function used by RB, specifically allowing you to run functions and not have to use their output. (yes you can get errors for simply invoking functions that return a value if you don't use the value.) You can delete the method since according to the version you put on hdev it's a dummy function anyway.
Tyler777
Posts: 570 Joined: Fri May 25, 2007 12:19 pm
Location: K-Town
Contact:
Post
by Tyler777 » Sun Sep 30, 2007 10:43 am
thanks alt main helped me with 1 error but i deleted the call stuff but i still get the call error any ideas?
bcnipod
Posts: 3580 Joined: Tue May 15, 2007 8:52 am
Location: 45 Minutes outside Boston
Contact:
Post
by bcnipod » Sun Sep 30, 2007 10:50 am
look at your post on Halo Dev forums. Main posted something for you.
Tyler777
Posts: 570 Joined: Fri May 25, 2007 12:19 pm
Location: K-Town
Contact:
Post
by Tyler777 » Sun Sep 30, 2007 11:11 am
i know that got rid of the fist problem its basicly what alt just said but still getting the vblib error
Main
Posts: 262 Joined: Sat Mar 05, 2005 5:53 pm
Location: 0x402AB038-Speed(Float).
Post
by Main » Sun Sep 30, 2007 11:26 am
Tyler777 wrote: i know that got rid of the fist problem its basicly what alt just said but still getting the vblib error
Yeah, go into that lib area and delete the VB checker, it's the first one on the list.
Very small due to Signature Regulations.
Tyler777
Posts: 570 Joined: Fri May 25, 2007 12:19 pm
Location: K-Town
Contact:
Post
by Tyler777 » Sun Sep 30, 2007 12:45 pm
altimit is helping me clean up the errors in it
Tyler777
Posts: 570 Joined: Fri May 25, 2007 12:19 pm
Location: K-Town
Contact:
Post
by Tyler777 » Sun Sep 30, 2007 2:31 pm
both those errors are fixed altimit is fixing the rest (giving him lots of credit for the help)
i fucked up converting the code so it made errors we thougth we had but we just gotta change the way the hex is linked
bcnipod
Posts: 3580 Joined: Tue May 15, 2007 8:52 am
Location: 45 Minutes outside Boston
Contact:
Post
by bcnipod » Sun Sep 30, 2007 4:32 pm
I know i little tiny bit of PPC code if that helps, also I know quite a bit of Unix code, and some Java.
halomacmodder
Posts: 159 Joined: Thu Sep 07, 2006 3:16 pm
Post
by halomacmodder » Mon Oct 01, 2007 6:19 pm
Could we please get an update on the progress? Sorry, I'm really itching to get my hands on this thing...
Altimit01
Posts: 947 Joined: Sun Jun 04, 2006 12:10 pm
Post
by Altimit01 » Mon Oct 01, 2007 7:04 pm
Progress: those errors were fixed. Now there's quite a few, mainly things not being declared, bad syntax and other forms of insanity.
Tyler777
Posts: 570 Joined: Fri May 25, 2007 12:19 pm
Location: K-Town
Contact:
Post
by Tyler777 » Mon Oct 01, 2007 7:46 pm
well seeing as this is my biggest project i am glad i am getting alts help i am still learning RB its pretty simple tho alought easyer than that of C++ and Xcode