Search found 4 matches

by Xvonabur
Sun Mar 01, 2009 3:39 am
Forum: PSP Development
Topic: Free Heroes II engine porting. Advice needed!
Replies: 8
Views: 3897

C ++ isn't new for me (I mean syntax aspect).
I know C#, and some things about windows libraries. However, not so much. Ok, I'll try to google some info.
Sorry for my noob questions.
And thanks again.
by Xvonabur
Sun Mar 01, 2009 1:49 am
Forum: PSP Development
Topic: Free Heroes II engine porting. Advice needed!
Replies: 8
Views: 3897

First step is to learn the basics of programming Things like a) Getting the toolchain compiled b) knowing what basic compiler things mean (GCC, Binutils, libraries, etc) c) Learning everything about makefiles and creating your own. d) Consolidate, Consolidate, Consolidate, Consolidate.. If you want...
by Xvonabur
Sat Feb 28, 2009 3:47 am
Forum: PSP Development
Topic: Free Heroes II engine porting. Advice needed!
Replies: 8
Views: 3897

jojojoris , thanks for your reply. The main problem is that there are a lot off *.cpp files and i don't know even how to compile them (I read that makefile is needed for this, but not all directories have them). So, what would you advice me for my first step in porting, jojojoris ? May be some help...
by Xvonabur
Sat Feb 28, 2009 1:37 am
Forum: PSP Development
Topic: Free Heroes II engine porting. Advice needed!
Replies: 8
Views: 3897

Free Heroes II engine porting. Advice needed!

Hi, all. I'm a noob in porting questions, but I really want to try. My comp has Ubuntu 8.04 + SDK (I used this tutorial ) for psp and also Windows XP SP3, as a second OS. I've downloaded the source files of engine ( link ) C# and assembler basics are familiar to me, so it wouldn't be so dificult to ...