Microsoft VS 2012

03/02/2015 21:13 arnootie#1
hallo, i just got my new computer and installed Microsoft VS 2012... i got everything bot i can't seem to find the "VC++ Directories" with the "Include files" and the '"Library Files". so i can add "Resource","DX_SDK","BOOST_SDK" and "Lib" folder to work with the source..

it would be nice if some one could show me (mybe with some photo's).

sorry for the newbie question.
03/02/2015 23:06 Wanetrain#2
[Only registered and activated users can see links. Click Here To Register...]

Remove the "Lx" things (just my src) and Certifier fully working. You stell need default Directory's, not needed to replace so many.
03/03/2015 17:16 arnootie#3
i don't understand? i just can't find the place to add my folders.. look:

[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]


whare do i add the folders?
03/03/2015 20:59 xTwiLightx#4
Read that descrption ffs.

You'll have to add dependency folders (includes, libs) for every project in it's settings.

For example right-click AccountServer, and you'll see something like this:

[Only registered and activated users can see links. Click Here To Register...]
As you see, VC++ Directories are now managed separately for each project.
03/03/2015 21:20 arnootie#5
Quote:
Originally Posted by xTwiLightx View Post
Read that descrption ffs.

You'll have to add dependency folders (includes, libs) for every project in it's settings.

For example right-click AccountServer, and you'll see something like this:

[Only registered and activated users can see links. Click Here To Register...]
As you see, VC++ Directories are now managed separately for each project.
yes, i have add it to all of them.. but when i try to run it i get this:

[Only registered and activated users can see links. Click Here To Register...]
03/03/2015 21:35 xTwiLightx#6
Google those errors - an upgrade to higher VS versions than 2008 can be a hard task if you don't know what to do.
03/03/2015 22:45 Wanetrain#7
What version of VS 2012 do you get?
03/07/2015 14:25 xMeher#8
Quote:
Originally Posted by arnootie View Post
yes, i have add it to all of them.. but when i try to run it i get this:

[Only registered and activated users can see links. Click Here To Register...]
You are compiling a 2003 c++ in a 2012 application ...
03/12/2015 18:29 cocozero2#9
\source\accountserver\stdafx.h(22) : fatal error C1083: Cannot open include file: 'afxwin.h': No such file or directory help me? :)
03/12/2015 20:25 xTwiLightx#10
Seems that you're using the Express version of Visual Studio.
Flyff sourcecode uses MFC (also known as AFX), which only comes with Visual Studio Professional and higher.