Actually, Rhys Hawkins of ANU contributed changes that make QuickBridge work on 
Windows,
and that code has been committed to cvs.  The resulting QuickBridge executable 
can be
downloaded from here:

http://www.mcs.anl.gov/fl/research/accessgrid/software/releases/2.3/patches/QuickBridge.exe

Download the executable, save it to a suitable location (most likely the AG 
install dir),
and reference it in your BridgeServer config file, and it should work fine.

I have tested QuickBridge/BridgeServer on Windows to confirm that it works, but 
nothing
beyond that.  I'll be interested to hear feedback on how well it works.

Thanks Rhys!

Tom


On 06/08/05 15:27, Michael Miller wrote:
> Here's a note from Doug Kosovic regarding the trouble with QuickBridge
> on Windows:
> 
> Hi Tom,
> 
> Thomas D. Uram" wrote:
> 
>> Oh, and it compiles in vs.net, too (contrary to my original posting),
>> but fails to start in that case, too.
> 
> 
> 
> I'm pretty certain that the problem is that QuickBridge.c includes
> winsock.h (i.e Winsock-1) but is linked against Ws2_32.lib (i.e Winsock-2).
> 
> So I think the following line:
> #include <winsock.h>
> 
> needs to be changed to:
> #include <winsock2.h>
> #include <ws2tcpip.h>
> 
> I've had a similar problem with multicast on Windows before with a
> program I wrote.
> 
> See the following for more details:
> http://support.microsoft.com/default.aspx?scid=kb;en-us;Q257460
> 
> 
> Nathan P Johnson wrote:
> 
>> I have a venue server running under Windows and have started a bridge
>> server for it -- BridgeServer.py. There doesn't appear to be a port of
>> QuickBridge for Windows however. We need to use Windows because the
>> machine is also needed for some other license server software. Does
>> anyone know of a Windows port of Quickbridge or a way to run
>> BridgeServer.py under XP?
>>
>>
>>  
>>
> 

Reply via email to