Thread: Linking a DLL as a plugin on runtime?

  1. #1
    Registered User
    Join Date
    May 2009
    Posts
    64

    Linking a DLL as a plugin on runtime?

    I'm creating a 3D graphics rendering engine that supports OpenGL and Direct3D.

    My plan is to abstract my engine and make it more customizable. If the user set the config to Direct3d, my engine will load the dll for it. Same with the opengl.

    How do I do that?

    What I know right now is to create a library for my engine but I think it's different for my problem right now.

    Thank you
    Sarah22

  2. #2
    Registered User
    Join Date
    May 2009
    Posts
    64
    Ohhh. I think I got it how to do it.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. linking to my own DLL
    By yahn in forum C++ Programming
    Replies: 19
    Last Post: 10-13-2008, 07:59 PM
  2. Linking a DLL
    By ThorntonReed in forum C Programming
    Replies: 3
    Last Post: 04-29-2006, 10:00 AM
  3. dll communicating between each other
    By cloudy in forum C++ Programming
    Replies: 5
    Last Post: 06-17-2005, 02:20 AM
  4. Loading a DLL at runtime
    By filler_bunny in forum Windows Programming
    Replies: 9
    Last Post: 02-23-2003, 08:03 AM
  5. .lib vs .h vs .dll
    By Shadow12345 in forum C++ Programming
    Replies: 13
    Last Post: 01-01-2003, 05:29 AM