why RH850G3K is not in Processor type list in my IDA? - ida

Why there aren't RH850 series(like RH850G3K) processors in the processor type list in my IDA? (IDA website says they are supported.)
I use IDA 7.0 pro.

RH850 Processor type is not supported in IDA 7.0 pro.
It just has been added in IDA 7.2 pro.
https://www.hex-rays.com/products/ida/7.2/index.shtml

Related

Does cloudstack support Citrix Hypervisor 7 and 8?

Only XenServer 6.0 and 6.0.2 is mentioned in cloudstack docs, does it support the newer version?
Citrix Hypervisor removed non-free feature from free edition since 7.3 REF. Does it means I can use paided features with cloudstack and Citrix Hypervisor 7.1.
I found the Compatibility Matrix.
The answer is yes for xenserver 7.

What are the system requirements for vscode?

What are the system requirements for vscode?
The download page only shows the different platforms this is available on, but doesn't mention any requirements such as Windows version (i know it doesn't work on XP) or additional required components, such as the .NET framework.
System requirements for VSCode are available on the documentation page.
In a nutshell, VSCode now is self contained for Linux, Mac and Windows. There is a complete list for the additional helpful tools available on the setup page.
It's not listed in their requirements, but you'll also need a decent video card. It may seem ridiculous, since it's mainly displaying text, but vscode's GPU hardware requirement is well beyond what other applications require. There is a switch --disable-gpu to switch it to software rendering but it's still laggy.
As of Version 1.32
1.6 GHz or faster processor with 1 GB RAM recommended
OS X Yosemite
Windows 7 (with .NET Framework 4.5.2), 8.0, 8.1 and 10 (32-bit and 64-bit)
Linux with GLIBCXX version 3.4.15 or later, GLIBC version 2.15 or later, tested with Linux (Debian): Ubuntu Desktop 14.04, Debian 7, Linux (Red Hat): Red Hat Enterprise Linux 7, CentOS 7, Fedora 23

Google Web Designer on Windows XP

I've installed Google Web Designer on Windows XP, and saw this error:
The procedure entry point GetSystemDefaultLocaleName could not be located in the dynamic library KERNEL32.dll
What can I do?
I think that it won't support XP.
Here are the minimum system requirements, according to their documentation:
Operating system
Windows requirements
Windows 7
Windows 8
I think it does not support Windows XP. I installed in Windows 7. No issues. The error you have got is mainly caused by misinterpreted operating system -- that's described as a possible cause in Microsoft's support knowledge base:
The application is misinterpreting the operating system version and is trying to call a procedure in the Windows 95 or Windows 98 version of the Dynamic Link Library (DLL) that is unavailable in Windows NT version 4.0 or Windows 2000.
Windows XP is not supported. See the system requirements.

In MSHTML, what do the numbers mean? Like in IHTMLElement7?

In MSHTML the interfaces are often numbered. The numbers are at the end of the interface names like IHTML{name}{number}. Interfaces like:
IHTMLRuleStyle
IHTMLRuleStyle2
...
IHTMLRuleStyle6
or
IHTMLElement
IHTMLElement2
...
IHTMLElement7
A list can be seen in this Microsoft page
Thanks #Jay for your comments.
The numbers represent the version of MSHTML and the version numbers have an indirect relationship with the version of Internet Explorer, CSS, HTML, etc...
I wish I had did this search before but Geoff Chappell's site has a great chart mapping versions of MSHTML to IE and Windows.
Versions of things
MSHTML IE Windows
6.0 6.0 Windows XP
6.0 6.0 Windows Server 2003
7.0 7.0 Windows Vista
8.0 8.0 Windows 7
Judging from the chart, the version of MSHTML is closely related to the version of Internet Explorer.

Using Sockets [Windows Phone]

in Windows Phone OS 7.1 we can use Sockets ( http://msdn.microsoft.com/en-us/library/hh202870%28v=VS.92%29.aspx). I have Visual Studio for Windows Phone 7 downloaded from here: http://www.microsoft.com/visualstudio/en-us/products/2010-editions/windows-phone-developer-tools.
There is no information which version of OS it handle. I think, if it is the latest version of Visual Studio there should be no problems with Sockets, but when I declare:
Socket sock;
I got an error:
"The type or namespace name 'Socket' could not be found (are you missing a using directive or an assembly reference?)"
It's because i have OS version 7.0 or what? Is there any chance to make sockets work?
Recently in windows phone mango edition only Microsoft implemented the feature for Sockets. So if you need to implement sockets in your application you need to download the latest Windows phone Mango beta developer tools; the rtm version of mango developer tools are not readily available now. so first yo download the new developer tool and then try. This will solve your issue.
Try this link for dwnlding developer tools :
http://download.microsoft.com/download/E/D/C/EDCF1B19-3D98-48C3-B176-D20AF072497F/WPSDK71.iso
And you may also need to download and install visual studio service pack for installing WPSDK 7.1 RC