error while including a file

Started by h0pez, August 14, 2006, 03:07:45 PM

Previous topic - Next topic

h0pez

i got a message fatal error #1035: Could not find include file "urlmon.lib".

how can i fix this?


thanks in advance

Ngan Lo

you CANNOT "include" a lib file, if u need to, use this :
#pragma lib "urlmon.lib"