When decompiling in c++ syntax, the project file is missing, even though reflector says it was created. In c# everything works fine. Because I'm more familiar to c++, I'd like to stick to it. It would be really annoying in the run to import all files manually to visual studio, I guess (I didn't manage it yet). Any ideas how to fix this?

Tnx a lot!
barrios
0

Comments

2 comments

  • Clive Tong
    Reflector only knows how to write out the project file for C# and Visual Basic projects, so I think your only option is to manually create a project file.
    Clive Tong
    0
  • barrios
    Yes, I read about that. I was just surprised because the program wrote it created a project file. So this message is a bug?!
    barrios
    0

Add comment

Please sign in to leave a comment.