..:: PCSX2 Forums ::..

Full Version: Compile Guide
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Does the NCB File(IntelliSense Database)useful if I just use VC++ to compile pcsx2,because it's really annoying when at tried to update on every single thing I do and on top of that it's really slow and uses my processor at 50%.I prohibit to be writen any new data to be writed to that file and in that way VC++ is way more faster.
when i build i get lots of errors
hey pcsx2 devs,
i get 30 "error C2065: 'enableLogging' : undeclared identifier" errors and i found out that it's because of this portion of code
Code:
#ifdef PCSX2_DEVBUILD
u32 varLog;
bool enableLogging = TRUE;

// these used by the depreciated _old_Log only
u16 logProtocol;
u8 logSource;
#endif
getting all kinds of DX errors with SVN 893
was fine till now
do you have the latest march 2009 dx sdk? Smile
(04-03-2009, 03:31 PM)LuisR14 Wrote: [ -> ]do you have the latest march 2009 dx sdk? Smile

I get only 2 warnings only on GSdx about d3dx9_41 and d3dx10_41 before I update to march 2009.

Thristle try to rebulid(clean and build)all of your plugins
i have the latest (PC just got formatted so im certain)
and if you mean by "rebuild" if to clean the old compiled files and build the solution again then i already did it
you sure you're not talking about dx but dx sdk
as i said... im SURE
plus as you can see from the first post "everything was fine until now"
i have been compiling since svn 6XX
make sure you have dx sdk's paths set in "Tools->Options->Projects and Solutions->VC++ Directories". Smile