Skip to content
/ dcxdll Public

Dialog Control eXtensions for mIRC

License

BSD-3-Clause, BSD-3-Clause licenses found

Licenses found

BSD-3-Clause
LICENSE
BSD-3-Clause
license.txt
Notifications You must be signed in to change notification settings

twig/dcxdll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 3, 2025
4f98920 · Apr 3, 2025
Apr 2, 2025
Dec 12, 2023
Oct 10, 2023
Oct 15, 2023
Feb 23, 2022
Mar 4, 2025
Apr 2, 2025
Nov 6, 2024
Jun 19, 2023
Jan 4, 2024
Sep 28, 2024
Mar 12, 2025
Oct 24, 2024
Nov 21, 2024
Oct 4, 2024
Sep 28, 2024
Dec 9, 2023
Mar 24, 2024
Mar 24, 2024
Sep 28, 2024
Sep 28, 2024
Oct 31, 2023
Oct 31, 2023
Jul 2, 2016
Oct 31, 2023
Jan 14, 2024
Nov 21, 2024
Mar 26, 2024
Jan 1, 2024
Dec 20, 2013
Feb 13, 2011
Jun 1, 2010
Feb 21, 2022
Feb 14, 2018
Nov 7, 2013
Apr 30, 2022
Feb 6, 2024
Nov 12, 2020
Apr 2, 2025
Feb 21, 2022
Jul 26, 2023
May 10, 2021
Mar 12, 2025
Jan 16, 2025
Mar 24, 2023
Sep 28, 2024
Sep 28, 2024
Mar 26, 2024
Mar 12, 2025
Sep 29, 2024
Nov 12, 2020
Mar 21, 2025
Sep 12, 2024
Mar 8, 2024
Jun 1, 2010
Jun 25, 2022
Oct 4, 2024
Oct 4, 2024
Apr 23, 2017
Feb 6, 2024
Jul 17, 2024
May 23, 2022
Apr 3, 2025
Mar 12, 2025
Aug 28, 2024
Mar 2, 2014
Mar 26, 2024
Apr 3, 2025
Jun 1, 2010

dcxdll

Dialog Control eXtensions for mIRC

Support forum: None... Pre-Built dll's: https://github.com/twig/dcxdll/releases

This is DCX version 3.1+ & requires mIRC v7.45+

How to compile

1: Install Microsoft Visual Studio 2022, make sure you install the latest SDK as well as all the C++ desktop stuff

2: Clone the git for dcxdll

3: Clone the git for Detours link

4: Clone the git for GSL link

5: Install mIRC somewhere for debugging the dll, this should be a special install just for debugging.

6: Install PHP NTS build link this is only needed to build the docs.

7: Edit dcx.props & change

<mIRCDir> - to point to the previously mentioned mIRC install

<PHPDir> - to point to the PHP install

<DetoursDir> - to point to the Detours dir

<GSLDir> - to point to the GSL dir

8: Compile Detours libs

9: Compile DCX