ccrtp-devel
[Top][All Lists]
Advanced

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

Re: [Ccrtp-devel] Visual Studio 2003 C++


From: Federico Montesino Pouzols
Subject: Re: [Ccrtp-devel] Visual Studio 2003 C++
Date: Wed, 18 Jun 2003 17:33:17 +0200
User-agent: Mutt/1.5.4i

        Hi, ...

On Mon, Jun 16, 2003 at 02:46:05PM -0600, Rose, John wrote:
> Has anyone got ccRTP to compile on VC7.1?  I got ccRTP 1.0.2 to build
> with a minor modification in ccgnu2 process.h: 
>  

        It compiles on some versions of VC++, but I cannot confirm if
it does on 7.1.

> #ifndef CCXX_THREAD_H_
> //#include <cc++/thread.h>
> #endif
>  
> and ccext2 digest.h :
> #ifndef CCXX_THREAD_H_
> //#include <cc++/thread.h>
> #include <cc++/exception.h>
> #endif
> 
> by commenting out the "thread.h" includes and adding the "exception.h"
> include as shown above.  There is probably a better way to do this but
> at least it built :).
>  

        What errors do you get if you do not comment that lines?

> But when I build a demo project such as "rtpsend" I get:
>  
> Linking...
> LINK : warning LNK4075: ignoring '/EDITANDCONTINUE' due to
> '/INCREMENTAL:NO' specification
> 

        Do you get similar errors with rtphello and rtplisten? Are you
compiling on Debug or Release mode?

> Has anyone else run into this?
> John
>  
>  

> _______________________________________________
> Ccrtp-devel mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/ccrtp-devel





reply via email to

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