First attempt creating a very simple mp3 player

This forum can be used to talk about general design strategies, new ideas and questions in general related to wxWidgets. If you feel your questions doesn't fit anywhere, put it here.
Post Reply
RuudH
Earned a small fee
Earned a small fee
Posts: 24
Joined: Thu Jun 04, 2020 6:35 am

First attempt creating a very simple mp3 player

Post by RuudH »

Hi,
I am new to wxWidgets.
Creating GUIs and apps with wxWidgets is good fun.
Now I am attempting to add a very simple mp3 player to my C++ SQL database app (holding my music collection).
I have been studying the Media Player sample, which is very helpful after I have taking the first hurdle.

Please help me getting started with the very basics of creating a mp3 player with MediaCtrl.

OS: Windows 10 Pro
Tools I use:
  • Code::Blocks 20.3 (C++ x64)
  • MinGW 17.1
  • wxWidgets 3.1.3
Thank you,
RuudH
User avatar
doublemax
Moderator
Moderator
Posts: 19114
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: First attempt creating a very simple mp3 player

Post by doublemax »

Sorry, this question is too generic. If you already studied the media player sample that comes with wxWidgets, you should already know the basic steps.

Where are you stuck?
Use the source, Luke!
Post Reply