include of default.c

Posted By: fjs88

include of default.c - 09/09/21 12:45

Hey guys,

first sorry that i post in wrong treads. My first time in a forum! Now to my problem, i include the default.c to reference of zorro manual "Automatically included when no other #include statement is found in the main script. Otherwise it must be explicitly included". This i did
#include <default.c> // common language header
#include "Strategy\PricChanOC.c"
But then i got on compiling this error?
Zorro 2.40.3
(c) oP group Germany 2021
PricChanOC_demo compiling..
Error in 'functions.h' line 693:
syntax error
< C int F(dataRearrange)(int H1,int H2,int RowX,int RowY,int Mode);
>.

Can you help me please what's wrong on coding?
Posted By: fjs88

Re: include of default.c - 09/09/21 13:04

What i forgot, if i compile only default.c there is no error?
© 2024 lite-C Forums