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

compiled on Window but do not opens… #5

Open
moebiussurfing opened this issue Jan 31, 2023 · 2 comments
Open

compiled on Window but do not opens… #5

moebiussurfing opened this issue Jan 31, 2023 · 2 comments

Comments

@moebiussurfing
Copy link

Hello @meshula ,
sorry if here is not the right place,
but I compiled the project and get three .exe's.

image

but app windows do not open.
only there's some console window listing midi ports.

I just made cmake .. on build

I didn't used that below line bc I did not knew what to put into the all { }

cmake -G {generator} -DCMAKE_INSTALL_PREFIX={install-location} {source-location}
{run build and install commands}

I cloned from here https://github.com/LabSound/LabSoundGraphToy, but theres not enabled issues to ask on there...

thanks

@meshula
Copy link
Owner

meshula commented Jan 31, 2023

Hi, I think you solved the issue with making an issue :) This is the right place to report.

From your screenshot, I can see that the LabSoundGraphToy.exe application was not built. You only got the command line LabMidi tools. That makes me think that maybe you only built the LabMidi programs. When you created the project you should have got LabSoundGraphToy.sln. When you open the solution, you need to set LabSoundGraphToy as the "Start up project" before building, or right click it and build it directly. Is that what you did?

@meshula
Copy link
Owner

meshula commented Jan 31, 2023

Also, I enabled, just now, the Issues tab on the LabSound/LabSoundGraphToy repo, for future reports.

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

No branches or pull requests

2 participants