Dll not found.

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Ghoti
Posts: 288
Joined: Sat Dec 31, 2005 11:06 pm

Dll not found.

Post by Ghoti »

Hi folks,

The compiler gives an error that a cygwin1.dll cannot be found. I have solved this by copying the dll to the system32 folder but then i got another and another and if i go on then i have to copy the whole directory to the system32. Is there an better way of connecting the dll files to the compiling process? (can it be done in vc++?)

greets

ghoti
Ghoti
Posts: 288
Joined: Sat Dec 31, 2005 11:06 pm

Post by Ghoti »

The example now doesn't give the dll error anymore but with every other new project I make it gives the missing dll error it really puzzels me :S any ideas?
User avatar
groepaz
Posts: 305
Joined: Thu Sep 01, 2005 7:44 am
Contact:

Post by groepaz »

this sounds like a fundamental cygwin problem, i'd reinstall it (just install it over the existing tree, no need to built the toolchain etc again)
Ghoti
Posts: 288
Joined: Sat Dec 31, 2005 11:06 pm

Post by Ghoti »

tried that but didn't work :S strange :S however since my samples works i'll do everything with that then. How can I however change the name and picto's background pics normally after I used the application builder? cause now i have to use the sample i can't name it differently etc.
Ghoti
Posts: 288
Joined: Sat Dec 31, 2005 11:06 pm

Post by Ghoti »

I think i have found the error.

I have set the pspsdk dir to c:\pspsdk.
the sdk is there but when i change it to c:\cygwin (the cygwin dir) it works except the elf2pbpm so i have to edit the make.bat to get it all to work.
Post Reply