Warning unreferenced functions removed:

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

Post Reply
rotlen
Posts: 11
Joined: Wed Oct 03, 2007 8:00 pm

Warning unreferenced functions removed:

Post 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

User avatar
Steve
Matrix Staff
Posts: 3433
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times

Post by Steve »

This is a normal warning that you would see. It's nothing to worry about.

rotlen
Posts: 11
Joined: Wed Oct 03, 2007 8:00 pm

Post 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

}

User avatar
Steve
Matrix Staff
Posts: 3433
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times

Post 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.

Post Reply