joeGrammar
Programmer
Hey,
Is there any way to tell this compiler to resolve certain symbols that are going to be dynamically loaded at runtime?
example:
I'm creating a dll which provides the framework for several processes. In the framework I have a pure virtual class with pure virtual functions which are defined seperately with the loading of each process. (each process has its own code for each pure virtual function) The framework is useless without the processes so why can't I tell the compiler to ignore the unresolved symbols?
P.S.
UNIX environments rule
Is there any way to tell this compiler to resolve certain symbols that are going to be dynamically loaded at runtime?
example:
I'm creating a dll which provides the framework for several processes. In the framework I have a pure virtual class with pure virtual functions which are defined seperately with the loading of each process. (each process has its own code for each pure virtual function) The framework is useless without the processes so why can't I tell the compiler to ignore the unresolved symbols?
P.S.
UNIX environments rule