Search:

Type: Posts; User: brconner

Search: Search took 0.00 seconds.

  1. Thread: Mingw

    by brconner
    Replies
    8
    Views
    1,869

    I've been able to create a program that does what...

    I've been able to create a program that does what I want it to. But its large and can't do very big files. Basically just writes a .c which fprintf every character of a file...slow...big...not the...
  2. Thread: Mingw

    by brconner
    Replies
    8
    Views
    1,869

    Exactly like that. But I'd like to program it...

    Exactly like that. But I'd like to program it myself haha. I can do it if the user has installed mingw (compile the self extracting exe) but I don't want the user to have to install another program...
  3. Thread: Mingw

    by brconner
    Replies
    8
    Views
    1,869

    I'm not sure what you mean by that? The purpose...

    I'm not sure what you mean by that? The purpose of the program is for more basic languages that require multiple files to run. My program will compile them all into one and then when the exe file my...
  4. Thread: Mingw

    by brconner
    Replies
    8
    Views
    1,869

    Right, I understand that. But for my program to...

    Right, I understand that. But for my program to create the selfextracting exe file I need to use mingw. My program is going to compile other self extracting files.
  5. Thread: Mingw

    by brconner
    Replies
    8
    Views
    1,869

    Mingw

    Hey,
    I'm trying to make a program that will make a self-extracting exe file. I think I'm going to use the mingw gcc compiler to do such, but is there a way that I can use it without having to...
  6. Replies
    1
    Views
    1,911

    Stellaris® Stepper Motor RDK

    Hi,
    I'm trying to write a program that will control a stepper motor by telling it what position to move to. Making it move by increments would work as well. I'm using a Stellaris® Stepper Motor...
  7. Replies
    6
    Views
    20,487

    Could you post all of your code for me? I'm...

    Could you post all of your code for me? I'm working on a program and I just need to get bitmap images. But the camera I'm using can take images at 1024x768, would I be able to get an image of this...
  8. Replies
    10
    Views
    15,666

    Ok, that makes sense. But then how do I continue...

    Ok, that makes sense. But then how do I continue reading the bitmap after all the header stuff, so that I would be able to say that the pixel at location 5,34 has a color ...
    I don't understand how...
  9. Replies
    10
    Views
    15,666

    Could you show me the entire function and an...

    Could you show me the entire function and an example of how you use it? I'm having some trouble understanding parts of it.
    Thanks!
    Blair
  10. Replies
    10
    Views
    15,666

    Thank you very much, but how would I go about...

    Thank you very much, but how would I go about printing these values say to a text file? I'm not sure how to print any of these data types.
    FILE*
    BYTE*
    BYTE
    WORD
    DWORD
    Could you give me a...
  11. Replies
    10
    Views
    15,666

    How to load pixels of BMP into an array

    Hey,
    I'm trying to write a program that will load an image and all of its pixel information. I understand that you have the Bitmap Header File, Bitmap Header Info, and then the Bitmap Pixel Data. I...
  12. Replies
    0
    Views
    5,120

    SAPI5.1 Text To Speech

    Hi,
    I'm trying to learn how to use the SAPI5.1 SDK, and I found a small tutorial online, but I can't seem to compile it. I'm using DevC++ and when I try and compile I get an error from the sapi.h...
  13. Replies
    8
    Views
    1,852

    Another program will start it. But windows change...

    Another program will start it. But windows change the cursor is what I'd like to avoid. It's not a huge deal, but it would be nice if i could avoid that.
  14. Replies
    8
    Views
    1,852

    Hey, That worked great! Made the file much...

    Hey,
    That worked great! Made the file much smaller I think it's operating faster as well. Is there a way to make it so that this program will not change the cursor in any way? Since I want this...
  15. Replies
    8
    Views
    1,852

    Thats basically what I'm doing already with the...

    Thats basically what I'm doing already with the rad c++ thing. But I'm thinking that by using the rad c++ it's slowing it down, so how would I create the window app without the window then? Code...
  16. Replies
    8
    Views
    1,852

    Create a Program with no window

    Hi,
    I'm trying to make a program that when it runs opens a file on an odd second and then writes to it, but I don't want the DOS like window to pop up when it starts. I figured out one way to...
Results 1 to 16 of 16