luis melo
11th July 2012, 16:02
I made a program in VB making a call from Unix prompt via telnet and intend to start a Baan session via prompt using C-Interface, but i'm getting an error, I am not able to compile the c code generated by biccstub 6.1.
Can anyone help me with an example?
The code below is a dll I intend to shoot vi C-Interface
|********************************************************
|* tccomdll0002.o 0 VRC B40O b2 des0
|* TESTE DE CHAMADA
|* 606511d
|* 11/07/12 [09:55]
|********************************************************
|* Script Type: Library
|********************************************************
function extern teste()
{
zoom.to$("tiedmo250m000",z.session,"","",0)
}
--------------------------------------------------------------------------
Code below was generated by biccstub 6.1
/* --- teste --- */
#include <stdio.h>
#include <stdlib.h>
#include "c_interface.h"
extern int messtype;
extern int ci_errno;
static char *dll="ocomdll0002.o";
Can anyone help me with an example?
The code below is a dll I intend to shoot vi C-Interface
|********************************************************
|* tccomdll0002.o 0 VRC B40O b2 des0
|* TESTE DE CHAMADA
|* 606511d
|* 11/07/12 [09:55]
|********************************************************
|* Script Type: Library
|********************************************************
function extern teste()
{
zoom.to$("tiedmo250m000",z.session,"","",0)
}
--------------------------------------------------------------------------
Code below was generated by biccstub 6.1
/* --- teste --- */
#include <stdio.h>
#include <stdlib.h>
#include "c_interface.h"
extern int messtype;
extern int ci_errno;
static char *dll="ocomdll0002.o";