News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

where can I find exchndl.dll source code?

Started by huzhongshan, April 13, 2011, 06:23:33 AM

Previous topic - Next topic

huzhongshan

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?

MortenMacFly

Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]