![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi Erel,
My recorder program crashes in the statement WaveIn.Save(RecPath & Now & ".wav"). The recording, however, is correctly saved. The error message is NullReferenceException. In my program the recording can be stopped in two ways, either by the user clicking a button or by the program itself. The elapsed time of the recording is monitored by the program using a timer and is compared with the maximum set in the statement WaveIn.Start(Duration*1000). When the maximum is reached, the program stops the recording In both cases a routine is called which executes the the following two statements: WaveIn.Stop WaveIn.Save(RecPath & Now & ".wav") The error occurs only when the user stops the recording, so before the maximum recording time has elapsed. When the program stops the recording everything is OK. The detailed error information I got when running in debug mode on the device is: Basic4PPC.exe NullReferenceException at WaveFile.InitBuffer() at WaveFile.BlockDone() at SoundMessageWindow.WndProc() bij (dutch for at) Microsoft.WindowsCE.Forms.MessageWindow._WndProc() bij Microsoft.AGL.Forms.EVL.EnterMainLoop() bij System.Windows.Forms.Application.Run() bij Dbasic.Form1.Main() Any idea what is going wrong? Harry |
|
|||
|
Erel,
The demonstation program runs well. Only an error, but totally different, when I press Stop_Save twice. However, when I change the recording time to be WaveIn.Start(100000) , so 10 times longer, and then make a short recording, the same error occurs as I mentioned in my first message. Harry |
|
||||
|
The updated version could be downloaded here: http://www.basic4ppc.com/forum/showthread.php?p=10395
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| IDE crashes on device | kolbe | Bug Reports | 3 | 08-16-2008 10:27 AM |
| player-recorder | derez | Share Your Creations | 0 | 03-13-2008 10:26 AM |
| Recorder | Erel | Additional Libraries | 9 | 03-09-2008 08:24 PM |
| Calendar Recorder | Rioven | Share Your Creations | 5 | 10-21-2007 07:55 AM |
| Open serial port crashes program on device | Steve | Bug Reports | 2 | 05-23-2007 10:52 PM |