Posible error en dll.ch

Post Reply
User avatar
wmormar
Posts: 1050
Joined: Fri Oct 07, 2005 10:41 pm
Location: México
Contact:

Posible error en dll.ch

Post by wmormar »

Antonio,

Está asi:

#define _DLL_CH
#ifndef _DLL_CH

y debería de estar así:

#ifndef _DLL_CH
#define _DLL_CH
William, Morales
Saludos

méxico.sureste
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

En nuestro DLL.ch está así:

#ifndef _DLL_CH
#define _DLL_CH

y debió corregirse hace ya tiempo, pues no es un cambio reciente.

Muchas gracias de todas formas! :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply