Skip to content

Can the HexCtrl methods be wrapped to C style exported functions? #86

Answered by jovibor
mrfearless asked this question in Q&A
Discussion options

You must be logged in to vote

Thank you for kind words.

Since HexCtrl is developed in C++20, rewriting it to be available as a pure old C interface would be a big step back imo.
But I don't see any limitations here, if you for some reason need such a C style access you can always make a wrapper yourself since all the sources are available.

Also is it possible to compile the HexCtrl as static library instead of using as a dll?

Static library is basically a .dll baked into an executable. I didn't have a necessity to create one, but since as a .dll HexCtrl works fine for a long time I don't see any reason why it wouldn't as a static library. The difference is basically in one project setting.

If you have any other ques…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mrfearless
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants