June 24, 200620 yr was playing around with the demo for rise of nations and found that it only needed a few apis rather than a few hundred. and was wondering if it was posible to get it to work.i had to extract the contents of the msi because the install had a version checker which i got past successfully with unicows but then it wanted admin privllages and i could go no further.so here what they areKernel32.dll AttachConsoleKernel32.dll Process32FirstWKernel32.dll Process32NextWGdi32.dll GetGlythIndicesWand i need a copy of PDH.dll as in a fake copy like the ones made by Tihiy for PSAPI (the real PDH.dll references to NTDLL.dll so it is no good)
June 25, 200620 yr PSAPI maked by Tihiy has bug.I think that pdh.dll from WinXP SP2 can't be faked to run under win98se!
June 25, 200620 yr Author ohh but psapi worked isnt there a way to delete the ntdll dependencies out of pdh.dll or some unicows thingy
June 28, 200620 yr Author was recently playing around with win2k and found that 2k didnt have the AttachConsole API either but the system requirements allow 2k so it must of been incorperated into 2k so it should be able to possibly maybe put it in 98 maybe.
June 28, 200620 yr GetGlythIndicesW should be GetGlyphIndicesW... it's a 2k+ API, doesn't look too easy to implement...Process32FirstW and Process32NextW are just W (unicode) versions of APIs that have existed since Win95, so interfacing them to the existing A versions should not be too difficult (quick Unicode conversion: delete every second byte from the string).
June 28, 200620 yr Author oops you right it is GetGlyphIndicesW but does anyone know what AttatchConsole function does.
Create an account or sign in to comment