J. Ritchie Carroll
J. Ritchie Carroll
Here is an example: http://jsfiddle.net/ritchiecarroll/n2732cf0/ Here is another z-index issue without a dialog: http://jsfiddle.net/ritchiecarroll/r0494mkh/
Currently, converted code likely won't immediately compile without work - for large projects, with many dependent projects, perhaps much work. Work is progressing to better handle code compilation used to...
Did you try this release version? https://github.com/GridProtectionAlliance/go2cs/releases/tag/v0.1.2
Also, please provide platform details, e.g., Linux, Windows, etc.
It's a pet project. I haven't had much time to poke at it in the last few months, anything specific you would like to tackle? :-)
I think "cgo" allows this already, basically you can use your Go functions in C/C++: https://golang.org/cmd/cgo/#hdr-C_references_to_Go
I upvoted your post, but looks like topic was closed. FYI, given my experience with this project so far, i.e., converting from Golang to C#, I think a converter to...
BTW - most of those other tools, like the ones that go directly from Go to C or C++ are way short of being able to compile day-to-day Go code....
I'm not aware of any "good" options for actual source conversion from C# to C++. There was a project, like 5 years back, that attempted this https://github.com/AlexAlbala/Alter-Native. This project appears...
Report.NET, by default, uses the standard AFM fonts that are expected to be supported by all PDF readers. These fonts do not not support high-order Unicode characters. There is, however,...