CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2009
    Posts
    4

    Arrow BC++, static linking

    I have one directory in which i am building lib, dlls, and h files,

    I am putting these latest built files, to another application directory,

    eventhough the path is refered in appplication workspace is correct, the application fails to acknowledge the new dlls refered in new libs.

    I dont understand this can any body throw some light?

  2. #2
    Join Date
    Mar 2009
    Location
    Bulgaria
    Posts
    63

    Re: BC++, static linking

    Give an example.

  3. #3
    Join Date
    Mar 2009
    Posts
    4

    Arrow Re: BC++, static linking

    hi

    I have a folder named BVClass4 , which has got bvclass4 ide;
    when it is built it creates libs & dlls;

    these dlls and libs i am putting, inside a "applicationx, folder's exe folder",
    where "exe of applicationx" is available


    so when the applicationx ide is built, it is expected that it will refer the new libs and from them refer new dlls and run the new version of EXE,

    but it is always refering to the old version of dll.

    I have checked the new libs in VC++ editor, the dll is new, and the path for libs are perfect.

    I hope my description is proper.

  4. #4
    Join Date
    Mar 2009
    Location
    Bulgaria
    Posts
    63

    Re: BC++, static linking

    I believe you have a dependency problem. Let us know if the problem is present after making a clean build of the application, that uses "the dlls and the libs" (actually only a relink would probably be enough.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured