Results 1 to 16 of 16

Thread: Please Test my Software

  1. #1
    New Member
    Join Date
    Jul 12
    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
    Web developer Nightwalker83's Avatar
    Join Date
    Dec 01
    Location
    Adelaide, Australia
    Posts
    9,739

    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.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    Please consider giving me some rep points if I help you a lot.
    DON'T BUMP YOUR POSTS!!! Links to my code examples can now be found on my website: My websites
    Please rate my post if you find it helpful!
    Technology is a dangerous thing in the hands of an idiot! I am that idiot.

  3. #3
    New Member
    Join Date
    Jul 12
    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
    Web developer Nightwalker83's Avatar
    Join Date
    Dec 01
    Location
    Adelaide, Australia
    Posts
    9,739

    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.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    Please consider giving me some rep points if I help you a lot.
    DON'T BUMP YOUR POSTS!!! Links to my code examples can now be found on my website: My websites
    Please rate my post if you find it helpful!
    Technology is a dangerous thing in the hands of an idiot! I am that idiot.

  5. #5
    New Member
    Join Date
    Jul 12
    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
    Super Moderator koolsid's Avatar
    Join Date
    Feb 05
    Location
    Mumbai, India
    Posts
    11,415

    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

    Microsoft MVP: 2011 - Till Date IMP Links : Acceptable Use Policy, FAQ

    MyGear:
    Sony VGN-FZ27G with a triple boot between (XP+Office 2003+VB6), (VISTA+Office 2007+VS2008) and (Win7+Office 2010+VS2010) || Sony VPCCB-45FN with a Win7+Office 2010+VS2010. VM: (XP+Office 2003+VB6), (VISTA+Office 2007+VS2008), (Win8+Office 2010+VS2012) || Mac Book Pro (10.6.8) with Office 2011

  7. #7
    New Member
    Join Date
    Jul 12
    Posts
    14

    Re: Please Test my Software

    Is this ok?

    http://sdrv.ms/Pq5uin

  8. #8
    Web developer Nightwalker83's Avatar
    Join Date
    Dec 01
    Location
    Adelaide, Australia
    Posts
    9,739

    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.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    Please consider giving me some rep points if I help you a lot.
    DON'T BUMP YOUR POSTS!!! Links to my code examples can now be found on my website: My websites
    Please rate my post if you find it helpful!
    Technology is a dangerous thing in the hands of an idiot! I am that idiot.

  9. #9
    New Member
    Join Date
    Jul 12
    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
    New Member
    Join Date
    Jul 12
    Posts
    14

    Re: Please Test my Software

    Sorry for the double post. Changed my first post.

  11. #11
    New Member
    Join Date
    Jul 12
    Posts
    14

    Re: Please Test my Software

    Hello?

  12. #12
    Web developer Nightwalker83's Avatar
    Join Date
    Dec 01
    Location
    Adelaide, Australia
    Posts
    9,739

    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!
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    Please consider giving me some rep points if I help you a lot.
    DON'T BUMP YOUR POSTS!!! Links to my code examples can now be found on my website: My websites
    Please rate my post if you find it helpful!
    Technology is a dangerous thing in the hands of an idiot! I am that idiot.

  13. #13
    New Member
    Join Date
    Jul 12
    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
    Web developer Nightwalker83's Avatar
    Join Date
    Dec 01
    Location
    Adelaide, Australia
    Posts
    9,739

    Re: Please Test my Software

    Two years! Why go back to the program after so long?
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    Please consider giving me some rep points if I help you a lot.
    DON'T BUMP YOUR POSTS!!! Links to my code examples can now be found on my website: My websites
    Please rate my post if you find it helpful!
    Technology is a dangerous thing in the hands of an idiot! I am that idiot.

  15. #15
    New Member
    Join Date
    Jul 12
    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
    New Member
    Join Date
    Jul 12
    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
  •