0
votes
1answer
27 views

intel media software encoder

I am using graph edit, and trying to use intel media software encoder with windows-8(32 Bit , Processor intel-core i5) and getting configuration error But it works fine with following situation :- ...
5
votes
1answer
247 views

Easy way to access Intel CPU I/O registers in Windows

I work with a PCIe board that requires 256 byte TLP payload size. I got CPU that supports that (Core i7-3930K) and Intel motherboard, DX79SR that does not offer TLP payload size setting in BIOS. By ...
4
votes
2answers
493 views

Global Descriptor Table

I've been reading Intel manual about Virtual Memory (Segmentation + Paging). As I understand there is special register that holds Global Descriptor Table (GDT). GDT contains NULL Descriptor, Local ...
1
vote
0answers
368 views

compile with intel compiler 12 for windows using boost 1.51 error

i like to checkout how intel compiler performs in comparison to VS2008. So i installed intel composer xe 12 and used intel compiler for my projects. Also i built all boost libs with intel compiler: ...
1
vote
1answer
398 views

Any examples/tutorials on using Intel UPNP's VirtualDirectory Handler?

I've been working with the UPNP library from Intel in a VB.NET project and though the lack of documentation has made it hard (literally guessing what property/method I have to use in every line of ...
0
votes
1answer
112 views

Running Intel's VTune Periodically

In previous versions of VTune, there was a program called dsep.exe, which could be used to periodically poll hardware counters (specifically related to DRAM reads/writes) from VTune. This allowed me ...
-1
votes
2answers
119 views

can x86 intel 32-bit assembly do actions over a wireless network?

I have been searching for assembly documentation and have come across the documentation released by Intel in their processor manuals, and it has a section in it relating to the I/O aspect of the ...
1
vote
2answers
1k views

Android x86-based system image not found in SDK rev 18 update

Yesterday I've updated Android SDK to rev 18, but there's only ARM EABI v7a system image for API level 14 & 15, while in this tutorial they say I could use x86-based system image for better & ...
0
votes
1answer
256 views

Using just the right number of logical processors

Is there a way that I can (using tbb from intel) specify the number of logical processors used by their parallel loops? Like i.e. I'd like to be able to detect number of logical processors and specify ...
0
votes
1answer
295 views

How to write to StdOut in Windows and FASM?

The question is pretty simple, yet I can't seem to find how to do it: how do I write to StdOut in Windows/FASM? There does not seem to be any documentation online. Ideas?
1
vote
2answers
617 views

How does writing to CPU register actually work?

When writing to a register, say, like mov ax, 1, it overwrites the value it may have had earlier. Now what I wonder is that how big figures/strings can I feed into a register, and that can another ...
1
vote
2answers
607 views

forrt1: severe (170): Program Exception - stack overflow

and thanks ahead of time for any help! I have compiled a program (which I did not write) and it works just fine on Mac's but when I try to execute the program on Windows I get the following error ...
2
votes
1answer
155 views

How to initiate MeeGo AppDev?

I need to know following things. What kind of programming languages are being used for MeeGo OS for phone ? How many Phone does support MeeGo till now ? How many operating system does support MeeGo ...
0
votes
1answer
500 views

Global Descriptor Table and Local Descriptor Table

I want to know if the global descriptor table resides in each process memory space or it is shared among all processes. What about LDT? Where is the LDTR stored? Thank you.
1
vote
1answer
5k views

How do I monitor the status of a RAID array on an Intel controller from a Windows application?

I need to check the status of a RAID array on an Intel controller from my Windows application periodically (or be notified about a status change). Specifically, what I need is to find out whether a ...
0
votes
1answer
519 views

Vectorizing Code with Intel Visual FORTRAN for X64

I'm compiling my fortran90 code using Intel Visual FORTRAN on Windows Server 2003 Enterprise X64 Edition. When I compile the code for 32 bit structure and using automatic and manual vectorizing ...
0
votes
1answer
1k views

How can I uninstall the Intel C++ Compiler (ICC) 11 on Vista x64?

I installed the combined package of ICC 11.0.066 for x86 & x64 targets, with all options (IPP, TBB, MKL). Attempting to run the uninstaller from Control Panel > Programs and Features immediately ...