Difference between revisions of "Talk:LLQtWebKit Win32 Build Instructions"
Jump to navigation
Jump to search
Nicky Perian (talk | contribs) |
Nicky Perian (talk | contribs) |
||
Line 8: | Line 8: | ||
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\bin | Action: Places ml.exe into VC\bin | ||
3. Symptoms -- Separately occurring cannot find wsock32.dll and wsock32.lib | |||
Added use environment LIB %SystemRoot%\System32;C:\Program Files\Microsoft SDKs\Windows\v6.1\Lib | |||
Reason, idk, it is getting late so adding needed lib's to make build and easy to undo in case of side effects. | |||
[[User:Nicky Perian|Nicky Perian]] 23:54, 30 October 2010 (UTC) | [[User:Nicky Perian|Nicky Perian]] 23:54, 30 October 2010 (UTC) |
Latest revision as of 17:42, 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
3. Symptoms -- Separately occurring cannot find wsock32.dll and wsock32.lib
Added use environment LIB %SystemRoot%\System32;C:\Program Files\Microsoft SDKs\Windows\v6.1\Lib Reason, idk, it is getting late so adding needed lib's to make build and easy to undo in case of side effects.
Nicky Perian 23:54, 30 October 2010 (UTC)