midl\oleaut32.dll : error MIDL2020 : error generating type library : LayOut failed : IXMLDOMNode

Ask a Question related to ASP Components, Design and Development.

  1. #1

    Default midl\oleaut32.dll : error MIDL2020 : error generating type library : LayOut failed : IXMLDOMNode

    Hi there

    Im new to C++ and have inherited a C++ dll that wont compile. Its
    coplaing about the following

    midl\oleaut32.dll : error MIDL2020 : error generating type library :
    LayOut failed : IXMLDOMNode
    Error executing midl.exe.


    Im using the latest SDK. And other apps/dlls will compile, but this
    one I ahve doesnt.

    Any ideas ??
    john Guest

  2. Similar Questions and Discussions

    1. Error 403 Failed to read heders Error for long-runningCFMAIL and CFINDEX command
      I have two different pages with long-running scripts on which I am recieving the following error: Error - 403 Failed to read headers to server:...
    2. ERROR: cache lookup failed for type 0
      Tzahi Fadida <tzahi_ml@myrealbox.com> writes: Um. The "clean" way to do this is to use BlessTupleDesc and then heap_formtuple. That requires...
    3. returning a setof tuples like a subquery was(ERROR:cache lookup failed for type 0 )
      yes you were right it works now. 10x, sorry for the rookie mistake I jumped the gun on the last one. If you will i have another question on the...
    4. ERROR: cache lookup failed for type 0
      Hi, I am learning how to use the c functions and my function below works when I do: select testgetrows(); but when I do select * from...
    5. An error occurred while try to load the string resources (GetModuleHandle failed with error -2147023888)
      Hello, on one of our customers servers we get following error on first ASPX-page: An error occurred while try to load the string resources...
  3. #2

    Default Re: midl\oleaut32.dll : error MIDL2020 : error generating type library : LayOut failed : IXMLDOMNode

    Fixed.

    It was using an old version of the compiler. Checjed the directory
    paths, to ensure the new bin folder was refernced before the old bin
    forlder, thus selecting the newer CL.exe.

    Problem solved.
    john Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139