Hi Frédéric, It is already some years ago that I used some STL classes in a project. That project was largely C base and not C++. What I do remember is that...
Hi Jeroen, Thank you for these informations... ==================================== Frédéric BERNON HYMATOM SA Chef de projet informatique Microsoft...
Are you using a Linux PC? Chris ... From: trimedia@yahoogroups.com [mailto:trimedia@yahoogroups.com] On Behalf Of gulatisam Sent: Monday, October 16, 2006...
The app note on AV sync includes a chapter on "presentation delay and buffering". This is where you should look. It is easy to add delay to the audio or...
The error says that the "unix" type utilities provided with NDK in a fragment of cygwin are not found on the path. You will have to answer why that is the...
Is it possible to have a dynamic number of output pins for a component that is a reader/demultiplexer? If not, is it okay to set some to Null and/or ignore...
... The following settings should build so that you can run with the simulator: set _TMTGTREL=retail set _TMTCSHOST=ttisim set _TMTGTCPUTYPE=tm3260 set...
Hi Luis, I just find out that the 82559ER IC is sometime requesting the PCI bus. I was not aware of that. I tough our 82559ER was configured in slave mode. We...
VrendGfxVo acts on the formats of the streams that are supplied to it, and a specified output format. If you feed it a stream at 1024x768, tell it to "use...
Hi, I am on an Win XP PC. Also, I dont have a hardware or a reference board yet. i want to build the app on simulator. Is there any document for builing for...
Then I think your problem comes from the cygwin emulation software. It may be installed wrongly. Sometimes this can happen if you have cygwin (a UNIX ...
You can have more input (or output) pins for a component than you have to use. The unused pins will just block on waiting for packet. I'm not sure the number...
I think the answer is effectively 'yes'. I would not call it 'dynamic39; without fear of contradiction. Components may have more pins than they use at any one...
Hi Groups: I don't know why my dvpMon.exe can't work about "Error Code Analyser"!? There is always shown as below: Interface ID Error This appears to be an...
Hi All, During compilation of exNDK project, I am getting ... tmar error : C:\Nexperia92;exNDK92;.\release92;.\comps\tmdlTimer92;tmp\tm_psos_el_tm32 ...
Hi, Thanks for your help. The problem got solved. I had to set CYGWIN to NULL. It was by default assignd to 'tty'. ~thanks Sam. ... may ... UNIX ... the ... ...
Hi All, Also I think I need makefile for 'tmdlTimerHw39; component. 'tmdlTimerHw.c' is conmtained in 'sd\os\osgeneric\comps92;tmdlTimer92;src\tm_psos39; folder. ~sam ...
That component is at Nexperia\NDK5.4\sd\os92;osgeneric92;comps92;tmdlTimer. All of the sources are present in the release. Something basic is still wrong with your...
when setting PAL (VIP->MBS->QVCP) in the example, we find the video on the monitor is not full screen, and the right area has no video (about 1/6). But...
I'm trying to improve the focus of the TriMedia training by refining what issues in fact cause problems and delays for new users. I'd like to be in contact...
In 4.3 there was a tmAdecVorbis component in MDS_XA\audio92;comps. There no longer seems to be such a component in 5.4 nor can I even find a reference to Vorbis...
I guess you could say it was dropped. Ogg is an open source project. The old XA package included all of the sources. Just recompile it. It should work. Or...
Okay thank-you, one more question, what should the dataType and dataSubtype be set to for the format since those were never really defined in 4.3 (or should I...
Hi everyone, I have a new problem in my pnx1500 program. When the board is power on, it will always abort in function sysinit() of file sysinit.c. This is...
Hello All, Are there anyone interested in buying second hand development equipment on the following list? I am not sure about any license agreement or NDA term...
Hi, TCS 4.x libc does not contain vsnprintf() (since vsnprintf is a newer ANSI C9x libc function). However, vsnprintf() is very useful to avoid buffer...