- Katılım
- 8 Şubat 2006
- Mesajlar
- 37
- Altın Üyelik Bitiş Tarihi
- 13.10.2023
Merhaba,
32 bit bilgisayar işletim sisteminde çalışan wav doyası programı 64 bitte çalışmıyor. Sorunu nasıl çözebilirim.
---
Combile error:
The code in this project must be updated for use on 64-bit systems.
Please review and update Declare statements and then mark them with
the PtrSafe attribute.
hata mesajını veriyor....
Örnek Program
Declare Function sndPlaySound32 Lib "winmm.dll" Alias _
"sndPlaySoundA" (ByVal lpszSoundName As String, _
ByVal uFlags As Long) As Long
Sub WavCal_10Saniye()
Call sndPlaySound32("C:\Users\pc\Desktop\BİLGİ YARIŞMASI PRG\10saniye.wav", 1)
End Sub
Teşekkürler
32 bit bilgisayar işletim sisteminde çalışan wav doyası programı 64 bitte çalışmıyor. Sorunu nasıl çözebilirim.
---
Combile error:
The code in this project must be updated for use on 64-bit systems.
Please review and update Declare statements and then mark them with
the PtrSafe attribute.
hata mesajını veriyor....
Örnek Program
Declare Function sndPlaySound32 Lib "winmm.dll" Alias _
"sndPlaySoundA" (ByVal lpszSoundName As String, _
ByVal uFlags As Long) As Long
Sub WavCal_10Saniye()
Call sndPlaySound32("C:\Users\pc\Desktop\BİLGİ YARIŞMASI PRG\10saniye.wav", 1)
End Sub
Teşekkürler