Language
Platform
Any
License
Any
Hi,
There could be two aspects to embedded linux development. If you are interested on the platform specifics, like porting of linux, boot loaders and device drivers... try...
1. Building Embedded...
Hello everybody,
I have a 3 columns grid.
I would like to set the goRowSelect property but in the same time to have the possibility to edit the content of the middle column.
The first columns...
I am using visual studio 10 but i am unable to send data through that code........... Can anyone tell me problem in that code
#include "stdafx.h"
#include
#include
using namespace std;...
How do I make changes within a line?
Here's the deal! I've a matrix, in this matix I need to find all the perfect squares (well you know numbers like 4, 9, 16, 25..) and print out a LINE with the...
I need to convert an old Borland Builder project to unicode. The help says to use the command line option -WU however I'm using the IDE and can find no way for setting this flag. Is it possible to do...
bsDialog (which will hidde all on top buttons), and than on the space where hase been placed minimize&maximize put thsape (which will have pitcutres of that two button's). Or you can follow this...
Hello everyone, my question is Where to find (for download) header file for c++ builder 2010?
I search a lot of on internet but didn't find corresponding winuser.h file for c++ builder 2010, my...
You mean like this?
Searching the element which is same with input
int i=0;
while((i
1. Without code can't say...
2. Step through your code in debugger - it's a lot of fun!
If you come across a similar problem while organizing code for a big VC++ project, take a look at this:
https://connect.microsoft.com/VisualStudio/feedback/details/552449/
I found that my problem was that I was secretly seg faulting in the child, which was causing the child to silently fail. The code works if you substitute the strcpy() with "arglist = strdup(tok...
Hi! I have an application built using C++ Builder that performs database accessing. I am using MS Access 97 as my database. The program runs smoothly in Windows XP. However, when I tried running the...
Hi to all,
I have to learn following topics for my graduation project,
1) Embedded Linux – Embedded C
2) Embedded boot loaders – Compiling, making changes to uboot
3) Familiarity with one of...
So there is no way to use a TStringList if you want an integer associated with each string. Is there an equivalent of TStringList (in Borland C++ Builder 6 that is) which holds integers rather than...
Good compiler will say: "Code has no effect." on this line.
I have created a plot using "chartfx " function (Borland builder 6 Enterprise) with a data set (for example , , where 5, 10 and 15 are x values to be displayed on the horizontal axis and 10,20 and...
Hello Every one,
I am new to embedded world. I need some help in coding for interrupt. i want to on two motor after some delay i want to on other motor. i have two interrupt emergency stop and...
Hello,
I run EnumProcesses(), to find if the progam "NurOper.exe" is running I debuged it and although "NurOper.exe" is running its don't return it,
its return all ather programs include my...
Hi,
I am trying unsuccessfully to remove the X icon from a window. I can make it unavailable, greyed out but cannot actually remove the icon.
HMENU hMenu = GetSystemMenu( Handle, FALSE );...
Dear programmers,
I'm new in c++ builder 6.0. I have a form with a vertical scroll bar. Also I add in the form a PrintDialog. But when I execute the print button,the output of the printer is the...