ide - How do I point CodeBlocks and Visual Studio Express 2008-2012 to custom Include and Lib directories? -


this tricky question... have put compilation of directx, opengl , windows sdk include , lib files single directory called, "allcode." inside lib , lib/x64 directories, , include directory. directx 7 in there. can check out page have on here: http://hi-techheadache.blogspot.com/p/blog-page.html

the point of make easy compile , run code book. want codeblocks , visual studio express 2008-2012 pointed, were, allcode directory, anytime needs refer of files can. don't want errors missing files! want code book like, "programming multiplayer fps in directx" vaughan young , expect compile, link , run without issue! how set each ide this?

btw i'm on windows 7 64-bit machine. drivers updated , installed. running latest version of codeblocks, visual studio express 2010 sp1 , visual studio express 2012.

you can create empty project specifies required settings. want specify include directories, , add libraries passed linker. can save project somewhere, , make new copy of every time need start new project. include boiler-plate code if appropriate.

certainly on visual studio can take approach further , convert project fledged template appears in new project dialog: http://msdn.microsoft.com/en-us/library/vstudio/s365byhx(v=vs.100).aspx. expect codeblocks has similar functionality.


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -