Sysprogs forums › Forums › VisualGDB › Changed not detected
- This topic has 6 replies, 3 voices, and was last updated 11 years, 7 months ago by allard. 
- 
		AuthorPosts
- 
		
			
				
March 9, 2014 at 15:22 #711Anonymous ParticipantHi, I’ve just installed VGDB for VS2005. I really want to use this program since VS is my favorite IDE by far. However I just cant get it to work. If I edit the code it just does NOT detect changes: 1> Build started: Project: LinuxProject1, Configuration: Release Win32 1>Performing Makefile project actions 
 1>VisualGDB: Attempting inline build…
 1>No file changes detected. If you believe it’s a mistake, please clean the project and build it again.This happens after a build, even after a clean, after I have deleted the binary, after I saved everything, always. I just can’t make it detect that I changed the source. I’m using it to compile a project that I imported from my Linux FC17 server, containing several .C, .CC and .h files. Any idea’s ? Thanks, Allard March 9, 2014 at 15:26 #2863Anonymous ParticipantJust wanted to add: if I click build, it DOES change and save the file to the local directory .. March 10, 2014 at 13:54 #2864Anonymous ParticipantAny help ? Any idea’s ? I really want to buy this program and use it, but I can’t when I can’t even get it to work 🙁 March 10, 2014 at 15:04 #2865Anonymous ParticipantAlso want to add: even if I manually change the source code on the server and then also change the code in VS (both different pieces of code), then it still says everything matches !!?!?! SO I wonder: what the hell is it comparing !?! March 10, 2014 at 18:04 #2866ket ParticipantHi, Are all relevant files transferred to the remote machine at least once i.e. have you added .cc to the source file transfer filter on the Project settings page in VisualGDB Project Properties? Is the local source directory set correctly for file transfer? 
 Have you tried setting the option to transfer all the files all the time? Does this option work?It is normal that source transfer does not detect remote changes as the change checking is done locally only, comparing the remote source files with the local files each time would take too much time in the case of many files. March 10, 2014 at 20:20 #2867allard ParticipantHi, No I didn’t add .CC as file mask. I just did that (after I had imported the project etc), but it doesn’t make a difference. Or do I need to set up the whole project again now ? I will try that in a bit. Also, not sure what you mean with “Is the local source directory set correctly for file transfer” ? And “Have you tried setting the option to transfer all the files all the time? ” I don’t see that option in the VisualGDB menu when I go to options in VS2005 !?! Thanks, Allard March 10, 2014 at 20:29 #2868allard ParticipantHi, Yes, adding .CC to the filter solved it !! Thanks so much ! Going to tell my boss tomorrow to buy this product 🙂 Regards, Allard 
- 
		AuthorPosts
- You must be logged in to reply to this topic.