Search:

Type: Posts; User: The_KD

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    2,649

    My query is more on using the Pthreads DLL (but...

    My query is more on using the Pthreads DLL (but not specific to this). Do I need any special flags when linking/using my code with a dynamic library. (perhaps linking is not the correct word here)
    ...
  2. Replies
    2
    Views
    2,649

    Linking to a DLL (on MingW)

    Hi,

    How does one go about linking to a DLL (using MingW)

    I tried google-ing this, can't make head or tails of the results.


    (I'm actually trying to link to one of the Pthreads-win32 dlls)
  3. Replies
    9
    Views
    12,591

    Basically, why can't i control that aspect of the...

    Basically, why can't i control that aspect of the application and bypass the OS altogether? and how would I do that. maybe you could point me in the right direction if is possible....Maybe it sounds...
  4. Replies
    9
    Views
    12,591

    Considering that an OS like Linux was written in...

    Considering that an OS like Linux was written in C, and it is capable of multi-threading, then how was the logic initially built in?

    How does one get that level of control over the CPU using C -...
  5. Replies
    9
    Views
    12,591

    Multi-threading in pure C

    Hi,

    Any idea how to go about implementing sometype of multi-Threading in pure ANSI C.

    I understand that in Linux, one would use pthreads, in windows one would create threads through the WinAPI....
  6. Replies
    2
    Views
    3,817

    Error Linking with IUP toolkit

    Hi,

    Been trying to compile a simple C program using the open source IUP toolkit provided by Tecgraf (makers of Lua). Keep getting the error below:

    Based on the documentation the following...
  7. Replies
    8
    Views
    12,600

    I checked out the wikipedia link above, the only...

    I checked out the wikipedia link above, the only 2 options for C programming on windows are GTK+ and IUP.

    1. GTK seems a bit bulky and requires that you distribute your executable with loads of...
  8. Replies
    8
    Views
    12,600

    GUI toolkit for C - on windows

    Any good / High Quality gui toolkits for ANSI C that can be used on windows?

    so far I've found these on wikipedia:

    >> GTK+.... Does not appear to use native widgets on windows. looks very basic...
  9. Replies
    2
    Views
    942

    Cheers.

    Cheers.
  10. Replies
    2
    Views
    942

    Function types in C

    I'm fairly familiar with C but I cannot seem to figure out the function definitions below.

    Obviously i do not expect you to understand the context, kindly help me to understand the structure /...
  11. Replies
    4
    Views
    1,639

    Using a buffer was an experiment to see how the...

    Using a buffer was an experiment to see how the Buffer Size would affect copy throughput / Speed...

    Is there a bug in my code causing the output file to appear corrupt ??
  12. Replies
    4
    Views
    1,639

    Trouble with getc ( ) - File I/O

    Hi,

    Please review the C program below and see if you can figure out what's wrong. I've been trying for a day now and I Just can't seem to get it to work.

    The aim of the program is to copy the...
  13. Replies
    5
    Views
    3,568

    This helped. Thanks for the quick response.

    This helped. Thanks for the quick response.
  14. Replies
    5
    Views
    3,568

    Black window in backgound when running app

    Hi All,

    Just started doing a bit of GUI programming on C (Windows with MingW toolchain).

    Whenever I run any GUI app on windows, even the most basic 'hello world' app there is always a black...
Results 1 to 14 of 14