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

Shared lib with MSVC #73

Open
3 tasks
jrsnen opened this issue Aug 31, 2021 · 0 comments
Open
3 tasks

Shared lib with MSVC #73

jrsnen opened this issue Aug 31, 2021 · 0 comments
Labels
build Issues related to building uvgRTP

Comments

@jrsnen
Copy link
Member

jrsnen commented Aug 31, 2021

uvgRTP got a possibility to build shared version of the library thanks to @db-tech. The building works with MSVC, but there are more steps needed to make it fully usable.

  • At least the public functions have to exported in order for them to be usable. (see kvazaar API as an example). Not sure if this works for classes.
  • Create instructions for linking Crypto++ if possible. I remember reading that Crypto++ does not recommend shared version, not sure if this is a problem.
  • Test and write instructions

This task is not a high priority since static version works well, but I added this for reference (or if someone wants to start working on this). I'm still working on documenting the features from the PR.

@jrsnen jrsnen added the feature New feature label Aug 31, 2021
@jrsnen jrsnen added build Issues related to building uvgRTP and removed feature New feature labels Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues related to building uvgRTP
Projects
None yet
Development

No branches or pull requests

1 participant