Difference between revisions of "Talk:LLQtWebKit Win32 Build Instructions"
Jump to navigation
Jump to search
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...') |
Nicky Perian (talk | contribs) |
||
Line 5: | Line 5: | ||
Example:C:\Program Files\Microsoft SDKs\Windows\v6.1\Include;C:\Program Files (x86)\Microsoft DirectX SDK (August 2008)\Include | 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. | 2. Symptom -- ml not a known program or batch file. | ||
Download and install [https://www.microsoft.com/downloads/en/details.aspx?FamilyID=7a1c9da0-0510-44a2-b042-7ef370530c64] | Download and install ml.exe [https://www.microsoft.com/downloads/en/details.aspx?FamilyID=7a1c9da0-0510-44a2-b042-7ef370530c64] | ||
Reason: Express Edition doesn't come with ml.exe installed. | Reason: Express Edition doesn't come with ml.exe installed. | ||
Action: Places ml.exe into VC | Action: Places ml.exe into VC\bin | ||
[[User:Nicky Perian|Nicky Perian]] 23:54, 30 October 2010 (UTC) | [[User:Nicky Perian|Nicky Perian]] 23:54, 30 October 2010 (UTC) |
Revision as of 15:58, 30 October 2010
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)