You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to emscripten-discuss
Hi , i have a question about libraries and services of inclusion in scripts that i want to execute with emscripten. Is there any order that i have to follow ? For example when i try the scripts with SDL2 or TTF i see that there are some problems with dependencies i declare, because there are some functions or services that the compiler doesn't recognize. This happen principally with scripts that allow input from users (i get almost errors in console). Here is an example from sdl2_mouse.c from tests directory i cloned by emsdk repository. Could you help me ?