Hi again :) So you have the tcl84.dll in the right place? \windows\system32 or something like that. It doesn't matter where it is, windows first search for dlls in the program directory (where the codeblocks exe is), then it search through the registered dlls. It's possible that the dll isn't registered. Try to run regsvr32.exe c:\windows\system32\tcl84.dll (or where it is). I'm on linux now, I can't recall where is regsvr32.exe, maybe it's in the system32 folder too, but i think it's in the PATH.
Imre Horvath On Mon, 2008-12-01 at 17:07 +0000, John Emmas wrote: > I first installed Cygwin a couple of months ago and I've been using it > successfully to build and debug programs using an IDE called Code:Blocks. > > This afternoon - all of a sudden - gdb won't run any more. Windows gives me > a message saying that the dynamic link library tcl84.dll cannot be found. > I've searched my system and Windows appears to be right. > > I last used gdb on Friday (3 days ago). Since then, the only significant > thing I've done is to install QT4 from cygwin-ports, on Saturday morning. > Is it possible that this somehow got rid of tcl84.dll? I can't debug any > kind of app - not even a simple console app that doesn't even use QT4. > > Can anyone enlighten me about what tcl84.dll is? And how might it have got > lost and how do I get it back? > > Thanks, > > John > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Cygwin-ports-general mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/cygwin-ports-general ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Cygwin-ports-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cygwin-ports-general
