Re: exportdll DLL

Tech-Archive recommends: Fix windows errors by optimizing your registry



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

.