urgent! how to give back values from a pb.dll
Posted: Wed Oct 29, 2003 12:28 pm
hello!
is there anyone who can tell me how to give back values from an pb.dll?
no problem to send values to my pb.dll - but how can i send parameters back? (like: return_values(1,2,"hallo",etc.)
ProcedureDLL MyFunction(in_value.l)
MessageRequester("Hello", Str(in_value), 0)
...
operations...
result=result of in_value
...
EndProcedure (----> return_value?)
thanks a lot in advance!
kimio
is there anyone who can tell me how to give back values from an pb.dll?
no problem to send values to my pb.dll - but how can i send parameters back? (like: return_values(1,2,"hallo",etc.)
ProcedureDLL MyFunction(in_value.l)
MessageRequester("Hello", Str(in_value), 0)
...
operations...
result=result of in_value
...
EndProcedure (----> return_value?)
thanks a lot in advance!
kimio