< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate-users] Newbie Win Compile + Usage Q


The build will produce rutil.lib, resiproate.lib, ares.lib and dum.lib – you need to link these into your application project.  Look at the BasicCall VS project in dum/test for a sample application that builds in Win32. 

 

There is no built in c# interface, but I know a few people have created wrappers in the past.

 

Scott

 

From: resiprocate-users-bounces@xxxxxxxxxxxxxxx [mailto:resiprocate-users-bounces@xxxxxxxxxxxxxxx] On Behalf Of Ali Jawad
Sent: Friday, February 08, 2008 5:19 AM
To: resiprocate-users@xxxxxxxxxxxxxxx
Subject: [reSIProcate-users] Newbie Win Compile + Usage Q

 

Hi All

I am following the tutorial

http://www.resiprocate.org/Quick_Subversion_Checkout_and_Compilation_HOWTO

 

To compile resiprocate for Win32 dev.

 

Once I have compiled it, how can I use it in other apps. Will there be some dll or any other type of library that I should include in my projects ? Or should I simply include the .h files of the classes I intend to use ?

 

Is there any C# support for resiprocate ?

 

Are there any Win32 usage examples for resiprocate ?

 

Thanks for the help.