Search found 2 matches

by Pyhis
Thu Aug 15, 2013 6:29 am
Forum: C and ASM Programming
Topic: Passing pointers to C macro modules
Replies: 2
Views: 9473

Re: Passing pointers to C macro modules

How do you include your own .h and .c files to your project, so you can use the function with the C icon.

I really like visual representation of the flowcode, but I think it is a little too restricted.
There should be a place where you can include your own header files.

Kristian
by Pyhis
Mon Aug 12, 2013 5:54 pm
Forum: C and ASM Programming
Topic: Passing pointers to C macro modules
Replies: 2
Views: 9473

Passing pointers to C macro modules

Hi I am trying to use a function like this in flowcode. I am passing 4 variables and declaring pointers to them, and in the function I am changing the values of the variables with pointers. Is this possible to make to a macro block or something similar? I am trying to avoid global variables. If this...