Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Trying to integrate Wanderbar with mGBA, but need some advice
#8
Thanks! It'll take a bit of work for me to get things organized enough to share, so it'll be a little while until I have it ready. I should note that the web core's values and functions all work properly regardless of where I ask for them, it's just the web core's Update function that causes the problem. It's a separate process of its own I think, so I guess it has something to do with that.


Code:
using namespace Awesomium;

WebConfig config;
WebCore* core = WebCore::Initialize(config);

WebView* view = core->CreateWebView(512, 512);
view->LoadURL(WSLit("http://www.google.com"));

// finish loading the page
while (view->IsLoading())
  core->Update();
Anyway, I'll prep stuff and then jump onto Discord in a few days.
Reply



Messages In This Thread
RE: Trying to integrate Wanderbar with mGBA, but need some advice - by Mato - 03-04-2019, 09:23 PM

Forum Jump:


Users browsing this thread:
1 Guest(s)

Powered By MyBB, © 2002-2024 Melroy van den Berg.