Find the Bug in the Code

For questions and comments on programming in general. And for any items that don't fit into the forums below.

Moderators: Benj, Mods

Post Reply
luthra_arun
Posts: 18
Joined: Wed Nov 11, 2009 7:39 am

Find the Bug in the Code

Post by luthra_arun »

Hi to all,
I am making the project after writing a long program when i compile i found the erron in my code it shows:-

D:\Pen Drive Data\Important Data\projects\BOD\Flow Code\BOD_Main19Nov.c(164): error: missing right paren
D:\Pen Drive Data\Important Data\projects\BOD\Flow Code\BOD_Main19Nov.c(164): error: general error
D:\Pen Drive Data\Important Data\projects\BOD\Flow Code\BOD_Main19Nov.c(164): error: failure

failure

..........
Return code = 1

Flowcode was unable to compile the flowchart's C code due to the following errors:


how its very difficult to find where the problem is can you help me.The above error i had given just for the example but i need to know in gernal that how i find the problem in my program or project of having n numbers of macros.

Sean
Valued Contributor
Valued Contributor
Posts: 548
Joined: Tue Jun 26, 2007 11:23 am
Has thanked: 6 times
Been thanked: 44 times

Re: Find the Bug in the Code

Post by Sean »

Can you post a copy of your Flowcode program on the forum?

If not, can you post a copy of the C code file BOD_Main19Nov.c generated by Flowcode (or a section of it around line 164).

We should be able to see the error from this.

luthra_arun
Posts: 18
Joined: Wed Nov 11, 2009 7:39 am

Re: Find the Bug in the Code

Post by luthra_arun »

hi sean,
i had sloved that problem thanks for the replay.

Post Reply