Coder Social home page Coder Social logo

How to use by AnyCPU? about openh264lib.net HOT 6 CLOSED

secile avatar secile commented on July 18, 2024
How to use by AnyCPU?

from openh264lib.net.

Comments (6)

secile avatar secile commented on July 18, 2024

Hello. Thank you for your question.

  1. How to use x64 platform.
    Build 'OpenH264Lib' project as x64 platform.

  2. How to use AnyCPU.
    OpenH264Lib is C++/CLI project (not .NET), so platform is x86 or x68 only, you can't select AnyCPU.
    In my understanding, only .NET language (C#, VB, etc) can select AnyCPU.

  3. β€œcodec_api.h”: No such file or directory
    I don't know why this error reported.
    If you first use this project, please follow 'See Example' procedure in README.md.

If you still have problems, could you tell me your situation in more detail

from openh264lib.net.

a44281071 avatar a44281071 commented on July 18, 2024

I selected Release platform, and build OpenH264Lib, failed.

Severity	Code	Description	Project	File	Line	Suppression State
Error (active)	E1696	cannot open source file "codec_api.h"	OpenH264Lib	C:\Users\a4428\source\repos\OpenH264Lib.NET\OpenH264Lib\Stdafx.h	8	
Error (active)	E1696	cannot open source file "codec_app_def.h"	OpenH264Lib	C:\Users\a4428\source\repos\OpenH264Lib.NET\OpenH264Lib\Stdafx.h	9	
Error (active)	E1696	cannot open source file "codec_def.h"	OpenH264Lib	C:\Users\a4428\source\repos\OpenH264Lib.NET\OpenH264Lib\Stdafx.h	10	
Error (active)	E1696	cannot open source file "codec_ver.h"	OpenH264Lib	C:\Users\a4428\source\repos\OpenH264Lib.NET\OpenH264Lib\Stdafx.h	11	
Error	C1083	 Cannot open include file: 'codec_api.h': No such file or directory	OpenH264Lib	C:\Users\a4428\Source\Repos\OpenH264Lib.NET\OpenH264Lib\stdafx.h	8	

Only Debug|x86 can success.

from openh264lib.net.

a44281071 avatar a44281071 commented on July 18, 2024

Or, Can you publish a repository Release pack? include release x86 and x64 OpenH264Lib dll.

from openh264lib.net.

secile avatar secile commented on July 18, 2024

Oh, I understand your problem.

I will fix the problem within a few days. If you do yourself,
open OpenH264Lib's property page (not OpenH264Sample), and
configure C/C++ -> General -> 'Additional Include Directories' with
$(ProjectDir)\OpenH264Header\

from openh264lib.net.

a44281071 avatar a44281071 commented on July 18, 2024

For my project:
I add a reference for OpenH264Lib.dll, copy openh264-2.0.0-win32.dll to bin/x86/debug.
throw an exception, how to use it?

Failed to load file or assembly "OpenH264Lib, Version = 1.0.7159.35179, Culture = neutral, PublicKeyToken = null" or one of its dependencies. Attempt to load an executable file that cannot be validated using link address information (IAT with more than two sections or one TLS section). (Exceptions from HRESULT: 0x80131019)

Yeah, fixed it. I used Cosutura.Fody, caused this exception. exclude OpenH264Lib in FodyWeavers.xml

from openh264lib.net.

secile avatar secile commented on July 18, 2024

Hello. I fixed the problem that can not be able to make Release build.
I have never used Costura.Fody, I can not answer the reason why Exception happened.
I'm sorry.

from openh264lib.net.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.