PDA

View Full Version : PSPdev win32 help



jolidesignuk
June 11th, 2006, 09:59
Hi.

I've been programming in windows for a long time. And have also created a few apps for GBA. But I'm a total noob when it comes to psp.

I'm using the pspdev win32 toolchain/compiler. I'm using MinGW instead of cygwin.

Needless to say, everything compiles and i can get the HelloWorld and Counter progs to run on my 2.6.

My problem is with the simple image processing tutorial. I need the png.h file. All other header files are there.

How can i download this file when not using cygwin?

yaustar
June 11th, 2006, 19:03
The PNG library should be almost standard with most released SDKs. Look in your PSPSDK includes folder: (usually under C:\PSPSDK\includes I think) and see if you have png.h there. If not, gab the source code from the PNG Library site and build it yourself.