SUMMARY
---------
I need the detailed steps of building a DLL project from .LIB & .H files using VC++ 6.0
DETAILES
---------
I have Windows XP SP2 and I have installed Platform SDK in order to get the ibrary files to use in my Bluetooth application that will be developed in VC#.NET. The files are "irprops.lib" and "BluetoothAPIs.h" as mentioned at the end of this page:
The two files (irprops.lib & bluetoothAPI.h) downlodable at http://www.mybestserver.com/download/bluetooth_lib.zip.
I don't know how to use them in VC#.NET. It can deal with .DLL files only.
1) Please check the attached .LIB file. Does it contain the implelmenations of the functions listed in this link?
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/bluetooth/bluetooth/bluetooth_functions.asp
2) Does the file "irprops.lib" refere to other DLLs that I can use directly without the need to "irprops.lib" itself?
3) If I can develop a DLL project from th given files (irprops.lib & bluetoothAPI.h) then send me the detailed steps of doing so using VC++ 6.0 as I am not VC++ programmer.