Webserver component.

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 4.
To post in this forum you must have a registered copy of Flowcode 4 or higher. To sign up for this forum topic please use the "Online Resources" link in the Flowcode Help Menu.

Moderator: Benj

Post Reply
IVL
Posts: 17
Joined: Sat Sep 17, 2011 7:10 pm
Location: Belgium
Has thanked: 8 times
Been thanked: 5 times

Webserver component.

Post by IVL »

Hi,
I tried to use the webserver component but get errors at compile.
The compile to C works, but the compile to hex fails.
To avoid any errors i tried to put the webserver initialise only in a flow showing the same result :

...........
16F887A_WebServer_Test1.c(1162:24): error: unknown identifier 'RX_PTR_BASE'
16F887A_WebServer_Test1.c(1162:24): error: invalid operand 'RX_PTR_BASE'
16F887A_WebServer_Test1.c(1162:36): error: failed to generate expression
16F887A_WebServer_Test1.c(1162:36): error: invalid operand '+ '
16F887A_WebServer_Test1.c(1162:55): error: failed to generate expression
16F887A_WebServer_Test1.c(1162:19): error: arguments of 'Internet_WritePtr' don't match the parameters of call
16F887A_WebServer_Test1.c(1162:2): error: failed to generate expression
16F887A_WebServer_Test1.c(1506:54): error: unknown identifier 'RX_PTR_BASE'
16F887A_WebServer_Test1.c(1506:54): error: invalid operand 'RX_PTR_BASE'
16F887A_WebServer_Test1.c(1506:66): error: failed to generate expression
16F887A_WebServer_Test1.c(1506:66): error: invalid operand '+ '
16F887A_WebServer_Test1.c(1506:85): error: failed to generate expression
16F887A_WebServer_Test1.c(1506:28): error: arguments of 'Internet_ReadPtrWithShadow' don't match the parameters of call
16F887A_WebServer_Test1.c(1506:2): error: failed to generate expression

Any ideas ?

Post Reply