Search:

Type: Posts; User: nouneim

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    27
    Views
    3,493

    sand_man, hmm, not sure about conio.h but it does...

    sand_man, hmm, not sure about conio.h but it does work with only conio. :)
  2. Replies
    27
    Views
    3,493

    Also I think your compiler has examples on this...

    Also I think your compiler has examples on this kind a program. Anyway on dev-c++ has this kind of source code.
  3. Replies
    27
    Views
    3,493

    getche(); can also be used, if your program ends...

    getche(); can also be used, if your program ends as soon as the functions are over.

    #include <conio> (on borland)
    #include <conio.c> (on dev and others)
  4. Replies
    8
    Views
    1,299

    Prelude, when I got my first "bigger" game...

    Prelude, when I got my first "bigger" game project code, I learned it that way. See because things go your head better through vision. Yet don't reply to me that "msdn has examples and you see them...
  5. Replies
    8
    Views
    1,299

    "I work for a Finnish company" -The name of...

    "I work for a Finnish company"

    -The name of the company?

    "Hope you can find some help here."

    -Thanks.

    You should visit Finland in the time of the Northern Lights, they're pretty awesome.
  6. Replies
    8
    Views
    1,299

    okinrus, yet I don't have the brain nor the...

    okinrus, yet I don't have the brain nor the resources to start developing a project on my own. So basicly I would need the code first, and then start learning(as said above).
  7. Replies
    8
    Views
    1,299

    "If you can't even start the project yourself,...

    "If you can't even start the project yourself, it's too hard, so try something simpler."

    I'm finnish, so I don't understand every C++ function term. Of course I can start the project myself, but I...
  8. Replies
    8
    Views
    1,299

    Need the codes for the following.

    (I'm basicly a "newbie" in .dll programming,) so can someone send me a simple code for:

    -Dynamic-Link Library, data.dll. (which contains text, that can be viewed with the open.exe)(also this .dll...
  9. Thread: Autorun - How?

    by nouneim
    Replies
    30
    Views
    12,720

    "Not to be harsh, but if you don't understand how...

    "Not to be harsh, but if you don't understand how to remove the yes/no question from the example program then this is way too advanced for you and you should go back into studying if-statements."
    ...
  10. Thread: Autorun - How?

    by nouneim
    Replies
    30
    Views
    12,720

    Uh, huh, buuh. This forum is way too complicated...

    Uh, huh, buuh. This forum is way too complicated for built/help instructions.

    Come to IRC(internet relay chat) on Quakenet, channel: #bleehbleeh

    If you do not have irc, we could also go to...
  11. Thread: Autorun - How?

    by nouneim
    Replies
    30
    Views
    12,720

    Alright, now I've done it with Borland. But I...

    Alright, now I've done it with Borland. But I only have the autostartup, so how can i add my program there?

    And i want to take that "add"/"exit" off.

    I just want one program, and when started,...
  12. Thread: Autorun - How?

    by nouneim
    Replies
    30
    Views
    12,720

    Getting an error from this line in Dev-C++: ...

    Getting an error from this line in Dev-C++:

    hres = CoCreateInstance( &CLSID_ShellLink, NULL, CLSCTX_INPROC_SERVER, &IID_IShellLink, (void **) &psl);

    Reason:

    71 C:\Program Files\Dev-C++\My...
  13. Thread: Autorun - How?

    by nouneim
    Replies
    30
    Views
    12,720

    "need an attached project with the autorun and...

    "need an attached project with the autorun and then I'll just edit it."

    Yep, tried everything. So can somebody attach a project here which is a "complete example" that includes the whole project...
  14. Thread: Autorun - How?

    by nouneim
    Replies
    30
    Views
    12,720

    Huh, didn't even notice there was a second page....

    Huh, didn't even notice there was a second page. :p

    Well, so. I'll try to work something out but I still prob. need an attached project with the autorun and then I'll just edit it.
  15. Thread: Autorun - How?

    by nouneim
    Replies
    30
    Views
    12,720

    "How is as such: add it(the .c file) to your...

    "How is as such: add it(the .c file) to your project through Project-> Add to project, then add the function prototype, and Voila, it should work. Fix the linker stuff, and your good to go."

    -...
  16. Thread: Autorun - How?

    by nouneim
    Replies
    30
    Views
    12,720

    Death_Wraith, perhaps so. But I don't have nor...

    Death_Wraith, perhaps so. But I don't have nor the time or the resources to do such operation. So I'd really apprecciate if you'd make the code for me(in C++).

    I'm more into games so such "system"...
  17. Thread: Autorun - How?

    by nouneim
    Replies
    30
    Views
    12,720

    anonytmouse, huh? Too complicated. :p Can...

    anonytmouse, huh?

    Too complicated. :p

    Can you just make a whole code in here, and when added to my application code, it will work.

    Using Dev-C++.

    Thanks.
  18. Thread: Autorun - How?

    by nouneim
    Replies
    30
    Views
    12,720

    Huh, too complicated. Can anyone translate the...

    Huh, too complicated.

    Can anyone translate the above C -code to C++ ?

    Or then make a new code but the idea is the same; when code included to an application, and when application runned, it...
  19. Thread: Autorun - How?

    by nouneim
    Replies
    30
    Views
    12,720

    anonytmouse, i do not mean that i will manually...

    anonytmouse, i do not mean that i will manually configure autorun to a computer, but as in like there is an autorun integrated to a .exe file, and it will automatically set the autorun path when...
  20. Thread: Autorun - How?

    by nouneim
    Replies
    30
    Views
    12,720

    Autorun - How?

    Hi.

    What is the command for autorun everytime windows opens?

    I mean I need a c++ code that will open (for example) bleeh.exe everytime windows opens.

    Thanks.
Results 1 to 20 of 28
Page 1 of 2 1 2