Replies: 3 comments
-
Hello
I see from the screenshot that you didn’t compile it, but just launched it.
To create this file you need to compile the program, to do this you can press F5 or the double arrow image: First you need to set up your environment using this link: |
Beta Was this translation helpful? Give feedback.
-
Hello; I understand that you need "Emc" in ". exe" for FBC to use it, and that's why there's an error in **`01:44:57: compiling C : C:\Users\PC1\Downloads\Basic code\Application\VisualFBEditor.1.3.5\emcc -c -nostdlib -nostdinc -Wall -Wno-unused-label -Wno-unused-function -Wno-unused-variable -Wno-warn-absolute-paths -Wno-main -Werror-implicit-function-declaration -fno-strict-aliasing -fno-math-errno -fwrapv -fno-exceptions -fno-asynchronous-unwind-tables -funwind-tables -Wno-format "Form1.c" -o "Form1.o" Error: Couldn't Create Process 01:44:57: linking : C:\Users\PC1\Downloads\Basic code\Application\VisualFBEditor.1.3.5*emcc* -o "Form1.html" -O0 -Wno-warn-absolute-paths -s CASE_INSENSITIVE_FS=1 -s TOTAL_MEMORY=67108864 -s ALLOW_MEMORY_GROWTH=1 -s DEFAULT_LIBRARY_FUNCS_TO_INCLUDE=$stringToNewUTF8 -s RETAIN_COMPILER_SETTINGS=1 --shell-file "C:\Users\PC1\Downloads\Basic code\Application\VisualFBEditor.1.3.5/.\Controls\MyFbFramework\mff\Web\mff.html" --post-js "C:\Users\PC1\Downloads\Basic code\Application\VisualFBEditor.1.3.5\Compilers\FreeBASIC-1.10.1-win64\lib\js-asmjs\fb_rtlib.js" --post-js "C:\Users\PC1\Downloads\Basic code\Application\VisualFBEditor.1.3.5\Compilers\FreeBASIC-1.10.1-win64\lib\js-asmjs\termlib_min.js" -L"C:\Users\PC1\Downloads\Basic code\Application\VisualFBEditor.1.3.5\Compilers\FreeBASIC-1.10.1-win64\lib\js-asmjs" -L"." "Form1.o" -lfb -lfb -s ASYNCIFY=1 -s ERROR_ON_UNDEFINED_SYMBOLS=0 -s WASM=1 -s EXPORTED_FUNCTIONS="['_ONSTART', '_ONLOAD', '_ONCHANGE', '_ONCLICK', '_ONDBLCLICK', '_ONGOTFOCUS', '_ONLOSTFOCUS', '_ONKEYDOWN', '_ONKEYPRESS', '_ONKEYUP', '_ONMOUSEENTER', '_ONMOUSEDOWN', '_ONMOUSEMOVE', '_ONMOUSEUP', '_ONMOUSELEAVE', '_ONMOUSEWHEEL', '_ONUNLOAD']" --post-js C:\Users\PC1\Downloads\Basic code\Application\VisualFBEditor.1.3.5/.\Controls\MyFbFramework\mff\Web\mff.js |
Beta Was this translation helpful? Give feedback.
-
The link I provide mentions this in the paragraph "Hook for 'emcc.bat'" |
Beta Was this translation helpful? Give feedback.
-
Hello and thank you for this application
I tried to make a shape and display it with WASM, but I have no error.
I don't understand. Attached is a screenshot.
The form1.HTML must be created somewhere?
Beta Was this translation helpful? Give feedback.
All reactions