Hi masters:

I got an error message when I was compiling my code:

"E2293 ) expected"

It indicates some thing wrong in a line on which I defined a function. There are a lot of arguments in this function and some ones are array. I checked this section many times and couldn't find any thing wrong! By the way, I set this function empty.

THank you for your time and help!

Recommended Answers

All 3 Replies

We can't help without seeing the offending code.

google for that error number shows several threads about it. Here is one of them that may be helpful to you. The most likely cause is a missing header file, or an error on a previous line(s)

google for that error number shows several threads about it. Here is one of them that may be helpful to you. The most likely cause is a missing header file, or an error on a previous line(s)

Thank you very much! Got it solved!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.