ooc-dev team mailing list archive
-
ooc-dev team
-
Mailing list archive
-
Message #00201
compile with MSVC
Hi,
I was curious to see if ooc bootstrap could be compiled using msvc and
the biggest problem I have
(I am not talking about missing stdbool, no restrict keyword, ...) is
about the dot syntax used
from what I understand to declare structure members.
For instance :
...
{
.instanceSize = sizeof(rock_middle_tinker_Trail__Trail),
.size = sizeof(void*),
.name = "Trail",
},
...
Would it be possible to generate some C code without this dotted
syntax and use a
more traditional way of declaring structure member ?
Thanks
Follow ups