Pelles C forum

Pelles C => General discussions => Topic started by: h0pez on August 14, 2006, 03:07:45 PM

Title: error while including a file
Post by: h0pez on August 14, 2006, 03:07:45 PM
i got a message fatal error #1035: Could not find include file "urlmon.lib".

how can i fix this?


thanks in advance
Title: error while including a file
Post by: Ngan Lo on August 14, 2006, 05:45:48 PM
you CANNOT "include" a lib file, if u need to, use this :
#pragma lib "urlmon.lib"