awesomium / tutorial-framework

Framework to serve as a starting point for tutorials
MIT License
18 stars 7 forks source link

Window's tutorial doesn't work #1

Open tul opened 10 years ago

tul commented 10 years ago

After following the tutorial here:

http://wiki.awesomium.com/tutorials/tutorial-2-displaying-your-first-page.html

And inserting the code to render:

WebURL url(WSLit("data:text/html,<h1>Hello World</h1>"));

Nothing shows in the window.

See http://answers.awesomium.com/questions/3016/unable-to-run-tutorial-2.html

tul commented 10 years ago

Update - the bug was resolved by copying awesomium_process.exe to the same dir as the tutorial exe. It wasn't clear from reading the README.md that this was a necessary step, and without doing it the rendering would silently fail with no indication why.

Perhaps update the README?

Enelar commented 10 years ago

Thanks! You saved my day!