Integrating with Visual studio
I want to get out of a visual studio project all the C/C++ source files
that make up the project and the command line objects to preprocess
each file. Which list should I post a question like this at?
Thanks,
Bob Rossi
I want to get out of a visual studio project all the C/C++ source files
that make up the project and the command line objects to preprocess
each file. Which list should I post a question like this at?
Thanks,
Bob Rossi
outside of Visual Studio. Does microsoft provide some API or SDK to do
this sort of thing?
Thanks,
Bob Rossi
Is this possible? What SDK or API would I use? Any examples for this? Is there a msft number I should call to follow up on this?
Thanks,
Bob Rossi
Hi Mr B Rossi,
My university lecturer said we should keep all files associated with a PROJECT / SOLUTION
in the BIN folder of a PROJECT ( She has had formal MS training ), anyway doing this saves
having FULL paths in file operations such as > "c:\my documents\etc\whatever\myfile.txt"
This keeps all solution related files together.
Maybe one thing you could ask your customers to do is the same and simply send you a directory view printout or screenshot giving you all the file names?
(Easy done if they hit the PRINTSCREEN key and PASTE the pic into MSPaint or similiar, SAVE the pic and email it to you.)
This at least would be a start?
Regards,
S_DS.