Search:

Type: Posts; User: Erin100280

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,371

    I'm using windows with code::blocks and mingw,...

    I'm using windows with code::blocks and mingw, but i am writing a multi-platform app.
  2. Replies
    4
    Views
    1,371

    Milliseconds?

    Hi. in many languages, there is a functions that will return an integer representing the number of milliseconds that the PC has been on. I am having trouble finding a similar function in c++. I've...
  3. Replies
    1
    Views
    2,154

    FIBITMAP to SDL_Surface?

    I'm having problems converting a FIBITMAP to SDL_Surface.

    heres the function:



    SDL_Surface *FiBitmapToSdlSurface(FIBITMAP *fb) {
    int h = FreeImage_GetHeight(fb), w =...
  4. Replies
    2
    Views
    2,462

    no

    thanks, I found and example and realized i needed to add some arguments to the main function as well.
  5. Replies
    2
    Views
    2,462

    SDL and mingw. Please help.

    having problems comppiling SDL project in mingw.

    rite now, for tests, i only have 1 line of code:

    #include <SDL/SDL.h>

    Here is the error:

    \mingw\lib\libmingw32.a(main.o):main.c||...
  6. i cant

    I can't get any of the examples to compile in vc08, I've add the include folder and libs, but too many errors. vc2010 runs way to slow on my machine. plus, I've tried to load my mingw project into...
  7. anybody know how to use directX with mingw?

    I've read a few pages on this, but i still can't get it to work.
Results 1 to 7 of 7