innotec
(innotec)
1
Hello.
If I would like to compile a solution with Visual Studio 2012 Pro command line, which contains a Oxygene project, I get following error:
Package ‘RemObjects Oxygene - Core Integration Package’ failed to load.
Command line:
“C:\Program Files\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe” “My.sln” /Rebuild Release /Out “C:\Temp\Build.txt”
viktoriad
(viktoriad)
2
The issue is logged for further review (60061: devenv command line “Package failed to load”).
Best regards.
viktoriad
(viktoriad)
4
Hello,
I’m afraid I can’t give you estimate time for resolving that issue. But you can try to use “msbuild” instead.
You can examine the full list of parameters and examples at:
http://msdn.microsoft.com/en-us/library/ms164311(v=vs.110).aspx
Best regards.
innotec
(innotec)
5
MSBuild works fine. Thank you.
innotec
(innotec)
6
Sorry, after many test I have to say, that MSBuild is not an alternative for me, because they not respect my build order from the solution. 
viktoriad
(viktoriad)
7