Search:

Type: Posts; User: skiler

Search: Search took 0.01 seconds.

  1. Thread: OpenAL

    by skiler
    Replies
    1
    Views
    1,386

    OpenAL

    Someone can explain me how i put openAL to work?
  2. Thread: 3ds models

    by skiler
    Replies
    4
    Views
    1,384

    if i convert the models they come up with 2mg of...

    if i convert the models they come up with 2mg of size how can i do for them have 500k?
  3. Thread: 3ds models

    by skiler
    Replies
    4
    Views
    1,384

    3ds models

    Hy,

    Anyone knows where i can find 3ds models for free? I need to find a fireman car and i can't find :(
  4. Thread: openGL ctrl key

    by skiler
    Replies
    5
    Views
    3,045

    i will explain better, for up key the code is...

    i will explain better, for up key the code is GLUT_KEY_UP and for ctrl is what?
  5. Thread: openGL ctrl key

    by skiler
    Replies
    5
    Views
    3,045

    i'm question about the code of control key. ...

    i'm question about the code of control key.

    the callback i know how to work with them
  6. Thread: openGL ctrl key

    by skiler
    Replies
    5
    Views
    3,045

    openGL ctrl key

    i'm using glut and how i can identity the key "ctrl" ?
  7. Replies
    1
    Views
    1,192

    external variables

    extern "C" GLuint texturas[4];

    this declaration is right? since exists another classe with a variable called texturas right?
  8. Thread: Exit error

    by skiler
    Replies
    15
    Views
    6,499

    it works =D thanks Mats :P

    it works =D
    thanks Mats :P
  9. Thread: Exit error

    by skiler
    Replies
    15
    Views
    6,499

    doesn't work :| Error 1 error C2065: 'exit' :...

    doesn't work :|

    Error 1 error C2065: 'exit' : undeclared identifier c:\program files\microsoft visual studio 8\vc\include\gl\glut.h 486
    Error 2 error C2365: 'exit' : redefinition; previous...
  10. Thread: Exit error

    by skiler
    Replies
    15
    Views
    6,499

    but glut.h is an api to openGL, so is standard i...

    but glut.h is an api to openGL, so is standard i use them in other programs and never appear this error :|
  11. Replies
    6
    Views
    3,068

    boolalpha can display true ou false nonboolalpha...

    boolalpha can display true ou false
    nonboolalpha display 1 or 0

    if you didn't add boolalpha it display true ou false
  12. Thread: Exit error

    by skiler
    Replies
    15
    Views
    6,499

    1>c:\program files\microsoft visual studio...

    1>c:\program files\microsoft visual studio 8\vc\include\stdlib.h(406) : error C2381: 'exit' : redefinition; __declspec(noreturn) differs
    1> c:\program files\microsoft visual studio...
  13. Thread: Exit error

    by skiler
    Replies
    15
    Views
    6,499

    "You may find that compiling the source through...

    "You may find that compiling the source through only the preprocessor stage, which gives you the entire source code, and searching for "exit", will help here." how i can access that?

    Laserlight is...
  14. Thread: Exit error

    by skiler
    Replies
    15
    Views
    6,499

    i haven't another declaration or definition os...

    i haven't another declaration or definition os the function exit() this is why i don't know where the error comes from
  15. Thread: Exit error

    by skiler
    Replies
    15
    Views
    6,499

    I have 9 classes and i don´t know where comes the...

    I have 9 classes and i don´t know where comes the error because is in stdlib.h i can show the line in stdlib.h

    #ifndef _CRT_TERMINATE_DEFINED
    #define _CRT_TERMINATE_DEFINED
    _CRTIMP...
  16. Thread: Exit error

    by skiler
    Replies
    15
    Views
    6,499

    Exit error

    Hello,

    Appears this error when i compile the program

    Error 1 error C2381: 'exit' : redefinition; __declspec(noreturn) differs c:\program files\microsoft visual studio 8\vc\include\stdlib.h 406 ...
  17. Replies
    5
    Views
    1,720

    You are right. But if mother class is friend of...

    You are right.
    But if mother class is friend of derived class i think you can access private variable and methods but i'm not sure again.. Right?
  18. Replies
    5
    Views
    1,720

    I think that you can access to static variables...

    I think that you can access to static variables and methodos even if they are private. no sure but you can access do none static private variables so i think you can access to static private...
  19. Replies
    5
    Views
    1,630

    thanks for help.. Salem ideia works weel =) ...

    thanks for help.. Salem ideia works weel =)

    for laserlight the matriz is matrix, i make a mistake when i did some changes on code, and linhas i explain in top that in it place must be a 5
  20. Replies
    5
    Views
    1,630

    i forgot to change variable linhas, in his place...

    i forgot to change variable linhas, in his place must be a 5.
  21. Replies
    5
    Views
    1,630

    Matrix pointer **x function

    Hello,

    If i have this code



    void init( char ** matrix)
    {
    matriz = new char*[5];
    for(int i = 0 ; i < linhas; i++)
Results 1 to 21 of 21