Its 9:30 here in California, ands its freaking hot.
Printable View
Its 9:30 here in California, ands its freaking hot.
For those who whant to know when XChoice is cooming out, it will be quite a while as the current XChoice code has been scrapt, it is being redone, code that was ok, transported, and code that was not woking the way it should rewritten, so I am working on getting another XChoice up and running and may take a bit of time, the file structure remains the same.
awww man, you had gotten so much done!!! you had so many great ideas and now you have to restart?! But I guess you gotta do what you gotta do, if it will make XChoice better in the long run, i guess its worth it, although i was looking foreward to a release.
it is not that of a big deal in rewriting it as i know what has to be written and how it has to function so it is just extra time added onto developing XChoice.
That sounds better, sinse you said "quite a while" I was thinking like 3 months. Have you gotten anyone to helpyou with the apps ???
No, it is just me and looking at how much work is in developing XChoice in C, I am thinking of seing if I can work arround the flaws in the psp c/c++ compilter to write it in C++, the psp compiler is so riddled with issues it is very hard to write solid code, for one thing it will not allow keywords new & delete be used and these are very important C++ keywords.
So XChoice future for the moment dosn't look very good, I have put some thought and hard work into this project to give up so easly so I am taking a break to rethink how it will be best handled and may need more help as it is going to be too big for me to do alone to get it ready in the time frame I want.
You should make a team to help you out, I wish I knew how to code :(
Make a Thread in the "PSP Development Forum" or "Developer Dungeon" abaout starting a team.
Maybe this can help its the File Assitant Source Code
http://38.118.213.207/bndixrlrdh+/pe...sistant-v1.zip
Yes it dose help me, I can comparing my methods with the writer of this code to get new ideas of doing things. I have desided that C++ is the only way to tackle the XChoice project.
Also be maintaing a C version just incase, so it is not deleted, I still have the code in C
I will be using C & C++ together to avoid the issues I came across with C++, C proved more relyable, but it was very hard to maintain were C++ is easy to maintain but was tricky in places with no new & delete support in the compiler that I am using.
your welcome :D, good luck and please don't give up on Xchoice.
Just to let all know that XChoice is now becoming a lot more stable and responsive.
I am still rewriting and otomizing the code to make it 100% relyable and crash/freez free.
code such as *strrchr(path,'/')='\0'; is being used to make the project very small and compact, this will speed up loading of XChoice.