Search:

Type: Posts; User: wu7up

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,792

    Thank you. Do you mean I generate the head...

    Thank you.

    Do you mean I generate the head file to include all the files used in the library when I use the library ?


    let me try.
  2. Replies
    4
    Views
    1,792

    Thanks for your answer. Let me say much more...

    Thanks for your answer.
    Let me say much more clear.
    I have got some source files which provides many functions helpful to my program.

    I think I have 2 choises:

    1, compile the source into lib...
  3. Replies
    4
    Views
    1,792

    how to use a self-defined lib in VC6

    Hi,all
    I would like to use some functions from a 3rd moudule.
    And I have had it compiled into 2 lib files.

    But , I now face such a problem.

    There are too many self-defined sub-functions and...
  4. Thread: Encrpytion

    by wu7up
    Replies
    8
    Views
    1,620

    try www.openssl.org You can find the openssl...

    try www.openssl.org

    You can find the openssl encryption engine written in C there.
  5. Replies
    6
    Views
    2,558

    Thanks. I have used it, can you tell me how to...

    Thanks.

    I have used it, can you tell me how to know the decsription of the error?

    errno =@0x290010

    It happens when fclose ends.
  6. Replies
    6
    Views
    2,558

    question about open file in unix system

    Hi,all
    I use fopen to open a txt file in Unix , but it always fails (ipf =@NULL ). The file 1.txt is already in the current directory.
    I don' t know why. Can you give some advice?

    Thanks,
    ...
  7. Yes, that is why I want to check it in my...

    Yes, that is why I want to check it in my program.
    Because I think it is the provider's responsibility to check it,even I can ask the user to do it.
  8. Thanks for your answer. But the problem is it...

    Thanks for your answer.

    But the problem is it is not created in my program.
    I just provide a function, and my user will create the strA and use my function, so I think I can just do with the...
  9. how to judge whether what the pointer links to is string or not?

    Hi,all

    how to judge whether what the pointer links to is string or not?

    say, I have a struct in program in C.

    typedef struct {
    char *Name;
    ...
    } stuA ;
  10. how to get memory address applied in other program?

    Hi,all

    I have applied a block of memory in one program (program A), and the address of the block of the memrory is stored in the the global varible of the program(program A), . How can I get...
  11. Replies
    5
    Views
    4,156

    sorry, not from ms msdn, from here ...

    sorry, not from ms msdn, from here

    http://www.csrd.uiuc.edu/IML/faq.html#libm


    set vc to ignore the libm.lib is from msdn
  12. Replies
    5
    Views
    4,156

    I set VC to ignore the libm.lib, it seems ok. ...

    I set VC to ignore the libm.lib, it seems ok.

    I found this solution from microsoft msdn.
    about link err.
  13. Replies
    5
    Views
    4,156

    But I have enough space avaible on my hard disk....

    But I have enough space avaible on my hard disk.
    (c: 3G; d: 7G)
  14. Replies
    5
    Views
    4,156

    what is "libm.lib"

    Hi,all


    When I build my C project in VC6, it reports an error:

    linking...
    LINK : fatal error LNK1104: can not open file "libm.lib"
    link.exe run error

    is there anybody know what is this...
  15. Replies
    3
    Views
    3,247

    Re: Re: problem about static Lib and function pointer

    --------------------------------------------------------------------------------

    Sorry, I made a mistyping when I post this message.
    It is ok in my program.

    I think maybe it is the forward...
  16. Replies
    3
    Views
    3,247

    problem about static Lib and function pointer

    Hi,all

    My problem is :

    in my project i am using several files and a static library , totally written in ansi c.

    1,file a.c is a file do the upper side operation, it will call some functions...
Results 1 to 16 of 16