Multimedia
Multimedia is media that utilizes a combination of different content forms.
Language
Any
Platform
Embedded
Remove
License
Any
Hello everyone. I have just joined this forum to seek advice.
I have worked with embedded systems for about 15 years: 8/16/32 bit microprocessors, with small RTOS, e.g. Keil for ARM, mainly using C...
I am so sorry, I have not studied carefully about coocox team, now they do not support the chip. Maybe the technical support of siliconmotion can give you some help.
I am not finding programmer and compiler for sm342 (which is a multimedia soc by silicon motion and uses a 32 bit risc processor) in order to interface it to LCD and other peripherals?? or could you...
Hi
I am having probblems with wince 5.0 DCOM.
Tried the settings on this wince DCOM link below, but unsuccessful.
http://www.codeproject.com/KB/mobile/WindowsCE_DCOM.aspx
Getting (0x80080005)...
The answer is yes.
However, for what? Since we have multitasking, you can play whatever you like while your C code runs. What is your application for, some embedded system that doesn't have...
Hi All,
How can i call a ASP.Net Page (.aspx.cs) public method from my Windows Form User Control (ActiveX Control) which is embedded with tag on that page?
Its very urgent....
Thanks in...
Hi
Pls I need assistance from anyone who can develop RTOS under windows environ using c++. This is for a simple set of processes with periods using sem4.
Thanks a £m
A global mutex that is used by all threads is the very same thing as a critical section, so why not use it everywhere? If the thread needs the data at a give time, you just use WaitForSingleObject()...
: There are ways to get around the issue. http://www.beyondlogic.org/
: has a solution. The reason why you aren't allowed to direct access
: things in Windows is a mix between "too many morons...
: : You're not allowed to directly access memory in Windows.
: : Basically, the memory block you are accessing isn't yours and thus
: : the CPU+Windows put a stop to the read operation.
: :
: :...
Hi,
I have a CComboBox, along with some other controls, on a custom-written display that for the most part does its own painting. Normally the display is embedded in a section of a window,...