Search:

Type: Posts; User: JoeJTaylor

Search: Search took 0.01 seconds; generated 40 minute(s) ago.

  1. Replies
    0
    Views
    2,326

    Problems saving audio files

    I'm writing a sound recording application in borland. It is a form with 4 buttons. record, play stop and save. Unfortunately while the program records the sound correctly it does not save it in the...
  2. Thread: Saving Data

    by JoeJTaylor
    Replies
    5
    Views
    1,920

    Saving Data

    I'm trying to write a program that keeps data on people. The data is to be stored on the hard disk for future reference. The only way i know how to do this is to a txt file and this is not...
  3. Replies
    5
    Views
    1,078

    Removing file extentions from ansistrings

    I'm trying to create a spelling program that slects an audio file plays it and then compares the input in a txtbox to check if the filename matches the input. at the moment however the filename still...
  4. Replies
    1
    Views
    4,745

    Cannot convert string to AnsiString

    I am writing a program that takes strings form a file and displays them in an edit box on a form. however when i try and output them i get the error message Cannot convert 'string' to 'AnsiString'...
  5. Replies
    153
    Views
    703,048

    Sticky: Object Orientated Programming in C++ by Robert...

    Object Orientated Programming in C++ by Robert Lafore 4th edition is great for novices and good reference for more experienced programmers too. breaks down the fundamentals of C++ programming into...
  6. Replies
    2
    Views
    1,263

    The multi media player works. it just won't load...

    The multi media player works. it just won't load in a new file. I'm not sure which command to use to get it to recognise a new file has been passed in and the c++ help files are of no real use on...
  7. Replies
    12
    Views
    1,345

    Its bad to use it because other functions can...

    Its bad to use it because other functions can corrupt the data that the variables hold. If the variables are held inside the function then they are only opperated on by that function
  8. Replies
    2
    Views
    1,263

    Help with Multi Meida Player in C++

    I'm trying to add a multimedia player in c++ to play and record wav files. i have the multimedia player working but when i try and open a file using an open dialog the media player doesn't activate....
Results 1 to 8 of 8