Emu48 Javascript ?
|
01-21-2018, 09:07 PM
(This post was last modified: 01-21-2018 09:15 PM by sunhp.)
Post: #19
|
|||
|
|||
RE: Emu48 Javascript ?
TIMER.C has contains Windows.h code such as :
uT2TimerId = timeSetEvent(uDelay,0,&TimeProc,2,TIME_ONESHOT) And here is the MacOS version in Objective C : uT2TimerId = [[NSTimer scheduledTimerWithTimeInterval:(uDelay/1000.0) target:self selector:@selector(TimeProc:) userInfo:nil repeats:NO] retain]; There are other OS Windows specific ( or to Mac ) C files to be refactored dunno how before being able to run through Emscripten the whole project : THREADS.C FILES.C KML.C STACK.C Definitely not an quick job to convert all this stuff from Emu48. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 11 Guest(s)