Search:

Type: Posts; User: Justinweq

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Did not know this was a windows specific...

    Did not know this was a windows specific question. Anyways I am using visual studio 2013 as my IDE and compiler. I will do a BING(I love everything Microsoft) search like you suggested to try and fix...
  2. What do you mean by add a switch like -lxinput?...

    What do you mean by add a switch like -lxinput? what does this mean and how would I do it?
  3. I have an unresolved external error at compile time.

    Hello I am getting the following two errors in my program. They are:

    Error 1 error LNK2019: unresolved external symbol _XInputGetState@8 referenced in function _ControllerExists...
  4. How would I get to the project settings in visual...

    How would I get to the project settings in visual studio 2013? and which one of these should I choose? if its computer specific I have an ASUS G750-JX Laptop with the following specs.
    Ram: 16 GB...
  5. My winnt.h looks different at line 45 it looks...

    My winnt.h looks different at line 45 it looks like this.

    #if defined(_AMD64_) || defined(_X86_)
    #define PROBE_ALIGNMENT(_s) TYPE_ALIGNMENT(DWORD)
    #elif defined(_IA64_) || defined(_ARM_)...
  6. Anyone have any ideas?

    Anyone have any ideas?
  7. Good idea here is all of my errors. Error 1...

    Good idea here is all of my errors.

    Error 1 error C1189: #error : "No Target Architecture" c:\program files (x86)\windows kits\8.1\include\um\winnt.h 145 1 Joystick Key Mapper

    2 IntelliSense:...
  8. I tried including windows.h and it just add 14...

    I tried including windows.h and it just add 14 more compile errors. Any other suggestions anyone?
  9. Wait it got moved?!..... Well that explains a...

    Wait it got moved?!..... Well that explains a lot. I will remember this in the future. I do have one question though, why Is it a windows question when the errors I am getting are in my c program?
  10. I am trying to detect a XBOX 360 controller in a port but all i get is a lot of error

    I already asked this in the windows section of the forum, I now realize my mistake and am posting this question in the c programming section.
    I am trying to have a program that I am writing detect a...
  11. I am trying to detect a XBOX 360 controller in a port but all i get is a lot of error

    Hello I am trying to write a program that uses a controller to emulate key presses and mouse clicks and movements. I thought that this would be a cool program so that I could add in XBOX 360...
  12. Thanks, I hope I can get this to work

    Thanks, I hope I can get this to work
  13. How would i make a program press a key as if it had been pressed on the keyboard?

    Hello I would like to know how to press a key as if it had been pressed on the keyboard in a program. I would also like to know how to read input from a xbox 360 controller. I want to know how to do...
  14. Thank you for answering my question. this should...

    Thank you for answering my question. this should work now.
  15. What does this error mean and how can I resolve it

    When i run my program that's supposed to copy one array to another i get the following error:
    Unhandled exception at 0x592413af (msvcr100d.dll) in TextMirrorArray.exe: 0xC0000005: Access violation...
  16. Replies
    3
    Views
    1,699

    Need help with 2D Array error's

    My program has two errors, they are intellisense:An array may not have elements of this type. and missing subscript

    Here is my code


    #define ROWS 20
    #define COLLUMS 40


    void...
  17. If your are wondering why there is a smiley face...

    If your are wondering why there is a smiley face there it is because i coincidentally have a : and a p write next to each other.
  18. need help with writing out some math in C

    Okay so all of my code so far appears to be working but i am having trouble writing out some formulas in C code. I have all ready written my interpretations of the formula's(Which my professor...
  19. Dur,Dur,Dur what the heck is wrong with me. I...

    Dur,Dur,Dur what the heck is wrong with me. I meant to put the loansize there not sizeofpayment . Once again i find my code not working because of something so dum. Anyways thank you. I am really...
  20. Replies
    5
    Views
    16,507

    This makes perfect sense because this only ever...

    This makes perfect sense because this only ever happens when I type in 0 as the yearly rate which would then have the program divide by 0.
  21. I have know idea what is going on with my code and/or my equation(again)

    Ok so i have know idea why every time i try to print the results of this
    equation came up with to calculate a loans total cost.

    This code right here


    float getloanamount(float payment,float...
  22. Replies
    5
    Views
    16,507

    Woops what a dum mistake on my part, how could I...

    Woops what a dum mistake on my part, how could I i have done this again, And even worse how could i have asked about on the C forums(stupid stupid stupid). Thanks for answering. But i would like to...
  23. Replies
    5
    Views
    16,507

    What does #IND00 and #INF00 mean?

    For some resean in my loan calculator program it seems to print out #IND00 or #INF00, no matter what i enter in

    Here is a snippet of my code in main that gets the loan size and then prints it out...
  24. Thanks I hope this works, to bad i cant test it...

    Thanks I hope this works, to bad i cant test it until I work out the other errors in my code.
  25. Replies
    1
    Views
    1,076

    I am getting an error at compile time.

    So I made a library for a whole bunch of functions and when i compile it, it says"Unresolved external symbol_(Name of function here) referenced in function main.

    What does this mean and how can i...
Results 1 to 25 of 33
Page 1 of 2 1 2