Jump to content



convert a project to lib or dll

  • You cannot reply to this topic
2 replies to this topic

#1 thedodgeruk   Members   -  Reputation: 113

Like
0Likes
Like

Posted 03 February 2012 - 02:52 PM

at the mo i have a visual studio project .
its my 3rd year game engine project ,
i would like to convert it to a more engine like so that the insides can not be tampered with , by converting it to a .lib files and make a little wizard to start it up with the baasic start code for running the engine
were can i find this out pease

Ad:

#2 menyo   Members   -  Reputation: 133

Like
0Likes
Like

Posted 04 February 2012 - 05:13 AM

Hmmm, i'd like to know this too so it's said nobody replied to this yet. What i do now is create a helper library in the same project and copy/paste the stuff i need for my project into it. This often results in copying a lot of classes while i could just write:

using MyAwesomeLibraryThatIsAlwaysNeeded;

So, i bump this.

Current Project: TechnoFlux read all about it on my

DEV BLOG


#3 Kristoffer Lindström   Members   -  Reputation: 155

Like
0Likes
Like

Posted 04 February 2012 - 06:49 AM

I you are using c++ creating a LIB is very easy, just change the application type to lib and in your projects link to this lib and include all the headers from the engine.

If you want to create dll, you probably should have thought about that before you started with the engine since it require you to really split apart the engine with interfaces and if you want to make the dll portable you can only have a C interface.

Also state what language you are using. Posted Image
Blekinge Institute of Technology
Twitter @devmoon
Homepage http://devmoon.se
Also have skype for any chit chat about programming, msg me for id.






We are working on generating results for this topic
PARTNERS