NO

Author Topic: error while including a file  (Read 2194 times)

h0pez

  • Guest
error while including a file
« 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

Ngan Lo

  • Guest
error while including a file
« Reply #1 on: August 14, 2006, 05:45:48 PM »
you CANNOT "include" a lib file, if u need to, use this :
Code: [Select]
#pragma lib "urlmon.lib"