Hi ppl,I want to embed the Gecko in order to execute/render HTML/js and
display them in Windows mobile.
So i tried upon the fennec, downloaded the source tree, made builds and
Fennec executed nice in Windows mobile..

Now i decided to write a sample app for wince to enable embedding, hence
started with the
win32 soln files present here
https://wiki.mozilla.org/Embedding/NewApi/Win32
 <https://wiki.mozilla.org/Embedding/NewApi/Win32>They were perfect since i
had the xulrunner's sdk for win32...They worked with charm the first time
itself.

Now i copied the .h, .cpp files..created a wince proj and started to port
this sample app exactly 99% the same
instead of the hard-coded lib paths.... When building for fennec, there is
also a SDK(include/lib) folder generated..Linked against them..Some compile
errors...then resolved them....

Now I was able to run the program till the last step with success, all were
created fine,

except the LoadUri crashed with access violation, Unhndled exeception...Also
the address was termed to be WinMainCRTStartup....And the file location was
seccinit.c a native file...
I m not sure whether it was compiler/linker specific settings..

Does anyone have an embed sample for Fennec,,any sample projs/guide....
All the APIs are succeeding except the LoadURI crash...????

-- 
Deepchand
_______________________________________________
dev-embedding mailing list
dev-embedding@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to