akakima33 (gmx)
unread,Apr 2, 2026, 6:15:23 PMApr 2Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fo...@jsoftware.com
Hi !
Which version of VS is used by JSoftware team ?
Visual Studio 2026 (or 2022) ?
In VS 2019:
Macros defs like:
#define DO(n,stm...) {I _n=(n); I i=0; for(;i<_n;i++)stm}}
does not work.
Macros defs like:
#define DO(n,stm, ...) {I _n=(n); I i=0; for(;i<_n;i++)stm}}
does work.
Both defs work in gcc 11.3 Cygwin version.
Also, instructions in makevs directory seems obsolete ?
[please accept this as polite remarks. English is not my natural language!]