Search found 11 matches

by flyboy2012
Fri Oct 24, 2008 7:57 am
Forum: PSP Development
Topic: Collisions (i think)
Replies: 6
Views: 2471

i did not plan to release this shell. it is intended for personal use. i am learning to code and this is my first project so it shouldn't surprise you that it is poorly written but i still need help
by flyboy2012
Thu Oct 23, 2008 12:18 pm
Forum: PSP Development
Topic: Collisions (i think)
Replies: 6
Views: 2471

Collisions (i think)

I am trying to launch a .PBP when i have my image (sprite) over my other image (item1). The program should start when i press cross as long as my sprite is the the boundaries (x50 y50) also the same size of my image (item1)but when i press cross nothing happens so... How have i set my main.c file up...
by flyboy2012
Thu Oct 23, 2008 12:15 pm
Forum: PSP Development
Topic: selecting images
Replies: 11
Views: 3392

i posted in the wrong spot please excuse my mistake
by flyboy2012
Thu Oct 16, 2008 11:30 pm
Forum: PSP Development
Topic: selecting images
Replies: 11
Views: 3392

a friend sent me this and yes this is what i was asking for #include <oslib/oslib.h> PSP_MODULE_INFO&#40;"Desktop", 0, 1, 0&#41;; PSP_MAIN_THREAD_ATTR&#40;THREAD_ATTR_USER | THREAD_ATTR_VFPU&#41;; PSP_HEAP_SIZE_KB&#40;20*1024&#41;; int initOSLib&#40;&#41; &a...
by flyboy2012
Sun Oct 12, 2008 3:26 pm
Forum: PSP Development
Topic: selecting images
Replies: 11
Views: 3392

Re: selecting images

flyboy2012 wrote:hello i am trying to select an image with an image
that is what i want to do how can i be more sepefic?
by flyboy2012
Sun Oct 12, 2008 7:37 am
Forum: PSP Development
Topic: selecting images
Replies: 11
Views: 3392

tryed that
by flyboy2012
Sun Oct 12, 2008 5:07 am
Forum: PSP Development
Topic: selecting images
Replies: 11
Views: 3392

the code you use in the main.c
like

Code: Select all

oslDrawImage&#40;background&#41;;
osl stands for old school library
by flyboy2012
Thu Oct 09, 2008 9:20 am
Forum: PSP Development
Topic: Hello world simple application : 80020148 error.
Replies: 8
Views: 3281

i always type

Code: Select all

make
by flyboy2012
Thu Oct 09, 2008 8:09 am
Forum: PSP Development
Topic: Hello world simple application : 80020148 error.
Replies: 8
Views: 3281

This does not require the 1.50 kernel addon Makefile: TARGET = Hello World OBJS = main.o PSP_FW_VERSION = 380 BUILD_PRX = 1 INCDIR = CFLAGS = -G4 -Wall -O2 CXXFLAGS = $&#40;CFLAGS&#41; -fno-exceptions -fno-rtti ASFLAGS = $&#40;CFLAGS&#41; LIBDIR = LDFLAGS = STDLIBS= -losl -lpng -lz \...
by flyboy2012
Thu Oct 09, 2008 7:56 am
Forum: PSP Development
Topic: selecting images
Replies: 11
Views: 3392

selecting images

hello i am trying to select an image with an image and i was hopeing someone here new how i found this .lua script and it has what i need for my app but i dont know how to wright it in old school lib code here is the .lua script lines that i need to convert --Start button if strtwndw == 0 and pointx...
by flyboy2012
Tue Oct 07, 2008 9:02 am
Forum: PSP Development
Topic: help please
Replies: 0
Views: 804

help please

what is the old school lib code for selecting images with another image like code red did with his app CRWindowsPSP? http://www.mediafire.com/?ohtwomm4x04 ------download