Author Topic: Where can i find this DLL  (Read 4653 times)

jksdev

  • Guest
Where can i find this DLL
« on: August 02, 2009, 08:53:11 am »
 Hi All

 Where can i find this DLL  libexpat-1.dl,

 every time i start a debugging up there come a error missing file.

 I use Win XP, MinGw 3.4.5 C:B 8.02

  Thanks:
 
     Joern K. Soerensen


Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Where can i find this DLL
« Reply #1 on: August 03, 2009, 07:30:31 am »
Where can i find this DLL  libexpat-1.dl,
This is not part of C::B neither of the compiler that ships with 08/02. Thus the only reason must be a dependency of the application *you* are developing, probably some libraries you are using.

So - I (we) cannot tell. At least it's 99.99999% sure that it's not a C::B issue.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

jksdev

  • Guest
Re: Where can i find this DLL
« Reply #2 on: August 06, 2009, 12:06:41 pm »
Problem solved, i have installed minGw 2 times so when i have deleted 1 of them and started up again
every things is running OK.  :P
Thx for all replay

      Joern K. Soerensen