Die Suche ergab 111 Treffer
- Mo 2. Feb 2015, 00:02
- Forum: Programmierung
- Thema: EXTERN - Speicherzugriffsfehler(11)
- Antworten: 3
- Zugriffe: 3399
Re: EXTERN - Speicherzugriffsfehler(11)
Public Struct _LVTable DtmfReceived As Pointer InviteReceivedCb As Pointer End Struct Public Struct LinphoneCoreVTable _LinphoneVTable As Struct _LVTable End Struct ... linphonecore.h file header report a very complex and long Structure: /** * This structure holds all callbacks that the application...
- Sa 31. Jan 2015, 18:17
- Forum: Multimedia
- Thema: (Erledigt) Wie wird eine .ogg Datei abgespielt?
- Antworten: 12
- Zugriffe: 7276
Re: Wie wird eine .ogg Datei abgespielt?
Bei gambas3 3.6.99+svn68 all trunk ist eine gb.media bei der ich nicht weiß wie es funktioniert Hello Naubaddi, ...ok, so you want to use gb.media. So, I point out to you this page, that I wrote, in Wiki of italian Gambas Forum: http://www.gambas-it.org/wiki/index.php?title=La_gestione_mediante_il_...
- Sa 31. Jan 2015, 17:32
- Forum: Multimedia
- Thema: (Erledigt) Wie wird eine .ogg Datei abgespielt?
- Antworten: 12
- Zugriffe: 7276
Re: Wie wird eine .ogg Datei abgespielt?
ja eine gb.sdl2.audio wäre das Richtige, bei gambas3 3.6.99+svn68 all trunk ist diese nicht vorhanden :cry: . Hi, Do you use SVN to update your Gambas ? If "yes", if you have Gambas-3 and you update via SVN you'll have gb.SDL2.audio component . Auch eine gb.sdl.sound ist nicht vorhanden. ...that is...
- Mo 26. Jan 2015, 20:50
- Forum: Programmierung
- Thema: Externe Bibliotheksfunktion aufrufen
- Antworten: 8
- Zugriffe: 5253
Re: Externe Bibliotheksfunktion aufrufen
PS: Hi Ru, I'm pleasantly surprised to see you here :-) (Tobi) Hello Tobi, Thank you so much for welcomed me. I watched this forum for a some years; so I decided to make me an its member. :wink: I would like to apologize :oops: , if here I will not be able to write in Hölderlin's language. Bye
- Mo 26. Jan 2015, 15:39
- Forum: Programmierung
- Thema: Externe Bibliotheksfunktion aufrufen
- Antworten: 8
- Zugriffe: 5253
Re: Externe Bibliotheksfunktion aufrufen
As first parameter is a Pointer to Pointer, try:
Code: Alles auswählen
interface = PMD_Find_Interface(VarPtr(hid_p), i, USB1608FS_PID)
- Sa 24. Jan 2015, 23:45
- Forum: Multimedia
- Thema: (Erledigt) Wie wird eine .ogg Datei abgespielt?
- Antworten: 12
- Zugriffe: 7276
Re: Wie wird eine .ogg Datei abgespielt?
Hello,
I'ld like to point out this WIKI page of Gambas-it.org:
http://www.gambas-it.org/wiki/index.php ... asse_Music
(you need activate the new gb.sdl2.audio Gambas component ! )
I'ld like to point out this WIKI page of Gambas-it.org:
http://www.gambas-it.org/wiki/index.php ... asse_Music
(you need activate the new gb.sdl2.audio Gambas component ! )