Click here to Skip to main content
15,885,100 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello, the subject pretty much says it all. I really have some problems including urlmon.h and urlmon.lib in code::blocks. I've got it working very good in VS12 and 10 but I can't get it working in code::blocks and i literally HATE visual studio.
I would really appreciate som help.

Best Regards,
Jonas Andersson.
Posted
Comments
Marius Bancila 23-Jan-13 2:53am    
If you can't get it working, means that you tried something. Why don't you explain what you tried?

try this

#include <urlmon.h>

#pragma comment (lib, "urlmon.lib")  
 
Share this answer
 
v2
@JA have you added libs in you project properties and libs path.they trouble alot if not included.
 
Share this answer
 

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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