Results 1 to 4 of 4

Thread: Compiler improvement request if possible

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2009
    Location
    Peoria, IL
    Posts
    5,491

    Default Compiler improvement request if possible

    We are in the familiar DLL hell battle in our development environment. We have one particular Active-Directory DLL that needs to be in all of our programs in the application object. We add Side-By-Side registration of this DLL to our application manifest. But each new project has to have this added to the manifest before it will run properly. An added step that is often times forgotten until run-time.

    Since the compiler generates the application manifest on each compile, would it be possible to add some type of "linking" feature that the compiler would use to automatically add our own DLL package manifests to the application manifest?

    Thanks
    Last edited by chuckatkinson; 19-Apr-2012 at 07:46 AM.
    Chuck Atkinson

    "No matter how confounding the case, Bob Worsley always finds the quaesitum."

Posting Permissions

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