On Mon, Oct 22, 2012 at 8:48 AM, hakan <hexi...@users.sourceforge.net>wrote:


> Nothing manually done by me. But I use Visual studio 2010 express, yours
> are 2012 I believe, maybe something have changed
> The 32bit shortcut contains :
>
>
> C:\Windows\System32\cmd.exe /E:ON /V:ON /T:0E /K "C:\Program
> Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /release /win7 /x86
>
>
> But to be fair, I have no clue how these two, SDK and VS2010 depends on
> each other, if any
>


In general the SDK inspects the system to see if a Visual C++ is installed
and if it finds it, then the SetEnv.cmd command sets things up for Visual
C++.

However, the 7.1 SDK definitely knows about VC++ 2010, but it was released
before VC++ 2012, so it may not know about 2012.

Staffan - if you are following this, try running the vcvarsall.bat command
also.  The best way to figure out what is wrong is to open a regular
command prompt window and experiment in that.  Then when you figure out
what you need to do to get it to work, create your shortcut.

Each time you run one of these commands it sets up the environment, so you
may need to close and reopen a command prompt window several times to
figure out what works correctly.

>From what you posted earlier, I think vcvarsall.bat should be in:

c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC

for you.

Getting this to work, can be a little bit of a pain.  But, once you get it
to work, it is a big benefit.

--
Mark Miesfeld
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to