Code: Select all
ProcedureF
ProcedureFDLL
PrototypeF
CallFFunction()
CallFFunctionFast()
ImportF
Code: Select all
ProcedureF
ProcedureFDLL
PrototypeF
CallFFunction()
CallFFunctionFast()
ImportF
Code: Select all
ProcedureThis
ProcedureThisDLL
PrototypeThis <- force & check for *this parameter
CallThisFunction()
CallThisFunctionFast()
ImportThis
InterfaceThis <- this would be really nice
Code: Select all
PrototypeThis.l someMethod(*this, a.l)
Global pSomeMethod.someMethod
pSomeMethod(*someCPPClass, 123)
User_Russian wrote:It would be great if PB kept calling convention fastcall (msfastcall). Need to add commands.Now accounts for to cause such functions using assembler, which is not very convenient.Code: Select all
ProcedureF ProcedureFDLL PrototypeF CallFFunction() CallFFunctionFast() ImportF