Page 1 of 1

Ajuda com DLL (RESOLVIDO)

PostPosted: Wed May 26, 2010 9:15 pm
by MGA
pessoal a seguinte função em uma DLL:

int MopEscreveCaracter (int, unsigned char, int);

2.10 - Função MopEscreveString
O que faz:
Esta função escreve uma string a partir da posição atual do cursor na área de memória compartilhada do display selecionado.

Protótipo:
em C:
int MopEscreveString (int nTipo, unsigned char *str, int nTam);
Entradas:
nTipo:- Display a ser selecionado:
2 - display CLIENTE
str:- String a ser escrita.
nTam:- Tamanho da string.
Saídas:
Não existem.

Como fica em FIVEWIN?

Re: Ajuda com DLL (resolvido)

PostPosted: Sat May 29, 2010 12:52 pm
by MGA
Resolvido com DLLCALL:

dllcall( xdll, DC_CALL_STD, "MopEscreveCaracter", 2, "B",1 )

muito obrigado