Link with an EXE with Project Dependencies
Tech-Archive recommends: Fix windows errors by optimizing your registry
Hi,
I’m trying to link a DLL with an EXE that exports some symbols. If I use the
Project Dependencies tool, it does not work. But if I add it as an input
library, it work. Is it a bug or am I missing something?
Thanks
.
Relevant Pages
- RE: 193 Is not a valid application. ERROR_BAD_EXE_FORMAT
... DLL and what the OS can load. ... Another cause is missing exports from other ... > I have no idea why I get this error or what it means since the .exe is ... (microsoft.public.windowsce.platbuilder) - Re: SIP for Delphi and .NET including Compact Framework for Voip apps on PocketpC
... Generated multiple errors complaining that it couldn't find the exports from the DLL for about four or five functions. ... the EXE was generating access violations whenever I tried a direct IP-to-IP call. ... (borland.public.delphi.thirdpartytools.general) - Re: dll problems in VC++
... > possible to link that .lib with the DLL and access any exported ... There are three ways to cause the linker to create an.LIB ... any will work when you link either a .DLL or a .EXE. ... EXPORTS directive in a .DEF file ... (microsoft.public.vc.language) - Re: Editors
... some strip them on exe files by default. ... "preferred base address" and, yup, relocations are completely ... DLL files, though, aren't loaded into their own address space but are ... EXE's "entry-point", though, is not "special" in that it's just an ... (alt.lang.asm) - Re: Convert C-Builder program to Delphi?
... > quite separate from the function declaration itself. ... >this DLL ... >way the only place anything needs to be changed is in the #define macro. ... Exports SomeDLL_Open Name 'SomeDLL_Open'; ... (comp.lang.pascal.delphi.misc) |
|