Xikkos
22nd August 2002, 22:23
Hi all,

when I compile the “.idl” file I get the "Can’t find include file Error.idl" error message. Anybody know where I find this file (Error.idl) ?

Xikkos,

popeye
22nd August 2002, 22:46
Hope this helps.
Cheers,
Popeye!


#define Error_idl

struct StructError
{
string MesgCode;
string MesgDesc;
long NumberOfRows;
long HelpCode;
};

Xikkos
22nd August 2002, 22:52
do I have to create a file with this code called Error.idl ?

Xikos,


Originally posted by popeye
Hope this helps.
Cheers,
Popeye!


#define Error_idl

struct StructError
{
string MesgCode;
string MesgDesc;
long NumberOfRows;
long HelpCode;
};

popeye
22nd August 2002, 23:53
Hi Xikos,
Yes, you have to create a file called Error.idl.
Paste the contents into that file.

Or ... you could just paste the declaration in your idl.
It's better to create a new file coz you can reuse it later.

Hope this helps.
Regards,
Popeye!

Renegade
25th August 2002, 13:17
error.idl is common to all BOI Generation process. So one can actually reuse it.,