Search:

Type: Posts; User: manudathg

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,930

    yeah... I tried Sleep() and included...

    yeah... I tried Sleep() and included <windows.h>... There was no change in the results though :(
  2. Replies
    4
    Views
    1,930

    Linker Errors...

    Hi,

    I am trying out some simple stuff on C... I am trying to run them in MS Visual studio 6.0 on Windows... For every small function that I add to my program, I get a linker error (and not a...
  3. Replies
    11
    Views
    4,819

    Same problem Linking......

    Same problem


    Linking...
    Thread_Run_Tests.obj : error LNK2001: unresolved external symbol _Sleep
    Debug/Thread_Run_Tests.exe : fatal error LNK1120: 1 unresolved externals
    Error executing...
  4. Replies
    11
    Views
    4,819

    The error is while linking: Error:...

    The error is while linking:


    Error:
    Thread_Run_Tests.obj : error LNK2001: unresolved external symbol _sleep
    Debug/Thread_Run_Tests.exe : fatal error LNK1120: 1 unresolved externals

    This was...
  5. Replies
    11
    Views
    4,819

    Thanks a lot guys... It worked finally.... I...

    Thanks a lot guys... It worked finally....

    I had probelms executing even the small statement: _beginthread... Later I found out that I need to specify "multi-threading" options to the compiler...
  6. Replies
    11
    Views
    4,819

    Thank you! It almost worked, except that I...

    Thank you!

    It almost worked, except that I have another problem:



    #include <stdio.h>
    int main() {
    system("C://WINNT//NOTEPAD.EXE");
    system("taskkill /F /IM notepad.exe");
  7. Replies
    11
    Views
    4,819

    Close Applications from C program...

    Hi,

    I want to open and close an .exe file (e.g; Notepad.exe) from a C program... I can open it using
    system(".exe path"); But I don't know how to close the application from the program... Any...
Results 1 to 7 of 7