Saturday, January 2, 2021

ERROR: .TLB is not available

when I run the test project of ActiveX project in MFC ground up last chapter, ran into this error:

  1. error RC2135 .tlb
  2. Solve Error RC2135: File Not Found: xxxxx.tlb
  3. .tlb files not generating in vcxproj .rc file
  4. To set this linker option in the Visual Studio development environment

    1. Open the project's Property Pages dialog box. For details, see Setting Visual C++ Project Properties.
    2. Click the Linker folder.
    3. Click the Embedded IDL property page.
    4. Modify the Type Library property.
  5. CObect , CRuntimeClass and related macros
  6. About CObect , CRuntimeClass and related macros.
  7. Some simple numerical methods in C++
  8. How to generate a TLB file without registering?
  9. Error RC2135: file not found: tellercapturex64.tlb for activex control DLL project

No comments:

Post a Comment