Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I downloaded sflowtool source from the following link
http://www.inmon.com/technology/sflowTools.php[^]
and I tried to compile in visual studio environment it shows me one error like this

"fatal error C1083: Cannot open include file: 'config_windows.h': No such file or directory"

I go through the documentation and searched in Google etc but didn't find any solution to build sflowtool in visual studio
anyone who experienced with this problem please share there experience in this site
Posted

1 solution

I checked the sources and I suppose the header file is in fact missing (I wonder on what basis the state: "it compiles cleanly on Windows...").
Possibly you should ask them.
 
Share this answer
 
Comments
Arun Kumar K S 3-Feb-12 1:45am    
thanks to your reply...,May be possible to make it using any utility. I found some more files with this but don't know how to execute that files
CPallini 3-Feb-12 3:20am    
Cannot you use the application already compiled for Windows available for download on their website?
Arun Kumar K S 3-Feb-12 8:37am    
Yes I checked that command line utility, its working perfectly in my machine but my work is to recompile their existing source code and use its feature in my application
Arun Kumar K S 8-Feb-12 0:28am    
Many thanks to your help and suggestion, I solved this by sending a mail to them asking about this issue, now they updated their source with config_windows.h file its working fine now
CPallini 8-Feb-12 5:33am    
I'm glad it eventually worked. You are welcome.

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