I am working with MQTT mosquttio open source code. All was well until I reached where I need to know the client ID from the mosquitto object. Here, I found there is a function which does that "mosquttio_client_id", however this function was missing in my version of mosquitto.lib. Then downloaded complete source code of mosquitto, built it on windows but then came to know it has missing many other functions like "mosquitto_loop_forever". After looked closely to VS solution found these two functions are present in two different projects, and both project outputs are mosquitto.lib.
Any idea on this behavior, how can we build the projects to get all the functions in one "mosquitto.lib"