sameroom
[CatButts] it was a specific dll
Stas'M
uhm... I'm not sure I understand the question
Stas'M
what you trying to tell and to which application
Stas'M
and what's the actual problem
sameroom
[CatButts] windows applications using IE to browse a page/render a gui
Stas'M
ah... use MSHTML API
sameroom
[CatButts] MSHTML.DLL
sameroom
[CatButts] there we go
Anonymous
Need For Speed Hot Pursuit 2 (NFSHP2) Demo running in ReactOS: https://t.co/vyaT1scqvN via @YouTube
sameroom
[CatButts] yep
sameroom
[CatButts] mshtml is loaded
sameroom
[CatButts] I am prodding skype on windows XP
sameroom
[CatButts] and diagnosing why it no longer works
sameroom
[CatButts] conveniently enough, according to procmon, skype attempts to look for mshtml in its own folder first
sameroom
[CatButts] what does reactos do for its mshtml?
sameroom
[CatButts] (if anything)
sameroom
[CatButts] >MSHTML is the central component for rendering HTML pages in applications written for Windows. At the moment, ReactOS depends on a heavyweight Gecko-based MSHTML implementation that needs to be installed manually.
sameroom
[CatButts] anything better than IE8!
sameroom
[CatButts] especially when it comes to damned SSL
sameroom
[CatButts] mshtml.tlb
sameroom
[CatButts] what's a tlb?
sameroom
[RosBuild] build #4843 of Test KVM AHK is complete: Exception [6exception compile ahk] Build details are at https://build.reactos.org/builders/Test%20KVM%20AHK/builds/4843 blamelist: Timo Kreuzer <timo.kreuzer@reactos.org>
sameroom
[CatButts] LoadTypeLib
sameroom
[CatButts] eww, COM
sameroom
[CatButts] what has reactos paint been renamed to?
sameroom
[CatButts] it used to be paint.exe
sameroom
[CatButts] I am scavenging through the cabinet file
sameroom
[CatButts] from the ISO
Chungy
mspaint.exe?
sameroom
[CatButts] oh duh, yes
sameroom
[eersoy93] paint.exe naming is from Windows 1.x/2.x. :)
Chungy
pbrush.exe
sameroom
[eersoy93] pbrush.exe naming is from Windows 3.x.
sameroom
[eersoy93] :)
sameroom
[CatButts] I see winfile is no longer there
sameroom
[CatButts] I think explorer has a switch to let me run a single file explorer without replacing my hole damned shell
sameroom
[eersoy93] win(e)file can be imported from Wine.
sameroom
[eersoy93] A win(e)file is in ROSAPPS but it is old I think.
Chungy
explorer /nodesktop on Microsoft's version anyway
sameroom
[CatButts] dare I try?
sameroom
[CatButts] I tried, bad
sameroom
[Mysoft] mjansen you know something about windows SXS?
sameroom
[mjansen] yea
sameroom
[Mysoft] i'm interested on the possibility of using it
sameroom
[Mysoft] so that a different version of kernel32.dll would be loaded
sameroom
[Mysoft] but documentation regarding that is all scrambled up
sameroom
[Mysoft] partially due the new sxs of vista, and partially by not being specific on how sxs works (without dependencies on MS linker)
sameroom
[Mysoft] and if that only works if the replacement dll is signed :)
sameroom
[RosBuild] build #4846 of Test KVM AHK is complete: Exception [6exception compile ahk] Build details are at https://build.reactos.org/builders/Test%20KVM%20AHK/builds/4846 blamelist: Pierre Schweitzer <pierre@reactos.org>
sameroom
[RosKGB] 03Mark Jansen 05master 47da433 06reactos 10modules/rostests/apitests/ws2_32/open_osfhandle.c [WS2_32_APITEST] Add additional testcases. * 14https://git.reactos.org/?p=reactos.git;a=commitdiff;h=47da433
sameroom
[RosKGB] 03Mark Jansen 05afd_qvi eca5a2b 06reactos 10drivers/network/afd/afd/main.c [AFD] Respond to FileFsDeviceInformation. * 14https://git.reactos.org/?p=reactos.git;a=commitdiff;h=eca5a2b
sameroom
[RosKGB] 03Mark Jansen 05afd_qvi 72c052e 06reactos 10drivers/network/afd/afd/main.c [AFD] Mark the socket as named pipe, so NtWriteFile actually knows what to do with it. * 14https://git.reactos.org/?p=reactos.git;a=commitdiff;h=72c052e
sameroom
[hyoenmadan] i don't think windows SxS can be used to load different versions of core dlls
sameroom
[hyoenmadan] (kernel, user, gdi)
sameroom
[hyoenmadan] the mechanism was intented for usermode dlls as comctrl and libraries mostly
sameroom
[hyoenmadan] as the visual c and basic runtimes
sameroom
[hyoenmadan] for core components they use what they call APIsets, which is something totally different
sameroom
[hyoenmadan] ofc for ROS would be totally different
sameroom
[Mysoft] there's APIsets on XP?
sameroom
[pinchy] muh set of all sets
sameroom
[hyoenmadan] <Mysoft>: nope. APIsets started in Win7 and got widely system usage in Win8
sameroom
[Mysoft] then it does not help :P
sameroom
[hyoenmadan] ofc not
sameroom
[Mysoft] the only thing that seems to still help despite widely undocumented
sameroom
[Mysoft] are the shims...
sameroom
[hyoenmadan] XP doesn't provide any mechanism to mimic windows vesions
sameroom
[hyoenmadan] at core level
sameroom
[Mysoft] yes it does
sameroom
[Mysoft] ah ok
sameroom
[Mysoft] :P
sameroom
[Mysoft] because i noticed a shim that fixes execution on
sameroom
[Mysoft] pages that are not marked for execution...
sameroom
[Mysoft] so IF that shim... is enabled trough an exception... then it wont help
sameroom
[Mysoft] but if that shim... modifies the in memory version of the executable
sameroom
[Mysoft] then i want to mimic this shim to fix all the problems
sameroom
[Mysoft] but shims are so cryptic and poorly documented
sameroom
[Mysoft] that is hard to advance there
sameroom
[Mysoft] i probabily should look if there's a chapter on windows internals talking about that
sameroom
[encoded] hiiiiiiiii
sameroom
[encoded] where can i get dd-WReacTOS brcmarm ARMv71 ?