Page 1 of 1

Warning unreferenced functions removed:

Posted: Wed Oct 03, 2007 8:12 pm
by rotlen
Hi.
Im a new Flowcode user. :(

When i want to transform the flow to hex file, the compiler show this

Warning unreferenced functions removed:
FCD_LCDDisplay0_GetDefines in: G:\pIC\demo.c
FCD_LCDDisplay0_PrintASCII in: G:\pIC\demo.c
FCD_LCDDisplay0_Command in: G:\pIC\demo.c
FCD_LCDDisplay0_RawSend in: G:\pIC\demo.c
FCD_LCDDisplay0_Cursor in: G:\pIC\demo.c
FCD_LCDDisplay0_PrintString in: G:\pIC\demo.c
LCD_656982_RawSend in: G:\pIC\demo.c
LCD_656982_Dummy_Function in: G:\pIC\demo.c

Which is the problem???



The aplication is an a simple counter and LCD display, mount in 16F628a

thanks :D

Posted: Thu Oct 04, 2007 8:20 am
by Steve
This is a normal warning that you would see. It's nothing to worry about.

Posted: Thu Oct 04, 2007 3:54 pm
by rotlen
STEVE thanks.!

but in C code appears the following errors?
and the app in the pic doen't work.! :(

Im using Start - PrintNumber and Clear Macros


void FCD_LCDDisplay0_Start()
{
//Error Reading Code For Pantalla LCD::Macro_Iniciar

}

void FCD_LCDDisplay0_Clear()
{
//Error Reading Code For Pantalla LCD::Macro_Anular

}

void FCD_LCDDisplay0_PrintASCII(char Character)
{
//Error Reading Code For Pantalla LCD::Macro_ImprimirASCII

}

void FCD_LCDDisplay0_Command(char in)
{
//Error Reading Code For Pantalla LCD::Macro_Comando

}

void FCD_LCDDisplay0_RawSend(char in, char mask)
{
//Error Reading Code For Pantalla LCD::Macro_EnviarBruto

}

Posted: Thu Oct 04, 2007 3:56 pm
by Steve
Hello.

Are you using the latest version of Flowcode (v3.2.2)? If not, you should upgrade.

If you are still having the problem, please send your FCF and C files to our support address and we'll try to solve the problem.