Universal Plug and Play static library

How to build BCB compatibile uPnP.Lib:

1. In separate folder copy these files :
UPnP.Idl
upnphost.idl
natupnp.idl

You must have MS Platform SDK at least from April 2001 which ships these files (porheaps C++ Builder 6.0 Include\IDL contains this files?).

2. To the same folder extract builtins.mak and upnp.mak from this archive.

3. Open upnp.mak file in some text editor (notepad or similar) and change BCCROOT macro to path where is BCB Installed. Note that if your path has spaces use DOS short path (C:\Program files\Borland\CBuilder5 will become C:\Progra~1\Borland\CBuild~1). 

4. Open command prompt and build library with make -f upnp.mak

5. As a result you will get upnp.lib.


If you have any comments or error submitions contact me:
e-mail: kiklop@eunet.yu

Darko Miletic