New question #256693 on Cheerp:
https://answers.launchpad.net/cheerp/+question/256693

how to build a js with series cpp file.
if i build them one by one,how to link them together?

example

1.cpp

void webMain()
{
    extern void extern_func();
   extern_func();
}

2.cpp
void extern_func()
{
   client::console.log("extern_func!");
}





-- 
You received this question notification because you are a member of
Leaningtech Team, which is an answer contact for Cheerp.

-- 
Mailing list: https://launchpad.net/~leaningtech-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~leaningtech-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to