• How do I make my DLL's talk to eachother
    4 replies, posted
I started writing, I guess you could call it a rendering engine right now. Anyway, I separated each major section into their own DLL (ie D3D interface, 2d rendering) somewhat like the Source engine. Problem is that I don't know how to talk to the D3D interface from my 2d rendering DLL. Also, the way they work is the EXE gets an exported function CreateInterface to create the exported interface class. [b]EDIT: [/b]Didn't really ask the question; What is the best way to do this? Should I export a global variable of the created instance?
Thanks to whoever gave me the box [You're a big help] Already got my solution.
Mind posting it so others can benefit?
[QUOTE=turby;19372315]Mind posting it so others can benefit?[/QUOTE] More so a flowchart in my mind lol, I'll post it when I'm finished with it. Probably tomorrow
Mind posting the flowchart so others can benefit?
Sorry, you need to Log In to post a reply to this thread.