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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. hankgao0703

    Relationship between DirectShow and WM9 Encoder SDK?

    Does anyone know what's the connection between DirectShow and Windows Media Encoder SDK? How can I make Windows Media Encoder support MPEG2 file?
  2. hankgao0703

    Accelerator key handling without menu item

    Does anybody know how to make a VB application respond to a certain accelerate key combination without bothering to add a menu item. Thanks
  3. hankgao0703

    20-bit to 16-bit audio sample conversion

    Does anybody know how to convert 20-bit audio sample data into 16-bit data? This is very urgent and thanks in advance
  4. hankgao0703

    afxDump does anything

    When I try to use MFC predefined variable afxDump which is of type CDumpContext, I can not get anything from it, but it supposes to dump output to default debugger, which in VC6.0 environment is the debug window. Does anybody know the reason? Thanks Hank Gao
  5. hankgao0703

    WaitForSingleObject Crashes

    When I debug my application in IDE, I find sometimes when I call WaitforSingleObject which waits a event object, the whole application crashes, and the following message is given: Unhandled exception in blabla.exe: 0xC0000005: access violation My concern is that if the event handle which is...
  6. hankgao0703

    Problem with __declspec(align)

    In one of my projects, I have to use __declspec(align(16) to force the memory allocation is done at 16 bytes boundary, but I alway get error: C1306(or else) => Unsupported Data Type When I remove __declspec(align(16)) modifier, everything seems ok. by the way, based on the MS document...
  7. hankgao0703

    CreateDIBSection problem

    Doese anybody know what exactly the reason can cause CreateDIBSection fails. I call CreateDIBSection, but it fails occassionaly. Thanks.
  8. hankgao0703

    Can not open network file in windows service

    I am developing a windows service applicaiton in which I open a file which resides in another computer and do further handling. what I am doing now is map that network directory to a local logical driver, then call fopen function to open it, just like it were a local file, but I just can not...
  9. hankgao0703

    Why CAsyncSocket doesn't work in Windows Service application?

    Hi, I am developing a Windows service application, in which I use CAysncSocket class as a listenning socket to monitor requests from clients, but when I call CAsynSocket.Create(), the application crashes, Why? my code is as follows: .... AfxSocketInit(); .... CAsyncSocket socket...
  10. hankgao0703

    the best approach of code re-use

    hi, I am currently working on serveral projects simulatnerously, since these projects are closely connected, so in logic, there are a lot of code that can be reused(or shared). I just wonder which is the best way to reuse/share such codes across several projects. Could you tell me what you...
  11. hankgao0703

    Windows Service

    Hi, Could anyone here give me some tips about how to develop windows application? Is there any good books/websites? Thans a lot Hank

Part and Inventory Search

Back
Top