Search found 3 matches

by dahfuku
Mon Dec 16, 2024 12:51 pm
Forum: General
Topic: How to use gRPC in LOVE?
Replies: 5
Views: 2425

Re: How to use gRPC in LOVE?

Thank you for your advice!
I'll try and figure out what to do with your advice.
I'm not sure if I can give you a good answer, but I'll try my best.
by dahfuku
Sun Dec 15, 2024 2:58 pm
Forum: General
Topic: How to use gRPC in LOVE?
Replies: 5
Views: 2425

Re: How to use gRPC in LOVE?

Why does the error "Error loading DLL" occur when I run the following program? main.lua, sample.dll, and lua54.dll are in the same directory. Maybe there's an error in the dll file? :cry: ---------- //sample.cpp #include <iostream> #include <lua.hpp> void printTable(lua_State* L, int index...
by dahfuku
Sun Dec 08, 2024 2:48 pm
Forum: General
Topic: How to use gRPC in LOVE?
Replies: 5
Views: 2425

How to use gRPC in LOVE?

It seems that you can execute C++ functions from lua. Can we use gRPC using it? If possible, I would like to achieve this without recompiling LOVE2D. If you have any simple samples or links to helpful sites, please let me know. I've looked up terms like LuaJIT FFI and Lua stack on websites, but I'm ...