@juergenkulow
Fixed ! But I have missing to two headers as stdarg.h and stddef.h.... how to fix that ?
What is the difference between ASM backend vs C backend ?
-
threedslider
- Enthusiast

- Posts: 466
- Joined: Sat Feb 12, 2022 7:15 pm
Re: What is the difference between ASM backend vs C backend ?
Thank you again, for this live help. I note you were the first, I think so, to tell kcc the several points of data links between inline C and pureBasic. Idem, I think also, for the nested ASM through the C. Thank you for all these details which prevent us to stay comparing, while, anywhere, ASM and C are however (on X86/X64 hardware anyway) perfectly manageable together on C backend.juergenkulow wrote: Fri Nov 10, 2023 3:41 pmLua Download area for the headers.Code: Select all
124 | if (luaL_loadstring(g_lua, p_code) == LUA_OK (0)) { | ^^^Embedding C code in PB source need to be describedCode: Select all
$ /tmp/lua.out Hello, World from Lua
