User Profile

Collapse

Profile Sidebar

Collapse
Dipanwita
Dipanwita
Last Activity: Feb 26 '08, 04:20 AM
Joined: Aug 20 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Dipanwita
    started a topic playback application using EVR

    playback application using EVR

    hi,
    I want to create a playback application in direct show using EVR for windows vista.right now the os i am using is windows xp. can anybody help me to proceed?
    See more | Go to post

  • Dipanwita
    started a topic RSA encryption decryption function problem
    in C

    RSA encryption decryption function problem

    I have written a RSA encryption/decryption function in c using the formula a = b^c %n. For solving the equation I have used Squaring and multiplying method for modulo exponentiation .

    These functions work fine when Two random prime numbers (required to generate public n private key) are within certain range but fails afterwords.All the variables are of datatype ULONGLONG. I m unable to fix up the problem. Is these really a storage...
    See more | Go to post

  • Dipanwita
    started a topic direct show application
    in C

    direct show application

    i want to create an application that will play an avi file. I don't want to use RenderFile method. I want to build the application manually.How to do that??
    See more | Go to post

  • Dipanwita
    replied to Reversing String Data
    in C
    try this.

    <code removed>
    See more | Go to post
    Last edited by Banfa; Aug 28 '07, 10:47 AM. Reason: Code removed as per the posting guidelines

    Leave a comment:


  • Thank u very much for the reply. But the fact is that I can't change the path since the old version is used by another project. So if I swap the position of path then old project will be hampered.Can't i handle this problem using namespace???...
    See more | Go to post

    Leave a comment:


  • Two header files with same name. want to use latest version

    I have been working in VC++ 6.0. There are two header files with same name.The path of old version is included via "TOOLS/option/directories"
    I want to use new version though don't want to change the old version and settings. how come it be possible ??? Is namespace a solution??? how to use it ??
    See more | Go to post
No activity results to display
Show More
Working...