← Back to team overview

leaningtech-dev team mailing list archive

[Question #256693]: how to build a js with series cpp file.if i build one by one, how to link them together

 

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.