I can create a DLL in CB5, and use that dll by adding the .lib file to the project, so the DLL is automatically loaded when the program starts.
But how can I dynamically load a dll and run a function exported from that dll, at a specified point in my program (eg. button click)? [Thanks in advance|Hope I helped you]
Exodus300
World-Wide Alliance of Evil and Twisted People
[red]"Experimentation by Example is the best learning tool" - Exodus300[/red]
But how can I dynamically load a dll and run a function exported from that dll, at a specified point in my program (eg. button click)? [Thanks in advance|Hope I helped you]
Exodus300
World-Wide Alliance of Evil and Twisted People
[red]"Experimentation by Example is the best learning tool" - Exodus300[/red]
Code:
if (pop_tarts == 0)
{
tantrum = 1;
}