Search:

Type: Posts; User: xJJx

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    3,017

    The Image Processing functions in which I...

    The Image Processing functions in which I currently have Include Invert, Cropping, Scalling, Brighten, Sharpen, Blur, gray scale, ect.... and at times OCR will be needed.
  2. Replies
    4
    Views
    3,017

    What if I was to pass the Bitmap as an RGB int...

    What if I was to pass the Bitmap as an RGB int array? because the program processes images constantly.
  3. Replies
    4
    Views
    3,017

    Passing .Net Bitmap to C++ Dll

    Ok, I have a .Net application but i want to do all the image processing within a C++ dll for speed. What would be the best way to achieve this? How would I pass the .Net Bitmap to the dll, I mean...
  4. Replies
    5
    Views
    1,679

    Yes i am using VC++ and it is a dialog based...

    Yes i am using VC++ and it is a dialog based application. This is the code from my GetNewProxy function
  5. Replies
    5
    Views
    1,679

    Ok thats kinda what i figured. One problem I'm...

    Ok thats kinda what i figured. One problem I'm having shuffling threw my listbox is sometimes it doesnt return a value. Do you think u could take a look?



    char buf[300]; std::string tmp = "";...
  6. Replies
    5
    Views
    1,679

    Shuffling Through Listbox

    Is there a better way to Shuffle through a listbox then depending on SendMessage? Like getting the Count of items....Getting text.... removing items...
  7. Replies
    1
    Views
    2,490

    CFileDialog Assertion Error

    Hello all, I am writing a program that is using a modeless dialog for the gui. MFC is used as a shared dll and when i create a CFileDialog I get a Debug Assertion Error, can anyone help me? Here is...
Results 1 to 7 of 7