Hi, Just realized I replied to you directly instead of the list so have copied that in below. In any event, I believe my MPR.DLL is ok too, it showed up in that list generated by the depends program:
> [F ] e:\winnt\system32\MPR.DLL I believe the other two DLL's are related directly to IE7? Cheers, Mike > I checked this build on 2 WindowsXP PCs I have and it runs without errors. > Looks like we need another MSVC-free PC to test it. > > depends.exe shows almost the same list as yours. > The differences with your list are: > 1) I have mpr.dll in my system32 directory > 2) I do not have IEFRAME.DLL and DWMAPI.DLL in my list. > > It's not obvious that this is DLL-dependency issue. I will look into static > initialization of jitrino.dll. > > > On 5/14/07, Michael M. Miskulin <[EMAIL PROTECTED]> wrote: > > > > > I know the only way to find out the reason: put breakpoint into static > > > initialization routines of Jitrino and step instruction by instruction > > in > > > debug mode until the error is localized. I'm going to try this tomorrow > > if I > > > can reproduce the problem on the same build. > > > > > > I do not think that the problem is with '/\' characters (I agree we need > > to > > > fix it to avoid such a confusion in future). You can check it modifying > > > client.emconf file (the default one) and changing all 'jitPath' values > > to > > > absolute paths or by adding -XX:em.jitPath=<full path to jitrino.dll> > > into > > > the command line. > > > > > > I tried with the -XX option and get this: > > Failure to open JIT dll C:\jre\bin\jitrino.dll -1073021795 > > apr code: Unknown error > > EM: JIT library loading error:'C:\jre\bin\jitrino.dll' > > Cannot instantiate EM > > HMYEXEL062E Internal VM error: Failed to create Java VM > > FAILED to invoke JVM. > > > > > > > > --------------------------------------------------------------------------------- > > Reach for the sky cause tomorrow may never come > > > > > > > -- > Mikhail Fursov --------------------------------------------------------------------------------- Reach for the sky cause tomorrow may never come
