 john.byrne
Member
|
Just tried to open PN in VS2010 Pro for the first time and received the following error.
Project “F:Devpnotepadpnwtltranslationspnlang.vcxproj” could not be found.
There is a “pnlang.vcproj” file in that directory.
Regards
JB
|
 simon
Key Master
|
This file was missing from the repo for a while, I just pushed it recently. If you pull (specifically make sure the translations directory is updated) you should see the file:
http://code.google.com/p/pnotepad-trans/source/browse/
|
 john.byrne
Member
|
I noticed that the “translations” project is a sub-respository (didn’t know you could do that in HG), I did a Pull request on PN and the missing file did not appear, but then I did a Pull request on the Translations sub-res and the missing file was downloaded and now the project loads ok in VS2010.
Thanks
JB
|
 john.byrne
Member
|
Get numerous errors after trying to do my first build of PN in VS2010.
Error 1 error C1083: Cannot open include file: ‘string.h’: No such file or directory f:devpnotepadpnwtlthird_partyscintillasrcxpm.cxx 8 1 scintilla
Get the same error for
stdlib.h
stdio.h
errno.h
excpt.h
sal.h
Any ideas?? I must be missing a link to something?
Thanks
JB
|
 simon
Key Master
|
Hmm, those are all standard C++ includes, it would suggest that you’re missing your standard C++ library – something very strange is going on. Have you tried compiling just a simple hello world C++ application? Maybe your VS2010 install is broken…
|