-
Notifications
You must be signed in to change notification settings - Fork 5
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
This project can be built with the wxWidget library? #4
Comments
I think the project name "AsciiFlowQT" is not correct, I think the name could be "AsciiFlowQTWX" or "AsciiFlowGUI", thanks. |
I just tried to build it under wx library, but it looks like there is a missing header file named "AsciiFlowCommonAPI.h" in the repo. Do you forgot to commit it to the git repo? At the beginning of the source code
|
Oh, I think this header is generated by CMake. Let me try it again. |
OK, I did a very simple test, I just drag all the source file to a Code::Blocks cbp project files, (The project file is created from the wxWidgets sample project wizard), and I make a very simple AsciiFlowCommonAPI.h, which just define the Now, here is the screen shot of the result wx application under Windows, and it works(I mean it can create ascii art graphics) Great! You can see the icon of the toolbars are not showing correctly. I will try to debug it later. |
This is the patch that I used to build this project under Code::Blocks IDE + msys2 + gcc + Windows OS. See the patch here: add a Code::Blocks cbp project, so that it can be built under msys2's… |
It's really nice to see that in the commit log message.
Since I'm a wxWidgets user, but not QT user.
I will try the wxWidgets port if it is possible, thanks!
The text was updated successfully, but these errors were encountered: