Re: exportdll DLL
- From: "Ajay Kalra" <ajaykalra@xxxxxxxxx>
- Date: 26 Jul 2006 12:12:36 -0700
It will be empty if nothing is exported. A module (EXE or DLL) can call a
function in another module that isn't exported if:
1. The function is inline, or
2. The function is virtual, but only through the virtual mechanism.
But if this class is not exported, will it even reach this stage(run
time)? It should just fail to compile.
---
Ajay
.
- Follow-Ups:
- Re: exportdll DLL
- From: Doug Harrison [MVP]
- Re: exportdll DLL
- References:
- exportdll DLL
- From: jean
- Re: exportdll DLL
- From: Doug Harrison [MVP]
- exportdll DLL
- Prev by Date: Re: exportdll DLL
- Next by Date: Re: creating a JPEG file
- Previous by thread: Re: exportdll DLL
- Next by thread: Re: exportdll DLL
- Index(es):