-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I have a com interop c++ dll that is loaded in c++ throught the .tlb file generated in c#.
When I run in my computer it works fine but when I run in a computer that just got formated it gives:
WindowsError: exception code 0xe0434f4d
Do I have to do something for the .tlb file or its dll…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to use midl to turn an idl file into a tlb. However, when I try I get this warning:
warning MIDL2015: failed to load tlb in importlib : mscorlib.tlb
and I then get a subsequent error:
error MIDL2337 : unsatisfied forward declaration : _Object.....
I'm certain that the error is due to…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
It is about Window COM component.
Server.exe: an 32bit out-of-process COM server
CLSID_Application: The GUID of a COM object in Server.exe
Client.exe: a 64bit client application which use Server.exe in a registry-free way.
As we know, an exe can't be used as a registry-free COM component, to mimic…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
We have a library for a complex COM object that we are importing using the following:
#import "library.tlb"
this works fine, VC++ compiles a tli file and somehow that gets magically included in the build process, so code written against the tlb works.
However, intellisense doesn't pick up the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I am trying to build an old version of an application which consists of VC++ projects that were written in Visual Studio 2003.
My OS is Windows 7 Enterprise (64-bit).
When I try and build the solution I get the following errors:
error C4772: #import referenced a type from a missing type…
>>> More