i work on some rpc procedures for pb to make a generalized protocol for some of my projects.
the problem that currently occured is that i have no idea how to feed callprocedure fast dynamicly with vars.
I look for something like this (pseudocode):
Code: Select all
*funcaddr = @bla()
appendParamString(*funcaddr, "string")
appendParamLong(*funcaddr, 234234)
appendParamByte(*funcaddr, 123)
callProcedure(*funcaddr)
maybe someone can help me

thanks, lukas