CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: ThomasAndreas Kocher

Search: Search took 0.02 seconds.

  1. Re: regsvr32 off my own NmsCmCommon.dll failes with was loaded, but the DllRegister

    The Proble was a pragma whish exported this fuction i had removed it instead of adapting it
  2. Unresolved external symbol since migration to_X64

    Visual Studio 2015

    Unresolved external symbol since migration to_X64

    Our Dll has Error LNK2001 unresolved external symbol _DllRegisterServer@0 error since we did the Migration To X64

    we...
  3. regsvr32 off my own NmsCmCommon.dll failes with was loaded, but the DllRegister

    In Our Visual Studio 2015 our unmanaged NmsCmCommon.dll can not be registerd with regsv32

    when i let run «C:\WINDOWS\System32\regsvr32.exe /C NmsCmCommon.dll» this is as much as i know the...
  4. "Internal limitation: too many fields" Excepion

    "Internal limitation: too many fields" Excepion


    after migration our C++/CLi dll from X86 to X64 i get as soos i want to use the dll The Error
    "Internal limitation: too many fields" Excepion
    ...
  5. Re: can not loat C++Cli dll after migration from C86 to X64 error 0xc06d007e

    Meanwhile i can load the library at lest the command LoadLibrary works but as soon as i want to use the Dll the first time there is an Error. The error occurs when i add ad dummy class



    class...
  6. Re: can not loat C++Cli dll after migration from C86 to X64 error 0xc06d007e

    Yes they are all X64
  7. Re: Dcom Interface No such interface supported after migration to X64

    This cant be the Problem the servuces runs under an account which is member auf The Admintrators gruop and the "Distributed Com Users" Group
  8. Re: Dcom Interface No such interface supported after migration to X64

    Yes the service can be started and he is 64 Bit ( checked with dumpbin )
  9. Re: Dcom Interface No such interface supported after migration to X64

    What are the differences in DCOM servers that work compared to those that don't work?


    I cold not fint
    here some Information on the working one

    The IDL File

    Code:
  10. Re: Dcom Interface No such interface supported after migration to X64

    why do you think or know that the COM registration rons in the 32 Bit environment? i switched all the projects and exes ( including the one which registers ) to 64 Bit . An some dcom Registration do...
  11. Dcom Interface No such interface supported after migration to X64

    After the migration to 64 Bit we can not create some CComPtr< anymore.

    Not all off the DCom Objects have the same error. I cant see the why on is working and the other is not working


    here...
  12. can not loat C++Cli dll after migration from C86 to X64 error 0xc06d007e

    After the migration from X86 to X64 we cant load some C++/CLI Dlls anymore. The Project Setting a die not changed really and also the Source is allmost the same ( just some changes form int to...
  13. Dcom Interface No such interface supported after migration to X64

    we changed our Software from X86 to X64 since there is a Problem with the dcom Interface. We get the following error

    018-12-14 06:26:23.999 [002E8,0668] DEVELOPER TRACE:...
  14. Problems after migrating from Visual Studio 2010 Dotnet 4.0 to Visual Studio 2015 and

    Problems after migrating from Visual Studio 2010 Dotnet 4.0 to Visual Studio 2015 and DotNet 4.6.1 (or 4.5)


    In a mixed environment with C ++ CLI and C # projects, the following problem results...
Results 1 to 14 of 14





Click Here to Expand Forum to Full Width

Featured