GP32 devkitadv problem with "cannot find cygwin1.dll"?


generalnmx

Playful/Fascist Mod
Joined
Apr 18, 2003
Messages
2,128
Age
43
Location
Maryland, USA
Website
www.matts-hosting.com
Make sure you are using %SystemRoot% instead of C:\WINDOWS in your PATH variable for the locations of System32 and System32\Wbem. So if you just put c:\devkitadv\bin in your PATH setting, it should look like this:

%SystemRoot%\System32;%SystemRoot%\System32\Wbem;c:\devkitadv\bin

In the environment variables screen, "%SystemRoot%" will appear to be C:\Windows or whatever your windows installtion directory is.

I just found this out the hard way with a stupid XP Home setup by Dell.
 
Last edited by a moderator:
i'm not sure of what is your pb. Do you have pb setting up the path ?
this is easy under XP
go to your variable environement setup
in the user variable environement, if it does not exist, click 'new' and write 'path'
then clik on edit or modify and add
c:\devkitadv\bin

that's all !

reboot if needeed.

good luck !
 
Sorry, I guess I wasn't specific enough. This isn't my problem, this is a possible solution for people with the error "cannot find cygwin1.dll". I thought if I had the problem, others might as well.
 
Back
Top