Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have downloaded the SNMP++. And the dowloaded folder includes a make file. My question is How to compile this makefile in visual studio. Is it possible? I would like to have .lib from this make file. Is it posiible? if so , how? please help me.

Thanks,
Laje
Posted

1 solution

It may be that you can use the makefile, since Visual Studio contains a utility called nmake[^]. However, whether it works or not will depend on whether the makefile has been set up for nmake. If it hasn't then you need to add commands to the makefile for nmake. That would need a reasonable amount of knowledge and a fair bit of reading up.

Your second option is to use something like MinGW[^] which includes a gcc compiler that can make Windows library files. Not difficult but still a few hours of work at least.

However, the SNMP++ download site[^] contains MS VC++ 7.0 project files for download. I suggest that this would be far the easiest way
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900