Search:

Type: Posts; User: JasonLikesJava

Page 1 of 8 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,620

    eval.c I believe is a file from gtk's source...

    eval.c I believe is a file from gtk's source code. Now, the fact that this can't be found isn't the actual cause of the segfault. gdb just can't find it to give you the debugging information.
  2. Replies
    1
    Views
    7,054

    http://linux.ctyme.com/

    http://linux.ctyme.com/
  3. Replies
    2
    Views
    1,781

    The function you give pthread_create() has to be...

    The function you give pthread_create() has to be a static function.
  4. I'll say that I've had a much better experience...

    I'll say that I've had a much better experience programming for Linux than my early beginning with Windows. It is much easier and I've been a happier programmer since I switched years ago.
  5. Replies
    3
    Views
    1,525

    Thanks After you mention it I do remember...

    Thanks

    After you mention it I do remember having to pick up things along the way... I'll be sure to implement that.
  6. I think everything on the list is junk.

    I think everything on the list is junk.
  7. Replies
    3
    Views
    1,525

    All right... I'll try another question. Who...

    All right... I'll try another question. Who remembers how to play pipe dream??? I know the basics of the water flowing through the pipe and you've gotta keep placing pipe to keep it so the water...
  8. Replies
    0
    Views
    2,531

    Fun Linux Animations

    brought to you by our friends at IBM:

    http://www-1.ibm.com/servers/eserver/linux/fun/?t=gr,p=LinuxAnimation

    I like "evolution" and "free the code" :D
  9. Replies
    47
    Views
    14,069

    For the mouse issue, I've believe you can run...

    For the mouse issue, I've believe you can run "mouseconfig" or "xf86config" although my wheel mouse worked right away.
  10. Replies
    9
    Views
    2,339

    I already don't need Windows...

    I already don't need Windows...
  11. Replies
    6
    Views
    3,471

    SciTE is open source and can highlight just about...

    SciTE is open source and can highlight just about any programming language.

    http://www.scintilla.org/SciTE.html
  12. Replies
    3
    Views
    1,525

    Pipe Dream Ideas

    I decided I'd do some graphics/games programming after I've been working with Qt for some time and I was just looking for ideas of things to implement in my version of "Pipe Dream".
  13. Replies
    11
    Views
    1,836

    Yeah, I tried this once back when I was a...

    Yeah, I tried this once back when I was a newbie... it just puts Linux in a single file on your Windows partition. I had some problems installing stuff because it seems that a "Linux for Windows"...
  14. Replies
    1
    Views
    1,328

    function soandso(); function seeandsee(); ...

    function soandso();
    function seeandsee();

    function soandso{
    call function seeandsee
    }

    function seeandsee{
    call function soandso
    }
  15. Replies
    14
    Views
    3,133

    Nowhere does the author claim this.

    Nowhere does the author claim this.
  16. Replies
    14
    Views
    3,133

    Of course it is. WineX supports a ton of games...

    Of course it is. WineX supports a ton of games and there are other popular games like Quake, Half-life, and Unreal that run natively on Linux.
  17. Replies
    14
    Views
    3,133

    The article says: "Those who supply computer...

    The article says:
    "Those who supply computer services involving Windows XP Corporate version can no longer keep the names of their customers private. The policy of forced disclosure abandons a...
  18. Replies
    18
    Views
    2,699

    ...

    ...
  19. Replies
    14
    Views
    3,133

    OK, so everybody has said that this article is...

    OK, so everybody has said that this article is made up and propaganda. Would anybody care to justify that?
  20. Replies
    14
    Views
    3,133

    And what about the other more important points...

    And what about the other more important points you didn't mention?

    2MB memory limit in Windows 95, 98, and ME... go over the limit and it crashes? No wonder XP seems so stable compared to older...
  21. Replies
    18
    Views
    2,699

    Here's a great article that gives some good...

    Here's a great article that gives some good reasons to use an alternative to Windows:

    http://www.hevanet.com/peace/microsoft.htm
  22. Replies
    14
    Views
    3,133

    Great Article

    A great article:

    http://www.hevanet.com/peace/microsoft.htm

    What do you think?
  23. Replies
    3
    Views
    1,867

    I haven't done much work with creating Makefiles...

    I haven't done much work with creating Makefiles and build scripts, so how exactly would I do that?

    I've come up with something like this so far but it doesn't work:

    #configure.in...
  24. Replies
    4
    Views
    6,938

    Same as the code in a *.a file.

    Same as the code in a *.a file.
  25. Replies
    3
    Views
    1,867

    Optionally compiling feature

    I want to write Makefile.am and/or configure.in to only compile certains files if a certain argument is given to the configure script.

    I'd suppose I should append certain files to the SOURCES...
Results 1 to 25 of 176
Page 1 of 8 1 2 3 4