-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
example-basic, breaks at: core = WebCore::Initialize(config); #3
Comments
I don't think I tried it with the latest OF so it might break. I will check On Thu, 26 May 2016, 21:12 rwebber, [email protected] wrote:
|
greatly appreciated. I'm pretty new with OF |
wanted to let you know, that the issue seemed to be some corrupt file from the SDK. I would like to know what your plans for ofxAwesomiumPlus::getState() is? |
Glad to hear that you managed to get it working. My thoughts for getState() is to remove it completely and replace it with You can, for example, listen for the state of the DOM in javascript and On Tue, 31 May 2016, 02:53 rwebber, [email protected] wrote:
|
I didn't see the other issue posted. SO, I spoke too soon. Severity Code Description Project File Line Suppression State After this there are many more LNK2001 unresolved external symbol errors, in the ofxAwesomeiumPlus.odj note: I also found that I need to #include "ofxAwesomiumPlus.h" after most other headers. Otherwise a DWORD error is given and the build fails (in debug). Perhaps something for the readme. |
Again, I'm being such a OF noob. Sorry.. |
Haha, don't worry I fell for that too one time :) Thanks for pointing the DWORD error to me, I will give it a go soon and make sure I will include it in the readme. I am back home now and I might have a bit of free time to improve the addon a bit. |
Simplest method to repeatably cause the DWORD error, is to add: Other plugins will cause this issue, but this is the one I confirmed the fix for. (load ofxOsc.h first) |
with the latest Awesomium sdk installed, and OF 0.9.3
I can not get example-basic to run (all linking is good, checked 3 times)
Trying to build debug it breaks at ofxAwesomiumPlus.cpp line 372
core = WebCore::Initialize(config);
build for Release gives: Lnk2001 errors ( swear all linking vars are setup correctly )
sorry of this isn't the right place for this.
The text was updated successfully, but these errors were encountered: