ccrtp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ccrtp-devel] Problems with unresolved externals under Visual Studio


From: Martin Mainka
Subject: Re: [Ccrtp-devel] Problems with unresolved externals under Visual Studio 2005
Date: Fri, 16 Nov 2007 18:49:29 +0100

Hi,
I like to share my solution if someone likes to test but don't know how to
submit the changed files rtp.h and pool.cpp.
So just write an e-mail and i will send the files

Martin

-----Ursprüngliche Nachricht-----
Von: Federico Montesino Pouzols [mailto:address@hidden 
Gesendet: Freitag, 16. November 2007 14:20
An: Martin Mainka
Betreff: Re: AW: AW: [Ccrtp-devel] Problems with unresolved externals under
Visual Studio 2005


Hi, great job! Since I'm not familiar with these linking issues, I think it
would be better to post this to the mailing list. Please, forward this
message to ccrtp-devel to see if your changes raise any conflict with other
VC++ versions. If no one complains we can just include your patch for
future releases.

On Mon, November 12, 2007 1:51 pm, Martin Mainka wrote:
> Hi Federico,
> I think some problems come from treatment of __EXPORT define that is 
> resolved as dllimport. After all i got it to link with some changes in 
> rtp.h and pool.cpp
>
> The Problem is that the template functions are not instantiated bevore 
> instantiating the template class. Because of the __EXPORT it is not 
> done in the program and it is also not done in the lib cause the 
> compiler doesn't know what will be the necessary instance. In Pool the
> DualRTPUDPIPv4Channel Version is instantiated,
> For this the RTPSession works. I don't know whether the changes are
> without
> side effect and fit for other
> Implementations. Maybe you or David can do some double check, or John
> Pallister that had the same Problems.
>
> Thanks a lot for your help and the nice package, and hopefully i do 
> not disturb you to much
>
> Martin Mainka
>
>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]