Results 1 to 16 of 16

Thread: Please Test my Software

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2012
    Posts
    14

    Please Test my Software

    Good day,

    I made this software as my project. It is a Voice Operated Address Book. Can anyone test it and tell me if there are any errors or bugs? I only tested it in Windows XP so I'm not sure if it works on other OS. PM me if your interested. Thank you.

    Edit: I have added a new installer and a guide inside the compressed folder.
    Here is the link http://sdrv.ms/SVLIfp
    Ignore Step 2 of Getting Started.

    Edit: I forgot to mention that this program requires "Microsoft Speech SDK 5.1". Here is the link.
    http://sdrv.ms/QS6Ep8

    Enjoy
    Last edited by eku55555; Jul 28th, 2012 at 11:18 AM.

  2. #2
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Please Test my Software

    If you want us to test it please upload the zipped source code (no executable files) to the thread. Also, explain what the application is suppose to achieve and maybe include a picture of the application too.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  3. #3

    Thread Starter
    New Member
    Join Date
    Jul 2012
    Posts
    14

    Re: Please Test my Software

    Here it is.

    http://www.4shared.com/zip/j8ZqJR0G/Address_Book.html

    As I said, it is a Voice Operated Address book. I'm happy with the outcome, (at least from my side) but I don't know if it works for other OS and if there are any needed files, like an SDK needed to be installed or something. Any feedback is appreciated.

  4. #4
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Please Test my Software

    I think most people won't register on a third-party site just to download source such as that. You are better for doing what I said above.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  5. #5

    Thread Starter
    New Member
    Join Date
    Jul 2012
    Posts
    14

    Re: Please Test my Software

    Sorry, I was under the impression that you can download it anytime even without the need to register. The source code is very long and very messy, is it ok to post it here? Or should I use other file-sharing sites?

    Edit: Found out how. But it exceeded 500kb limit, even with compressed files.
    Last edited by eku55555; Jul 25th, 2012 at 06:30 AM.

  6. #6
    Discovering Life Siddharth Rout's Avatar
    Join Date
    Feb 2005
    Location
    Mumbai, India
    Posts
    12,001

    Re: Please Test my Software

    eku55555, If you have a hotmail account then you can use skydrive link here as well
    A good exercise for the Heart is to bend down and help another up...
    Please Mark your Thread "Resolved", if the query is solved


    MyGear:
    ★ CPU ★ Ryzen 5 5800X
    ★ GPU ★ NVIDIA GeForce RTX 3080 TI Founder Edition
    ★ RAM ★ G. Skill Trident Z RGB 32GB 3600MHz
    ★ MB ★ ASUS TUF GAMING X570 (WI-FI) ATX Gaming
    ★ Storage ★ SSD SB-ROCKET-1TB + SEAGATE 2TB Barracuda IHD
    ★ Cooling ★ NOCTUA NH-D15 CHROMAX BLACK 140mm + 10 of Noctua NF-F12 PWM
    ★ PSU ★ ANTEC HCG-1000-EXTREME 1000 Watt 80 Plus Gold Fully Modular PSU
    ★ Case ★ LIAN LI PC-O11 DYNAMIC XL ROG (BLACK) (G99.O11DXL-X)
    ★ Monitor ★ LG Ultragear 27" 240Hz Gaming Monitor
    ★ Keyboard ★ TVS Electronics Gold Keyboard
    ★ Mouse ★ Logitech G502 Hero

  7. #7

    Thread Starter
    New Member
    Join Date
    Jul 2012
    Posts
    14

    Re: Please Test my Software

    Is this ok?

    http://sdrv.ms/Pq5uin

  8. #8
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Please Test my Software

    @ eku55555,

    Right off the bat when I load the *.vbp I receive a message that "Vdict.dll" could not be loaded. You should edit your first post to included instructions on how you would run you application if it were on your pc.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  9. #9

    Thread Starter
    New Member
    Join Date
    Jul 2012
    Posts
    14

    Re: Please Test my Software

    I see, I had the feeling something is missing. I'll try to fix this later as I am not in my computer at this moment.

  10. #10

    Thread Starter
    New Member
    Join Date
    Jul 2012
    Posts
    14

    Re: Please Test my Software

    Sorry for the double post. Changed my first post.

  11. #11

    Thread Starter
    New Member
    Join Date
    Jul 2012
    Posts
    14

    Re: Please Test my Software

    Hello?

  12. #12
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Please Test my Software

    Downloaded version 2 and testing it. You don't have to post if you don't get a response in the thread just wait as it might take a while since we are all volunteers here.

    Edit:

    After, I install the "SAPI4SDKSUITE.exe" then run "Soundex Thesis.exe" I receive a "Run-time error '-2147220990 (800402202)' Automation Error.

    Also, if I run the code from the address book project after this I get "Method 'initialized' of object IVCommand failed" on this line:

    vb Code:
    1. Vcmd1.Initialized = 1

    You should add any references needed for the project to work correctly to the project. Don't reply on users to add them because that will lead to mistakes.
    While, you do the above I noticed that your "Address Book" project references several "Microsoft Speech SDK 5.1" dlls, etc. However, you don't mention this in the instructions included with your source code.
    Last edited by Nightwalker83; Jul 28th, 2012 at 03:32 AM. Reason: Adding more!
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  13. #13

    Thread Starter
    New Member
    Join Date
    Jul 2012
    Posts
    14

    Re: Please Test my Software

    Sorry, it's been uhh... 2 years since I touched this. I only did it in my computer and never had a chance to test it on other computers so when it worked for me, I left it at that.

    Anyway, that is strange because I already referenced those to my project before compiling and uploading here. Thanks anyway, I'll fix these things before uploading them again. I don't know how all these problems got here.

    EDIT: I found out what's the problem. I forgot to mention that this program requires "Microsoft Speech SDK 5.1". I'm uploading it now. I'll change the first post once upload is finish.
    Last edited by eku55555; Jul 28th, 2012 at 10:09 AM. Reason: Update

  14. #14
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Please Test my Software

    Two years! Why go back to the program after so long?
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  15. #15

    Thread Starter
    New Member
    Join Date
    Jul 2012
    Posts
    14

    Re: Please Test my Software

    Because of work. Actually, the program is complete. I just couldn't test it on other computers since I don't have any other besides this. That's why I want to see if the program I made works in other systems. I was hoping someone would test it in Windows Vista or 7.

  16. #16

    Thread Starter
    New Member
    Join Date
    Jul 2012
    Posts
    14

    Re: Please Test my Software

    Bump

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width