Talk:LLQtWebKit Win32 Build Instructions

From Second Life Wiki
Revision as of 16:54, 30 October 2010 by Nicky Perian (talk | contribs) (Created page with '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 desi...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 [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)