Search:

Type: Posts; User: Hava

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    2,637

    Thank you for reply

    Thank you for reply:)
    My code is pretty long so I'm not sure of uploading it, I guess I could upload a part of it, where I think cause the error.


    #include "stdafx.h"
    #include "openssl/sha.h"...
  2. Replies
    1
    Views
    1,557

    Need help with LNK error

    Hi, when I build my project I got the following errors:

    main3.obj : error LNK2031: unable to generate p/invoke for "extern "C" unsigned char * __clrcall SHA1(unsigned char const *,unsigned...
  3. Replies
    3
    Views
    2,637

    Need help with LNK error

    Hi, when I build my project I got the following errors:

    main3.obj : error LNK2031: unable to generate p/invoke for "extern "C" unsigned char * __clrcall SHA1(unsigned char const *,unsigned...
  4. Replies
    2
    Views
    11,568

    Thank you~That helps

    Thank you~That helps
  5. Replies
    2
    Views
    11,568

    Help me, what does 1u mean?

    Hi everyone,

    I got this code and I don't understand what it means:

    unsigned long Register[2];
    Register[1]= (Register[0]&1u)<<31 | Register[1]>>1;

    what does the 1u mean here?
    I searched for...
  6. Replies
    5
    Views
    4,696

    An application, and I checked there's no vcl.h...

    An application, and I checked there's no vcl.h file......

    Thank you for replying:)
  7. Replies
    5
    Views
    4,696

    I searched for it and someone said vcl.h is...

    I searched for it and someone said vcl.h is supplyed by Borland, but for me it is not, so now I am confused.
    I think I don't have it...
  8. Replies
    5
    Views
    4,696

    errors coming, cannot include vcl.h

    Hi, I am newbie in Cpp I need some help here
    vcl.h is included in my source code:
    #include<vcl.h>
    but when I build the source code this error comes:

    error e2209: unable to open include file...
Results 1 to 8 of 8