Aquineas

No Rank
Points: 0
I ended up looking at the source code for the _Vacopy from another compiler (that I have a license to) and basically changing it and adding it to the library using it, wrapped in some __BORLANDC__ #ifdefs.
I do like your idea better though, thank you!
Read More...
I found a va_copy macro in Dinkumware, but it refers to a _Vacopy function (macro?) that I can't find anywhere but in .DLLs (which is useless if I'm trying to build a stand-alone application). I'm using a third party library which is using it; has anyone worked around this issue?
Read More...
Does the IDE log anything during startup? My IDE is hanging at the "All IDE packages loaded" prompt. I'm running Windows 10 Pro Insider BUILD 17692.
Read More...
Wow I did not know about this. I had been using an open source implementation.
Thank you David.
Any word on a time-line to support iOS 11.3 and Xcode 9.3? Compilation is currently broken for me for that platform.
And for C++ builder?