1

Might be a stupid question.

I'm making a C++ windows.h application, and I'd like for it to play a short video. It would be nice if I could somehow(?) compile the video into the program — I plan on sending the exe to others, it'd be nice if I didn't have to send the video with it as a separate file for the exe to load in at runtime.

I'm running Windows 10, writing and compiling with just Emacs and g++.

Schmleh
  • 41
  • 1

1 Answers1

0

This previous question looks like it would be helpful for your case: C/C++ with GCC: Statically add resource files to executable/library

  • That is helpful, but... You've produced a link-only answer. You can salvage it by summarizing the contents of the link so that future askers can recreate the information or find a related link when the original link rots. – user4581301 Nov 27 '19 at 22:38