rohc team mailing list archive
-
rohc team
-
Mailing list archive
-
Message #01827
Re: [Question #262231]: Windows DLL
Question #262231 on rohc changed:
https://answers.launchpad.net/rohc/+question/262231
Status: Needs information => Answered
Didier Barvaux proposed the following answer:
Hello,
The problem might be caused by the dependencies between the 3 libraries:
- librohc_comp depends on librohc_common and librohc_decomp
- librohc_decomp depends on librohc_common
If you're using the 1.7.0 release, there is a new librohc library (look
at the root of the src/ directory for the files). This library depends
on the previous 3 ones. You might try to link your application with it
instead of the 3 others.
If it doesn't work either, please give a try to the master branch on
github [1]. The 3 librohc_* libraries are gone. All the code is in the
single librohc library. There is no inter-libraries dependencies anymore
That might well fix your problem too.
Regards,
Didier
[1] https://github.com/didier-barvaux/rohc
--
You received this question notification because you are a member of ROHC
Team, which is an answer contact for rohc.