Mobile/Build/Windows Mobile Build Instructions: Difference between revisions

Line 51: Line 51:


This will build a debug version of XULRunner.exe.  As of now, this debug version of xulrunner.exe experiences two exceptions in XPCONNECT upon starting MyBrowser.
This will build a debug version of XULRunner.exe.  As of now, this debug version of xulrunner.exe experiences two exceptions in XPCONNECT upon starting MyBrowser.
'''ALSO NOTE:''' You will have to copy the MOZ_SHUNT.DLL executable file into the ''OBJDIR''\dist\bin\ directory.  You can use the following command from the ''OBJDIR'' directory:
$ '''cp ../build/wince/shunt/build/vs8/mozce_shunt.dll dist/bin'''
Otherwise, you will receive a ''Could not find 'XULRunner' (or one of its components).  Make sure that the path and filename are correct and that all the required libraries are available.'' error dialog if you try to run XULRunner.exe from a File Explorer. 
Or the VS8 IDE will say that it is ''Unable to start program '\Storage Card\bin\xulrunner.exe'.  An error occurred that usually indicates a corrupt installation (code 0x8007007e).  If the problem persists, repair your Visual Studio installation via 'Add or Remove Programs' in Control Panel.''
Both of these rather cryptic messages try to tell you that an executable file (EXE or DLL) depends upon a DLL, and that DLL could not be found.


==Setting Up MyBrowser==
==Setting Up MyBrowser==
130

edits