Search:

Type: Posts; User: DBProgrammer

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    3,053

    Thanks I got it working.

    Thanks I got it working.
  2. Replies
    6
    Views
    3,053

    Like I said i'm just getting into c++ and copied...

    Like I said i'm just getting into c++ and copied and pasted this function but I will try to understand.



    Ok, that seems to make sense to me. How about this?


    BYTE*...
  3. Replies
    6
    Views
    3,053

    RtlMoveMemory Problem?

    I'm just starting to work with c++(using Dev c++) and have ran into a problem. I was following a tutorial and copied and pasted this function into my program, there where some errors but I managed to...
  4. Replies
    4
    Views
    2,023

    Yea here it is. # Project: C++ DLL STRING$ #...

    Yea here it is.


    # Project: C++ DLL STRING$ # Makefile created by Dev-C++ 4.9.9.2 CPP = g++.exe CC = gcc.exe WINDRES = windres.exe RES = OBJ = dllmain.o $(RES) LINKOBJ = dllmain.o $(RES) LIBS =...
  5. Replies
    15
    Views
    5,306

    I started with DarkBasic Pro its really easy to...

    I started with DarkBasic Pro its really easy to use and within a week you could have a base for a FPS!
  6. Replies
    4
    Views
    2,023

    Returning strings?

    I am using DevC++ and I am trying to write a dll. I am using the following code but I get this error.


    C:Dev-Cppc++ dll string$Makefile.win [Build Error] No rule to make target...
  7. Replies
    8
    Views
    2,335

    Thanks guys I think I am going to learn a little...

    Thanks guys I think I am going to learn a little more c++ and then try to write my own. If that doesn't work the function mikeman showed looks good.
  8. Replies
    8
    Views
    2,335

    Yes it has a wizard mode. I am using DevC++.

    Yes it has a wizard mode. I am using DevC++.
  9. Replies
    8
    Views
    2,335

    C++ Image Manipulating DLL

    I have just started programming in C++ and I want to make a DLL to Blur a image. I am not asking for code I want to LEARN to do it please post any tutorials or help on making a DLL and Manipulating...
Results 1 to 9 of 9