How to run SDL 2.0 project setup executable using DOSBox? [closed] - sdl

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I am newbie to SDL and developed a small SDL 2.0 project, trying to run setup under dosbox but it crash.

No, you cannot do that. If you want to run your app with SDL forget about DOS: DOS is not on the list of supported platforms.

Related

How to add a custom button in mac catalyst optimised for mac using swiftUI? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 days ago.
Improve this question
When I try to change it to optimised for mac, I see all buttons change to default style (I mean macOS style). I just want to change the button style. Pls help!

How to build fo Steam in Visual Studio with no Game Engine like UE5 or Unity [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 days ago.
Improve this question
I am writing the code for a game in Visual Studio + SFML but I don,t know how to build it so I can Upload it To Steam.
Any Help.
I really have no idea how it works.

How to insert a video with gtkmm [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
i am looking for a way to insert a video in my software developped in C++ using the gtkmm library. But i did not see any documentation on this.
Does someone know how to put a video with the GTKmm library ?
Thanks a lot !
gtkmm itself is not a multimedia framework. However, you can use it together with multimedia frameworks, e.g. GStreamer (or gstreamermm, which is c++ wrapper for GStreamer). Here is an example of simple multimedia player written in gtkmm and gstreamermm: https://git.gnome.org/browse/gstreamermm/tree/examples/ogg_player_gtkmm

is there any function in wxwidgets to check pdf software is available or not [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I am using wxwidgets 2.8.10 with c++ and I am using both windows xp and windows 7.
Is there any function to see if "pdf" software is available in my computer or not by using wxwidgets?
Presumably you want to know whether a PDF viewer is available in order to open a PDF document. And if this is the case, you should just try opening it and then handle the error.

C++ to create a Game for Nintendo DS [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
Well, I'm trying to do a small game for DS-DSi in C++. Just for fun and feel happy.
I was wondering if there is any guide or I could get some help with getting started. I have no clue how it works or how to make it boot on the DS.
Thanks~
I suggest getting a nds flash cart, like the cycloDS (for the DS) or an R4i (for the DSi). Thats how you can run your creations on the actual device.
Here is a good list of tutorials starting from the beginning (setting up your environment, getting the armKit etc) on DS development.
Tutorial: https://web.archive.org/web/20111219201907/http://dev-scene.com/NDS/Tutorials