Jeff,
        I can't give you any advice on how to use WebKit.dll on windows.  I was 
able to spot your compiler error because I have some experience with that 
particular compiler error on windows.  Someone else on the webkit-dev list 
might be able to help you.

Chris

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Sunday, August 19, 2007 9:03 PM
To: Chris Brichford
Subject: RE:webkit-dev Digest, Vol 27, Issue 10

hi,Chris,

Thanks your exact reply, I add NOMINMAX preprocessor ,compiled OK. 
Other,can you give me some adivce how to use webkit.dll on windows platform and 
vc++ environment,now I want to implement a simple function,like send a URL 
request,display response web page.webkit generate many head files in 
WebKit\WebKitBuild\include,where is the webkit entry,how should I do?

thanks.

Jeff















Message: 2
Date: Thu, 16 Aug 2007 10:48:31 -0700
From: "Chris Brichford"
Subject: RE: [webkit-dev] add webkit head file build errors
To: "Mark Rowe" ,
Cc: [email protected]
Message-ID:

Content-Type: text/plain; charset="gb2312"

If I had to guess what the problem was, I would say that you need to add the 
NOMINMAX preprocessor definition to the project that is not compiling.  The 
windows headers define min and max as preprocessor macros unless NOMINMAX is 
defined before they are included.  Having min and max defined as macros will 
cause the code in JSCore/wtf/Vector.h to not compile.
 
Chris
 
 

-------------------------------------------------------------------
想为生活加点料?一起体验时尚变装的魅力吧!( 
http://d1.sina.com.cn/sina/limeng3/mail_zhuiyu/2007/mail_zhuiyu_20070820.html )

===================================================================
注册新浪2G免费邮箱( http://mail.sina.com.cn/chooseMode.html )
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to