Hmm is it really possible to have both files with the same name in the same folder? O_o
usually i see files updated automatically when i choose SVN Update, so i don't want my works to be gone accidentally ^_^
Ok, i managed to build the Pre-Wx in the branch successfully by downloading Pre-Wx and dependencies in a single archive from SF and put them in the same folder, but i still don't know how to build the trunk successfully (i'm getting 80 Errors on trunk with this method) -.-a do i need something else to install? (like another SDK may be)
I tried removing then re-adding and re-refencing those dependencies in the pre-wx project&solution but getting a weird error messagebox("The project file ' ' has been renamed or is no longer in the solution.") from vs2010 everytime i want to build it

and once it showed up it will remain showing up even when i tried to build the trunk (building the trunk can progress but with 85 errors before that weird message shows up, and now i can't even build the trunk anymore)
Luckily i can still build PreWx 1029 which was downloaded directly from SF and located on a different folder than the svn
i really don't want to spent hours browsing on the net just to find out it was VS bug (like the last time with pdb)
Edit: After deleting vbam folder from svn and redownload everything again using svn checkout that weird error message seems to be gone, apparently it showed up because i was deleting the depndencies folder in the Solution Explorer and add the projects by right-clicking the solution insted of the dependencies folder.
But i'm still getting 85 Errors on trunk and 1 error on Pre-Wx
The error i get when building Pre-Wx is:
Quote:Error 1 error MSB3073: The command "..\..\..\dependencies\SubWCRev.exe ..\.. svnrev_template.h ..\..\src\svnrev.h
:VCEnd" exited with code 3. C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets 103 6 VisualBoyAdvance-M
if i don't use the Pre-Build Event i'll get another error:
Quote:Error 1 error MSB3721: The command "C:\VSProjects\vbam\branches\Pre-Wx\project\vs2010_mfc\..\..\..\dependencies\nasm.exe -o "C:\VSProjects\vbam\branches\Pre-Wx\project\vs2010_mfc\Win32\Release_temp\2xSaImmx.obj" -D__DJGPP__ -O1 -f win32 -Xvc -- ..\..\src\filters\2xSaImmx.asm" exited with code 1. C:\VSProjects\vbam\branches\Pre-Wx\project\vs2010_mfc\nasm.targets 45 6 VisualBoyAdvance-M
Compiling Pre-Wx from SVN checkout is not as easy as compiling it when downloaded directly from SF :/