Page 1 of 1

Xb2Net and Asinet compile warnings

Posted: Tue Apr 14, 2015 8:53 am
by rdonnay
If you are using Xb2Net.Ch and Asinet.Ch in the same source file you will need the attached Xb2Net.Ch file to prevent redefinition errors during compiling. I modified XB2NET.CH to prevent those errors.

Make sure to list the files in the following order:

#include "ASINET.CH"
#include "XB2NET.CH"