Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C#-Binding: Fix example #51

Closed
lclc opened this issue Aug 21, 2014 · 7 comments
Closed

C#-Binding: Fix example #51

lclc opened this issue Aug 21, 2014 · 7 comments

Comments

@lclc
Copy link
Contributor

lclc commented Aug 21, 2014

Or even better: write a native binding

@BlueWall
Copy link
Contributor

It seems that the dll is not being built.

@lclc
Copy link
Contributor Author

lclc commented Aug 22, 2014

Yes, I could not write/build/test the C# bindings since I have no Windows.

Are you using it / plan to use it? It shouldn't be to hard to add it, just check the swig/CMakeLists.txt file.

@BlueWall
Copy link
Contributor

I have no Windows either. I will be using it under Mono. I will work on it. Thanks.

@BlueWall
Copy link
Contributor

BlueWall commented Sep 2, 2014

Now I can move forward on building the csharp dll. I think it parallels Java a good deal, so I will look at that too.

@lclc
Copy link
Contributor Author

lclc commented Feb 20, 2015

AFAIK the Windows C# dll is still not working. Either add it to the docs or remove it fully.

@lclc lclc reopened this Mar 1, 2015
haarts added a commit to haarts/opentxs that referenced this issue Mar 3, 2015
These demos are broken and deemed not worth the effort fixing. Removing
the examples leads to less confusion.
Closes Open-Transactions#52 and Open-Transactions#51.
@haarts
Copy link
Contributor

haarts commented Mar 3, 2015

Do I need to remove the same stuff as in #52? Eg https://github.com/Open-Transactions/opentxs/tree/develop/scripts/demo/csharp or is there something else which need to be axed?

A quick find revealed also:
https://github.com/Open-Transactions/opentxs/tree/develop/cmake/windll.rc.in

@lclc
Copy link
Contributor Author

lclc commented Mar 3, 2015

@BlueWall Is your Mono binding working with the example https://github.com/Open-Transactions/opentxs/tree/develop/scripts/demo/csharp ?

I guess this one we can remove since it's MS C#:
https://github.com/Open-Transactions/opentxs/tree/develop/scripts/demo/vscsharp

The windll.rc.in was added by Eric and it seems to be needed to build OT on Windows with MSVC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants