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

Possible strategy for Windows development ? #24

Open
TrakBit opened this issue Sep 28, 2018 · 6 comments
Open

Possible strategy for Windows development ? #24

TrakBit opened this issue Sep 28, 2018 · 6 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@TrakBit
Copy link

TrakBit commented Sep 28, 2018

Is there is any roadmap for Windows desktop development? Since there is no content for WPF development in C, not possible to reuse the cocoa binding concept.

the one possibility I see is ReasonML <==> C <==> C#. Since majority of WPF development community is on c#.

@rauanmayemir
Copy link
Member

Tbh, I have no idea about the current state of Windows environment. I thought there was win32 api?

@TrakBit
Copy link
Author

TrakBit commented Sep 28, 2018

Yeah my approach seems to be overcomplicated. Win32 using C seems approachable. I'll give it a try and see.

@wokalski
Copy link
Member

I suggest we bind to the “most modern“ API so that we have full api surface in our hands in the future. I just noticed https://github.com/LexiFi/csml/blob/master/README.md. Maybe it’s also possible to bind directly to C sharp? I’d do some research. There are quite a few OCaml on windows users. You might want to ping people from opam-cross-windows repo.

@TrakBit
Copy link
Author

TrakBit commented Sep 28, 2018

Looks like a good possible solution. They have a really neat mapping between OCaml <==> C#.

@TrakBit
Copy link
Author

TrakBit commented Sep 28, 2018

@wokalski can you try running the getting_started example. I tried but facing this issue when running the make file

$ make
\../../src/csml.exe getting_started.csml
make: ../../src/csml.exe: Command not found
make: *** [../../Makefile.examples:50: build_addin_byt] Error 127

The project doesn't seem to have any active contributor to help.

@wokalski
Copy link
Member

It seems like you need to run make in src first. Sorry for the delayed responses but I’m on a vacay. I’d also ask on discuss OCaml. A lot of folks are hanging out there.

@rauanmayemir rauanmayemir pinned this issue Jan 29, 2019
@wokalski wokalski added help wanted Extra attention is needed good first issue Good for newcomers labels Feb 5, 2019
@wokalski wokalski changed the title Possible strategy for Windows (WPF) development ? Possible strategy for Windows development ? Feb 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants