by James Bott » Sat Dec 29, 2007 9:47 pm
Otto,
>>Is this the isolated version of VS 2008?
>yes it is as you say.
>You make a project with VS and select the isolated mode template.
OK, this whole VS, VS isolated thing is confusing (even though I have read up on it). Are you using the standard VS2008 and creating an isolated mode template project, or are you using just the isolated version of VS?
>>How did you create the RC file, in VS or outside VS, then opened it in VS? Why does the window title say Pelles C?
>I open the rc file as a text file. Then in the solution explorer you define “Open with” with for e.g. Pelles.
>If you change the file with in my example Pelles C then if you switch back to VS you are asked automatically if you want to reload the file because it was changed.
So you are tricking it into using an RC file? Can you edit the RC file, using the dialog designer for instance?
>>Are you able to compile a PRG in VS?
>Have a look at the screens:
>Creating a External Tool and compiling. You click on go in the menu and the go.bat is executed.
I saw the screens but wasn't clear on if it was working. With UE, for exmple, when you execute a macro to call a BAT file, it automatically saves any open PRGs before executing the BAT file. Does VS do the same? Would VS also save any other file types like RC before calling the BAT?
Also, UE redirects all the screen output to a window in UE, does VS do the same?
James