mIRC Home    About    Download    Register    News    Help

Print Thread
#143383 23/02/06 06:53 PM
Joined: Feb 2005
Posts: 344
B
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Feb 2005
Posts: 344
my dialogs are totaly srewed up with the new mirc.
I use mdx with the dialog.
please help

#143384 23/02/06 07:52 PM
Joined: Feb 2006
Posts: 54
T
Babel fish
Offline
Babel fish
T
Joined: Feb 2006
Posts: 54
this is becuse khaled add to 6.17 a manifest to enable Xp Visual style
if you type /run notepad.exe mirc.exe
you will see the falling code is add to mirc.exe 617
Code:
 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="mIRC.mIRC.mIRC" type="win32"/>
<description>Internet Relay Chat Software</description>
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" language="*"/>
</dependentAssembly>
</dependency>
</assembly> 


if you want to work with mdx u need to use another code an put a file with the name : mirc.exe.manifest in the same dir with mirc.exe is
exampel:

Code:
 
first /write mirc.exe.manifest 
then /run notepad.exe mirc.exe.manifest
add the code below:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
       <assemblyIdentity
                    name="mIRC.mIRC.mIRC"
                    version="1.2.3.4" />
                    publicKeyToken="8275b28176rcbbef"
       <clrClass
                    clsid="{65722BE6-3449-4628-ABD3-74B6864F9739}"
                    progid="mIRC.testClass1"
                    threadingModel="Both"
                    name="mIRC.testClass1"
                    runtimeVersion="v1.0.3705">
       </clrClass>
       <clrClass
                    clsid="{367221D6-3559-3328-ABD3-45B6825F9732}"
                    progid="mIRC.testClass2"
                    threadingModel="Both"
                    name="mIRC.testClass2"
                    runtimeVersion="v1.0.3705">
       </clrClass>
       <file name="mIRC.dll">
       </file>
</assembly>
 

after saveing mirc.exe.manifest
type /run mirc.exe to run a copy of mirc

this sould fix the problem for all thoes want conntinue using mdx.dll


smile
Note: do not try to patch mirc.exe with this code just use a mirc.exe.manifest. EOF.

#143385 23/02/06 08:42 PM
Joined: Feb 2005
Posts: 344
B
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Feb 2005
Posts: 344
dialogs are still messed up.
and the icons get a black shadow around them.

#143386 23/02/06 08:44 PM
Joined: Feb 2006
Posts: 54
T
Babel fish
Offline
Babel fish
T
Joined: Feb 2006
Posts: 54
are u using windows xp ?

#143387 23/02/06 08:45 PM
Joined: Feb 2005
Posts: 344
B
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Feb 2005
Posts: 344
yes

#143388 23/02/06 08:47 PM
Joined: Feb 2006
Posts: 54
T
Babel fish
Offline
Babel fish
T
Joined: Feb 2006
Posts: 54
with code of both have you used i post the first or the second ?

#143389 23/02/06 08:49 PM
Joined: Feb 2005
Posts: 344
B
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Feb 2005
Posts: 344
the second

#143390 23/02/06 08:51 PM
Joined: Feb 2006
Posts: 54
T
Babel fish
Offline
Babel fish
T
Joined: Feb 2006
Posts: 54
and you are sure you have a file in the same dir with (mirc.exe) with the name (mirc.exe.manifes) with the second code i post ? and you have restard your mirc ?

#143391 23/02/06 08:54 PM
Joined: Feb 2005
Posts: 344
B
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Feb 2005
Posts: 344
yes and yes and yes
but i'll be back tomorow

Last edited by Bullseye; 23/02/06 08:58 PM.
#143392 23/02/06 09:03 PM
Joined: Feb 2006
Posts: 54
T
Babel fish
Offline
Babel fish
T
Joined: Feb 2006
Posts: 54
Ok Let's try somthing difrent
replace the second code i give you with this one

Code:
 
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="mIRC.mIRC.mIRC" type="win32"/>
<description>mIRC Internet Relay Chat</description>
</assembly>

 

and try again!

#143393 24/02/06 06:09 AM
Joined: Feb 2005
Posts: 344
B
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Feb 2005
Posts: 344
still doesn't work.

#143394 24/02/06 07:29 AM
Joined: Feb 2006
Posts: 54
T
Babel fish
Offline
Babel fish
T
Joined: Feb 2006
Posts: 54
Well the probleam is not the codes i post(mirc.exe.manifest) becuse here it works great
then you may missing a or some system dlls. or you doing somthing wrong
mIRC 6.17 will break all scripts using mdx.dll ,and the only way to continnue using mdx in 6.17 is using an mirc.exe.manifest at the same dir where mirc.exe is with one of the both codes i post have a nice day !

#143395 26/02/06 01:17 PM
Joined: Dec 2003
Posts: 7
V
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
V
Joined: Dec 2003
Posts: 7
mine work fine


Link Copied to Clipboard