About Store Forum Documentation Contact



Post Reply 
Directx question
Author Message
Dynad Offline
Member

Post: #1
Directx question
Hey,

Esenthel, sorry to post it here.. but i am curious how you compiled the Esenthel Engine library with the directx sdk included as a static lib that is just 36mb..

I tried it myself with a school project of mine but the lib gets like 250mb.. thats kinda large and thats because i think the compiler includes the entire dx sdk as well.

i really like to know how you did it smile


Thnx,
~Dynad

There is always evil somewhere, you just have to look for it properly.
05-16-2011 06:05 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Directx question
I included only necessery files (not all of them), and probably you need to set correct project settings (disable debug info, remove symbols, so the .lib gets smaller)
05-16-2011 06:12 PM
Find all posts by this user Quote this message in a reply
Dynad Offline
Member

Post: #3
RE: Directx question
ah ok, thank you smile

There is always evil somewhere, you just have to look for it properly.
05-16-2011 06:18 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply