Hello,
This is probably a noob question but I am trying to program a mod for ETQW and I am having trouble getting the breakpoints to hit. I have a post build event to copy the gamex86.dll to the base folder and everything works properly when I load the mod through the executable outside of Visual Studio. However, when I run the build with Edit and Continue through Visual Studio (2005 Express), I don’t know how to get it to work. It asked me for the executable so I gave it the path but it gives me an error saying “Debugging information for ‘etqw.exe’ cannot be found or doesn’t match. No symbol loaded.” If I continue from this point the executable starts and gives me an error “Couldn’t Load fs.chk.”
Any help would be very appreciated. Once I can get my breakpoints working it will make my job much easier.