Search:

Type: Posts; User: firestorm

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    49
    Views
    11,051

    nice program chad :) Hunter had some good ideas...

    nice program chad :)
    Hunter had some good ideas and here is 1 also :)
    Mayb create a spot for people to put their favorite scripts or have a notepad to the side for adding this
    Looks good so far,...
  2. Replies
    6
    Views
    1,352

    hey, depending on how experienced with...

    hey, depending on how experienced with electronics, you could upgrade it yourself. What exactly is the upgrade for and do you have a site or name of your psu? I am currently designing 1 for myself. A...
  3. Thread: Resources

    by firestorm
    Replies
    5
    Views
    1,378

    will try it. If it don't work and I can't fix it...

    will try it. If it don't work and I can't fix it I will just reload Dev. Sorta frustrating to do all this but learning a whole new language always is :)...thx again

    -fire
  4. Replies
    12
    Views
    1,917

    i have read through alot of C++ tutorials and...

    i have read through alot of C++ tutorials and have only copied and pasted code after it didn't work the first time. I am going to read through more tutorials now since that might help. Is Dev C++ a...
  5. Replies
    12
    Views
    1,917

    I was experimenting around some more this...

    I was experimenting around some more this afternoon and FINALLY got a menu to work :D!!!
    I didn't set it up as a windows app. project but just copied and pasted a menu off the web. Then, when I set...
  6. Thread: Resources

    by firestorm
    Replies
    5
    Views
    1,378

    thx for the info, that site has tons of good...

    thx for the info, that site has tons of good stuff on it. Will try to figure this out now :).
    Say I was going to add a resource. First I would add a *.rc file to my source file (*.cpp). Then I would...
  7. Replies
    12
    Views
    1,917

    I have started the program and am trying to add a...

    I have started the program and am trying to add a menu and and icon. The icon is a pic that I have saved on comp and not 1 that the compiler provides. Here is the source code I have.

    #include...
  8. Replies
    12
    Views
    1,917

    thx for the input :). What I am not sure about...

    thx for the input :). What I am not sure about now is the appropiate header for .c. I have never been able to get a program with headers to work in C++ before. I will try to post my code this...
  9. Replies
    12
    Views
    1,917

    Starting a Program, use C or C++?

    I am trying to make a circuit drawing program that will be more user friendly that the freewares 1's out there today. I have plenty of ideas on how to go about doing this but not sure whether to use...
  10. Replies
    24
    Views
    3,060

    any alternatives that will work instead of Dev...

    any alternatives that will work instead of Dev C++, I think I will stick with Win32 for now since I am trying to make a schematic drawing program. Thats for a diff time though, gotta really...
  11. Thread: Resources

    by firestorm
    Replies
    5
    Views
    1,378

    Resources

    hey all,
    No matter which site I go to, every tutorial explains resources very vaguely saying it is compiler specific. I don't really understand them at all :( . I know you have to have a source...
  12. Replies
    24
    Views
    3,060

    yea that is what i have been clicking... i opened...

    yea that is what i have been clicking... i opened the file that theForger made to download and it works fine. Although he has 1 extra .c file in his project. I copied the file and added it as a .c...
  13. Replies
    24
    Views
    3,060

    I checked and it was a GUI file. As for the...

    I checked and it was a GUI file. As for the compiling, I did click it then the run and it still doesn't work...it says project is not compiled. I compile each tab then run the source code right? thx...
  14. Replies
    24
    Views
    3,060

    when I click run it says it is not compiled. When...

    when I click run it says it is not compiled. When I hit "compile and run", a brief flash of the screen pops up but nothing more than that. Anything I do to get it to compile? thx l8er

    -fire
  15. Replies
    24
    Views
    3,060

    it compiles fine but when i hit compile and run...

    it compiles fine but when i hit compile and run it does run. Does this make sense?
    well I say it compiles fine, but normally when u just click compile it shows up done then u click ok i...
  16. Replies
    24
    Views
    3,060

    I tryed going through the tutorial again and...

    I tryed going through the tutorial again and couldn't get the program to work. I compiled each section and still no luck. Here is a pic of the 3 files then the code 4 them...
    the pic is at the...
  17. Replies
    24
    Views
    3,060

    I was trying to figure this out and am coming...

    I was trying to figure this out and am coming across a few more questions on the setup.
    As of now I have my source code file and my resourcescript.rc file. How do I add a resource.h file? I hope...
  18. Thread: compilers

    by firestorm
    Replies
    13
    Views
    3,066

    thats y we have experiments and this forum :)....

    thats y we have experiments and this forum :). Same situation at my school and family, know alot about comps but nothing with the programming of them :(...o well, good thing there are tons of books...
  19. Replies
    24
    Views
    3,060

    thx for the example. This clears up resources a...

    thx for the example. This clears up resources a bunch and hopefully menus will be made by me lol :)....thx again and I will try to get this to work tonight...

    =fire
  20. Replies
    24
    Views
    3,060

    thx colonial, so i should have: #include...

    thx colonial, so i should have:
    #include "resource.h"
    defines...
    I am still not quite getting this. When do I use the windows and its defines. From what I have read, a resource is like a seperate...
  21. Thread: compilers

    by firestorm
    Replies
    13
    Views
    3,066

    I am also a 15yr old sophomore in HS and am...

    I am also a 15yr old sophomore in HS and am starting to program. Any class you take will help in whatever you are interested in. I myself am going to take EE classes this summer i hope.
  22. Replies
    24
    Views
    3,060

    here is the code and I am not sure where and how...

    here is the code and I am not sure where and how to add in all the resource code.
    i added the include resouce.h and the defines. Don't know if it is in the right spot or written correctly.
    ...
  23. Replies
    24
    Views
    3,060

    Win32 menus and resources help

    hey,
    I am reading through the tutorails from forgers on Win32. I can't seem to grasp the whole concept of resources and menus. When I try to compile certain bits of code that he provides in the...
  24. Replies
    13
    Views
    1,789

    K thanks, sorta clear for now but more questions...

    K thanks, sorta clear for now but more questions will probably come up when I start my program. thx again

    -fire
  25. Replies
    13
    Views
    1,789

    thanks for the clarification. Will still need to...

    thanks for the clarification. Will still need to figure out how it works but eventually it will come to me. Can I still use the Dev C++ compiler for win32? thx l8er

    -fire
Results 1 to 25 of 35
Page 1 of 2 1 2