how can i return IPAddress from in line c.
this is my code.not work
Sub Process_Globals
Dim ip() As Byte
End Sub
Sub get_ip (name() As Byte)
ip=RunNative("getip", name)
End Sub
#If c
#include <ESPmDNS.h>
void getip(B4R::Object* o)
{
B4R::Array* b =...
Hello, I am using a MS SQL Server an useing the library "SQLCallPRoc Version 1-10" from keirS
I have the following stored procedure:
CREATE procedure [dbo].[sp_TMS_BuchenPersKommt](
@cPersNr char(10),
@dDatum AMSDate,
@dZeit AMSTime,
@cGrund char(1)
) as
begin
set...
Hi All, i'm trying to wrap a library and on one of the listeners for one of the properties i have the need to return an integer value, I was wondering if this is possible with any of the BA.RaiseEvent methods, if not is there any other way to accomplish this.
Below is the java portion of the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.