Author Topic: where can I find exchndl.dll source code?  (Read 3708 times)

Offline huzhongshan

  • Multiple posting newcomer
  • *
  • Posts: 109
where can I find exchndl.dll source code?
« on: April 13, 2011, 06:23:33 am »
I try to use LoadLibrary("exchndl.dll") [version shipped with codeblocks] in program , and find it reports wrong function name , and I want to read the code to see what happened , where can I find the source code of exchndl.dll?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: where can I find exchndl.dll source code?
« Reply #1 on: April 13, 2011, 06:25:52 am »
...in SVN under /trunk/src/base/exchndl
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