CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: Mystery

  1. #1
    Join Date
    Apr 2002
    Location
    Mumbai,India
    Posts
    567

    Unhappy Mystery

    Dear Friends
    I have typical problem.
    I am developing an application which requires to work on a card
    i have a card which is used for mpeg1 encoding.
    With the help of the sdk provided i am able to make a dll which do the task of encoding video/audio signal.Though the dll is compiled properly but when i call this dll through my vb application,run time error occurs which says that dll not found.The path if the dll is 100% correct as i have tried to put some temporary dll in the same path.
    Now the problem is that even the sdk application provided by the card is not working properly,when i tried to run its project.
    i have a directx sdk installed which is needed for the application.
    So please help me to solve this problem...
    Thanks in advance....
    i have made the dll in vc++ environment,my other dll are working properly except this?
    Rgds
    Vishal Sharma

  2. #2
    Join Date
    Apr 2002
    Location
    Mumbai,India
    Posts
    567

    help

    I have created a dll in vc++
    and calling this dll in vb
    but my vb application says that dll not found and shows rontime error 53
    path of dll is correct
    and dll is complied properly
    Help is needed
    same question i have asked before also
    but still waitng for the answer
    rgds
    Vishal

  3. #3
    Join Date
    May 2000
    Location
    Phoenix, AZ [USA]
    Posts
    1,347
    Please don't repeat threads like this. If you want to ask the
    question again, you need to reply to the original thread. When
    you do stuff like this, you just clutter up the message board.

  4. #4
    Join Date
    Jun 2001
    Location
    Switzerland
    Posts
    4,443
    [Gabriel: threads merged: please do not start more than one thread for one question]
    Gabriel, CodeGuru moderator

    Forever trusting who we are
    And nothing else matters
    - Metallica

    Learn about the advantages of std::vector.

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

Featured