CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: saraswathisrinath

Search: Search took 0.31 seconds.

  1. Re: Add header files & lib files at runtime?

    Sorry Mr.Igor Vartanov. Mistake is mine . I wrongly told you

    But I just copied the 1st version of dll & lib files in to my main project header files location

    Really sorry. I tried 3 type of...
  2. Re: Add header files & lib files at runtime?

    It one of my project requirement. Then How can i say no possible?

    But I'm not hot code the DLL Name In My project.

    Just Browse the dll from particular location & save the path in to a string...
  3. Re: Add header files & lib files at runtime?

    Hi GCDEF,

    I declare my function like DataProcess(int **InData, int width, int height, int **OutData);

    I did some logic using algorithm for some calculation using **InData 2D Array.

    In...
  4. Re: Add header files & lib files at runtime?

    Hi Mr.GCDEF,

    I used LoadLibrary and GetProcAddress to call my DLL function, working good.

    I referred the below site:

    DLL Tutorial For Beginners

    Thanks a lot once again.
  5. Re: Add header files & lib files at runtime?

    Can you send any example.... B'cos I'm in learning stage only.
  6. Re: Add header files & lib files at runtime?

    Hi,

    OK fine. But my doubt is

    If I change the dll name & lib name ? Header file is same.

    First I'm used add.h, Alg1.lib & Alg1.dll files & prepared MyApp.exe, after changed made in logic,...
  7. [RESOLVED] Add header files & lib files at runtime?

    Hi,

    I was created a dynamic library (Used win32 App) & compiled with no error.

    Then i was created my main application (MFC) & paste the .h,.lib,.dll files from the source path(dll App Path)...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured