Regarding Macro Usage

I am declaring a #define macro as:

#define Control1(v, k)

and I am calling the function as

Control(abcd,efgh);

where abcd, efgh are structures having various elements.

I am getting error while building the project.
Pls help.
What is the error?
How can we possibly help, when you've shown us hardly any of the code involved, and haven't even bothered to tell us the error message?

Honestly, what do you expect us to do? Read your mind?
Right! As my wife always says, "Mind reading costs extra!"
It's certainly out of my budget :)
I worked with a guy who referred to his wife as "The minister for war and finance". Apparently, she is a very good manager :+)
#define Control1(v, k)
That's it? So the macro doesn't expand to anything? That means that
Control(abcd,efgh); expands to ;
@MikeyBoy and @TheIdeasMan: Thanks to both of you for your sense of humor today!
Topic archived. No new replies allowed.