Hi,
is anyone using VC7 to develop JUCE applications? It compiles fine, but something is not quite right. I extended the sample project to have another window resulting half an hour trial and error to make it compile again. The problem was one of the horizontal lines /===… which are used to divide the code.
And the funny behavior continues… if I set a breakpoint it usually picks a more or less randomly the next or previous method and breaks there. While stepping the code in debug mode it does not follow the sources correctly and sometimes the execution cursor is inside comments, etc.
I looked at the forums and most of the problems other people have are related to get the sources to compile in the latest VC. Any ideas what could cause this? Does the sources contain some multibyte stuff which could mess the visual studio?