Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sroohani

  1. sroohani

    Coroutines

    Yes, thank you all. I got my answer.
  2. sroohani

    Coroutines

    Hi there, I know perhaps this is not the right place to ask this question. But since I do my code in C++, I prefered to ask C++ programmers. I surfed the net and found some description about coroutines in different programming languages. Does any one know which languages support coroutines and...
  3. sroohani

    Remote Automation problem

    Hi all, I have an Automation server app and I need to run four copies of the app on four different machines, and then control all four copies from one single client machine using Remote Automation. If there was only one server, using Automation Manager and RAC Manager was fine. But what if I...
  4. sroohani

    Detecting SCSI media

    Hi all, I have retrieved a list of all hard drives in my system through GetLogicalDrives and GetDriveType. Now, the problem is that I don't know how to detect which one is IDE and which one is SCSI. Any idea? Regards, Shahram
  5. sroohani

    Reading schedule table of Win2K programmatically

    Thanks palbano, that was a great help, just what I needed.
  6. sroohani

    Reading schedule table of Win2K programmatically

    Hi, my company is going to setup a scheduled backup on our Win2K LAN server to make periodic backups of some folders on some of the machines in our domain. I'm supposed to write a simple client/server code to notify users of their machines being under backup (nearly ten minutes before backup...
  7. sroohani

    .idb file format

    Hi Transcend, Thanks for the useful link, but you know, the exact thing I need is the structure of the .idb files, I need to be able to access data records in an Incite Database file programmatically and I don't know if, at all, the .idb format is open or accessible anyway to the customers of...
  8. sroohani

    .idb file format

    Thanks for your reply zemp, but I noted that it should not be anything related to VC++ incremental compilation state file, because Incite Editor probably uses it as a database file. I still think it should be a database file format. I searched the net, but didn't find anything. Hope someone...
  9. sroohani

    .idb file format

    Hello, Does anyone know anything about .idb file format? It should be something other than .idb files which VC++ projects contain. I guess it should be some kind of database file format. This is the format in which Incite Editor saves some kind of data and I'm trying to access it through C++. I...
  10. sroohani

    PPJ Format Specification

    Hi, Althogh I'm not an Adobe Premiere user, I have to find out some info on PPJ format specification, bcause my company has a problem related to that topic. Could anybody please help me to find a resource on Premiere project file specification? Especially I need to access data records on a...
  11. sroohani

    Splitting an avi file into two files(audio and video)

    Hi, I have an AVI file and want to split it into two files (audio stream in a .wav file and video stream in a .avi file). Assuming that its codec is installed on my machine, could anybody please tell me which sequence of filters I should use in DirectShow 8.0 to convert an interleaved .avi file...

Part and Inventory Search

Back
Top