libRaptorQ icon indicating copy to clipboard operation
libRaptorQ copied to clipboard

VC++ still not supported?

Open jefffhaynes opened this issue 9 years ago • 5 comments

While I realize your statement about VC++ not being a C++11 compiler used to be true, I'm not sure that's the case anymore.

https://msdn.microsoft.com/en-us/library/hh567368.aspx

Although I'm having some trouble getting it to work it does seem like it's in the ballpark. Any plans to give it a whirl?

jefffhaynes avatar Apr 28 '16 05:04 jefffhaynes

Yeah, actually the compatibility is not that much of a problem anymore. I'll fix it in the next couple of weeks.

Don't know if I'll work on vc++ compability on version 0.1 anymore, as it has some API problems, and I'm changing a lot in 0.2, though. Version 0.1 was only intended to stabilize the algorithm, not really for production.

LucaFulchir avatar Apr 28 '16 13:04 LucaFulchir

That's great, thanks!

On Thu, Apr 28, 2016 at 6:20 AM -0700, "Luca Fulchir" [email protected] wrote:

Yeah, actually the compatibility is not that much of a problem anymore.

I'll fix it in the next couple of weeks.

Don't know if I'll work on vc++ compability on version 0.1 anymore, as it has some API problems,

and I'm changing a lot in 0.2, though. Version 0.1 was only intended to stabilize the algorithm, not really for production.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub

jefffhaynes avatar Apr 28 '16 13:04 jefffhaynes

UPDATE: A lot of time passed, but other things needed attention.

As of now, the status is "WONTFIX".
Support for seems to be broken as of MSVC 2015.

The only good news is that they seem to have already fixed it, but did not ship the new library as that would break compatibility.

I will try to keep other things more compatible so that at least it compiles, even though it will not be usable until the next library release.

I will keep this ticket open until we can finally use it.

LucaFulchir avatar Oct 26 '16 20:10 LucaFulchir

Any news ? :)

supercairos avatar Sep 05 '17 14:09 supercairos

uhm... yes and no. The new version is tested under VS2017 and works, but I need some time before I can push the new commits on the public repo, as there was work done for a company in the middle.

LucaFulchir avatar Sep 10 '17 09:09 LucaFulchir