Variadic Macros ?

Locked
tonegarot
Posts: 1
Joined: Fri Jun 10, 2016 11:06 am

Variadic Macros ?

Post by tonegarot »

Hi,

I am trying to use variable arguments in a macro. Something like:

#define DEBUG(fmt, ...) PrintFormat(fmt, ##__VA_ARGS__)

or

#define DEBUG(format, args...) PrintFormat (stderr, format, args)

I am getting the following error:

error 317: '.' - unexpected in macro formal parameter list

Is there a way to use variadic macros in mql4?

Regards
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

Variadic Macros ?

Post by milanese »

tonegarot » Wed Jun 15, 2016 9:32 pm wrote:Hi,

I am trying to use variable arguments in a macro. Something like:

#define DEBUG(fmt, ...) PrintFormat(fmt, ##__VA_ARGS__)

or

#define DEBUG(format, args...) PrintFormat (stderr, format, args)

I am getting the following error:

error 317: '.' - unexpected in macro formal parameter list

Is there a way to use variadic macros in mql4?

Regards
MQL does not support "macro magic" or varg lists

Cheers :)

Tommaso
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
User avatar
SteveHopwood
Owner
Posts: 9904
Joined: Tue Nov 15, 2011 8:43 am
Location: Misterton - an insignificant village in England. Very pleasant to live in.

Variadic Macros ?

Post by SteveHopwood »

I have locked this idiotic thread.

tonegarot, one more dimwitted post from you and I will remove your ability to post at all.
Read the effing manual, ok?

Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.

I still suffer from OCCD. Good thing, really.

Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.

To see The Weekly Roundup of stuff you guys might have missed Click here

My special thanks to Thomas (tomele) for all the incredible work he does here.
Locked

Return to “Coders Hangout”