Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where to download libvlc.dll and libvlcCore.dll? #1

Closed
chonghai opened this issue Oct 23, 2020 · 9 comments
Closed

Where to download libvlc.dll and libvlcCore.dll? #1

chonghai opened this issue Oct 23, 2020 · 9 comments

Comments

@chonghai
Copy link

Where to download libvlc.dll and libvlcCore.dll?
thks!

@chonghai
Copy link
Author

I download the VideoLAN, and the DLLs are in that. Copy is OK.

@HemulGM
Copy link
Owner

HemulGM commented Oct 23, 2020

I recommend downloading the VCL player, installing and copying almost all contents, except for the executable files.
You can download the embedded version to avoid installing.

@chonghai
Copy link
Author

I recommend downloading the VCL player, installing and copying almost all contents, except for the executable files.
You can download the embedded version to avoid installing.

thanks! but when I use Delphi 10.4.1 to compile the project , many compiling error are found.
Have you any suggestion for that?

@chonghai chonghai reopened this Oct 23, 2020
@HemulGM
Copy link
Owner

HemulGM commented Oct 23, 2020

What kind of error?

@chonghai
Copy link
Author

chonghai commented Oct 23, 2020

What kind of error?

just like that:
[dcc32 Error] FmxPasLibVlcPlayerUnit.pas(3635): E2003 Undeclared identifier: 'lock'

that define:
TVideoCbCtx = record
{$IFDEF HAS_SYNCOBJS}
lock : TCriticalSection;
{$ENDIF}

@chonghai
Copy link
Author

What kind of error?

Which version of Delphi do you use to compile the program? thks!

@HemulGM
Copy link
Owner

HemulGM commented Oct 24, 2020

I'm use RAD Studio 10.3.3 (CE)

@DeveloppeurPascal
Copy link
Contributor

Hi @chonghai, no problem for me with 10.4.1 release of Delphi. Did you changed something from the repository ? Can you give me last part of your Delphi version number ? (help / about box)

@HemulGM
Copy link
Owner

HemulGM commented Nov 9, 2020

I'm use RAD Studio 10.3.3 (CE)

@HemulGM HemulGM closed this as completed Nov 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants