Talk:LLQtWebKit Win32 Build Instructions

From Second Life Wiki
Revision as of 16:58, 30 October 2010 by Nicky Perian (talk | contribs)
Jump to navigation Jump to search

Adjustment need when using VC++ Express 2005 1. Symptom -- cannot find "windows.h"

  set an INCLUDE environment pointing to the SDK Includes.
  Reason: Express Edition not designed for command line compile.
  Example:C:\Program Files\Microsoft SDKs\Windows\v6.1\Include;C:\Program Files (x86)\Microsoft DirectX SDK (August 2008)\Include

2. Symptom -- ml not a known program or batch file.

  Download and install ml.exe [1]
  Reason: Express Edition doesn't come with ml.exe installed.
  Action: Places ml.exe into VC\bin

Nicky Perian 23:54, 30 October 2010 (UTC)