leaningtech-dev team mailing list archive
-
leaningtech-dev team
-
Mailing list archive
-
Message #00205
[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.