compile dll with calls to methods that dont exit yet



if you are writing a dll that is to be load of hdd from the main
application, and instantiated using latebinding and reflection by the
main aplication, how do you compile the DLL you are writing when it
referers to methods and properties that only exist in the main
aplication ?

i cant use the option to link the debuggin proccess to a running exe,
becasue the hosting program wants the user to manually load the dll
using a dialogue box

any advice please
.



Relevant Pages

  • Dynamic linking
    ... I am writing a library (a DLL) and would like it to load the DLLs that it ... Dr Jon D Harrop, Flying Frog Consultancy Ltd. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: How to get DLL address with the name
    ... I am writing a disasssmbler/debugger! ... > In the subject line you ask how to get DLL address? ... So, yes, if you want to use that function you need to load the ...
    (microsoft.public.win32.programmer.kernel)
  • debug class library
    ... I am writing a class library in c# for a third party app. ... compiles properly and when i load the dll into the app (SAS Enterprise ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: running a service/driver/application upon startup
    ... debug version of the image is too large to load onto the device. ... I ran dumpbin/exports on the finger dll and saw the required function names: ... > theories as to why it's not getting loaded but just doing 'services load ...
    (microsoft.public.windowsce.embedded)
  • Re: Unable to load custom driver on WinCE 6
    ... I'm trying to make and load a simple DLL on WinCE 6 by following the ... I've made a subproject at PB project to include the simple DLL ... At the target device, the mydriver.dll file is in the Windows ... I wrote a simple application to load the driver dynamically ...
    (microsoft.public.windowsce.embedded)