Search:

Type: Posts; User: scripterJack

Search: Search took 0.00 seconds.

  1. How to suppress "suppress messagebox "Unable to Locate Component" message box

    Hi
    I a working on a VC++ Win32 application and it depends on a dll to be installed on the system. When this dll is missing it gives out a message box 'suppress messagebox "Unable to Locate...
  2. Continuous polling of GetDevicePowerState inside Win32 App

    Hi I am new to Windows programming and trying to work on a VC++ Win32 Application. Basically the code displays appropriate image (WM_PAINT) in the window create (CreateWindow()) depending on the the...
  3. Replies
    10
    Views
    7,908

    I guess you didn't get me. if...

    I guess you didn't get me.



    if (chdir("E:\LongDi~1\SecDir01")!=0)
    mkdir("E:\LongDi~1\SecDir01");

    is not creating any 'SecDir01' directory whereas
  4. Replies
    10
    Views
    7,908

    The reason being the tool has to work in 16-bit...

    The reason being the tool has to work in 16-bit environment (something like FreeDOS) that we can boot to quickly and also it is the only place (real mode) where I can make BIOS calls.
  5. Replies
    10
    Views
    7,908

    Hi tabstop, Thanks for the reply. If I take...

    Hi tabstop,
    Thanks for the reply. If I take "mynewfile.txt", then the output of
    printf("\nPath=%s",path); after the above sprintf statement is given as 'E:\\LongDi~1\\SecDir01\mynewfile.txt'....
  6. Replies
    10
    Views
    7,908

    Hi itCbitC, thanks for the reply. I actually...

    Hi itCbitC, thanks for the reply. I actually changed my code to the following but still see the problem.



    #include<stdio.h>
    #include<stdlib.h>
    #include<dos.h>
    #include<dir.h>
  7. Replies
    10
    Views
    7,908

    Trouble with mkdir chdir

    Hi,
    I am working on a DOS application (16-bit) and stumbled @ a point where I need to pass a variable to mkdir and chdir functions and they don't seem to recognize the string and always fail the...
Results 1 to 7 of 7