Search:

Type: Posts; User: kkchennai

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    3,426

    Reply

    here is a simple code to retrieve files from a directory and finding the size of each file



    #include <dirent.h>
    #include <sys/stat.h>

    struct dirent *dit ;
    DIR *dip ; ...
  2. Replies
    6
    Views
    1,361

    Hi , Thanks for your reply... ...

    Hi ,
    Thanks for your reply...
    But i get a complier error at the place where f2(listNode * HashTable[HASHSIZE]) is defined.

    The error is :
    syntax error...
  3. Replies
    2
    Views
    1,143

    Do you want to build a dynamic link library? If...

    Do you want to build a dynamic link library?
    If so i can help you out.
  4. Replies
    6
    Views
    1,361

    Thanks for your reply

    but i have got another doubt:
    I have two functions f1 and f2.
    f1 has a structure defined in it.(this structure is local to f1)
    Now how do i pass this structure to f2.

    Code:


    f1()
    {
  5. Replies
    6
    Views
    1,361

    Array of pointers

    How to pass an array of pointers to a function?
    Please help me....
  6. Replies
    6
    Views
    52,572

    thanks for ur reply

    Hi thanks for ur reply..........
    I used the APIs "LoadLibrary" to load the dll and "GetProcAddress " to load the functions , and it worked.........

    thanks a lot..................
  7. Replies
    6
    Views
    52,572

    hi, thanks for ur reply...but stiil i am not...

    hi,
    thanks for ur reply...but stiil i am not able to access the dll functions.........
    This is my dll.h file:



    #ifndef _DLL_H_
    #define _DLL_H_

    #if BUILDING_DLL
  8. Replies
    6
    Views
    52,572

    Creating DLL in DevC++

    I have a long .C file full of functions.Now I want to group those functions and create them as a dll. I am working in DevC++.
    So please help me to create dll in DevC++ and also to access the dll in...
Results 1 to 8 of 8