Re: DoModal of CFileDialog Crash under Vista



what does "extern.dll" do exactly?
if it's not crashing when you remove the code to load the DLL, then it
probably has something to do with the DLL. I would ask the vendor of the
DLL if it is Vista compatible.


"jm" <nospam@xxxxxxxxxx> wrote in message
news:e$NmAbyMIHA.2208@xxxxxxxxxxxxxxxxxxxxxxx
Hello,
I have a big problem, under Vista my application crash
when I call DoModal of CFileDialog (exactly at ::GetOpenFileName)
but no crash under XP.
And when I remove a LoadLibrary(extern.dll) no Crash!
Library is not mine and necessary.
I do not have the solution.
Thank you for your help.




.



Relevant Pages

  • Re: New User needs Freeware Firewall ...
    ... >> first it would not load at startup. ... This was an acknowledged problem ... Then my machine started locking up and crashing. ... >> then my machine would only crash a couple of times a day. ...
    (comp.security.firewalls)
  • Re: running a service/driver/application upon startup
    ... debug version of the image is too large to load onto the device. ... I ran dumpbin/exports on the finger dll and saw the required function names: ... > theories as to why it's not getting loaded but just doing 'services load ...
    (microsoft.public.windowsce.embedded)
  • Re: Unable to load custom driver on WinCE 6
    ... I'm trying to make and load a simple DLL on WinCE 6 by following the ... I've made a subproject at PB project to include the simple DLL ... At the target device, the mydriver.dll file is in the Windows ... I wrote a simple application to load the driver dynamically ...
    (microsoft.public.windowsce.embedded)
  • Re: Cannot activate sbcl
    ... but I think what happens is that Windows sees that your executable has a DATA section that might overlap a DLL's address space then it would reallocate that DLL to different address space. ... VirtualAlloc dynamically in your code is that your program and all its ... What can be done here is to have many tiny executables with different BSS sections in them, which then load a bigger executable in the form of a DLL. ...
    (comp.lang.lisp)
  • Re: DLL load should be easy, but errors
    ... But I cant load even the simple DLL I ... Just supply the exe with the path to the DLL I showed. ... foreach (Type typ in types) ... 'typ.GenericParameterAttributes' threw an exception of type ...
    (microsoft.public.dotnet.languages.csharp)

Loading