Search:

Type: Posts; User: Plasm4

Search: Search took 0.00 seconds.

  1. Replies
    12
    Views
    12,226

    cc blowfish.c bf_test.c Aha! this was the...

    cc blowfish.c bf_test.c
    Aha! this was the mistake.
    But i use windows. I havent got the gcc. :(
  2. Replies
    12
    Views
    12,226

    Ok, i download bfsh-koc.zip undefined...

    Ok, i download bfsh-koc.zip

    undefined reference to `WinMain@16'|

    I must write a main funktion.

    Now i use the blowfish.c correct? it didnt worke?
    I past at the end of blowfish.c the errors:...
  3. Replies
    12
    Views
    12,226

    the blowfish.cpp have all crypts like static...

    the blowfish.cpp
    have all crypts like
    static const unsigned long ORIG_P[16 + 2] = {
    0x243F6A88L, 0x85A308D3L, 0x13198A2EL, 0x03707344L,
    0xA4093822L, 0x299F31D0L, 0x082EFA98L,...
  4. Replies
    12
    Views
    12,226

    mingerso, thank you for the code. How can i use...

    mingerso,
    thank you for the code. How can i use there a password?
  5. Replies
    12
    Views
    12,226

    How to use the Blowfish algo?

    Hello,
    i would include he blowfish algo in a projekt, but i dont know how. Can someone help me and the other reader of this Thread.

    If i have this code:
    main.c

    #include <iostream>

    using...
  6. Replies
    3
    Views
    3,078

    Thanks, you are right. But i have a other...

    Thanks, you are right.

    But i have a other problem now (the syntax ist okay ;) i can compile all).



    case WM_CLOSE:
    // EndDialog(hwndDlg, 0);
    ...
  7. Replies
    3
    Views
    3,078

    resource.rc CheckBox and Editfield

    Hello,
    i try to devolop a complet Window with the WinAPI,
    but my Compiler (C::B) answers with Syntax errors. Can someone help me?
    I am from Germany and post this question to the biggest german c++...
  8. Replies
    7
    Views
    5,225

    aha, thanks. Can i minimized and maximized...

    aha, thanks.
    Can i minimized and maximized _other_ windows? Like paint or firefox? WM_Minimized is the false func, or?
  9. Replies
    7
    Views
    5,225

    it must be possible. Like there: ...

    it must be possible.
    Like there: http://img66.imageshack.us/img66/4598/10142175eg4.jpg
  10. Replies
    7
    Views
    5,225

    Make screenshot of a minimized window

    Hello,
    i would make a screeny with C++ from a minimized window.
    WM_Print or PrintWindow. Witch function is better?
    How can i use it? I must read out the DCHandle from the window for the fuction,...
Results 1 to 10 of 10