Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Umstellung von MS VC++ 6.0 auf MS VC++ .NET

Empfohlene Antworten

  • 2 Wochen später...
  • Autor

Ich habe mal wieder selbst gebastelt und wie immer ohne Resultat.

Ich habe mir eine Klasse CMediaPlayer erstellen lassen, in der alle Funktionen drin sind, die ich brauche.

Aber wenn ich z. Bsp. eine wav-Datei laden will, passiert gar nichts. Folglich kann ich auch nicht die aktuelle Position oder andere Werte abfragen.

Mit der Variable, die auf das Steuerelement bezogen ist, kann ich zwar eine Datei mit m_cWMP.put_URL("irgendeine.wav") die Datei laden und abspielen, aber es fehlen eben die anderen Funktionen, die in dieser Klasse nicht vorhanden sind.


...

#include "CMediaPlayer.h"


...


void irgendwas()

 {

  CMediaPlayer media;

  double pos=0.0;


  media.put_filename("irgendeine.wav"); //soll automatisch abspielen


  pos=media.get_CurrentPosition(); //fragt die aktuelle Position ab

 }

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.