Search Results

Search: Posts Made By: SA_Palani
Forum: Programming 06-04-2018
1,711
Posted By SA_Palani
How to write in other language in text/xml file by reading english text/xml file using C++?
Hello Team,

I have 2 files.one contains english text and another contains Japanese. so i have to read english text and replace the text with Japanesh text in third file.

Basically, I need a...
Forum: Ubuntu 10-08-2017
4,589
Posted By SA_Palani
Thanks for your suggestion well,I tried to...
Thanks for your suggestion
well,I tried to do.Bit confused which one to delete in the file once i opened it.If something necessary contents are deleted then unexpected behavior will be happend
...
Forum: Ubuntu 10-07-2017
4,589
Posted By SA_Palani
Help me to revert the file /root/.ssh/authorized_keys
Hi,

I copied the key of rsa.pub to authorized_keys using the below command
cat /root/.ssh/id_rsa.pub >> /root/.ssh/authorized_keys

By mistake i have executed another command
view cat...
Forum: Programming 02-21-2017
1,450
Posted By SA_Palani
The application was unable to start correctly(0xc0150002).
Dear Team,

please help me on the issue "The application was unable to start correctly(0xc0150002).click ok to close the application"

Have created the build using installshield 2012. dll was...
6,895
Posted By SA_Palani
(VS 2008) New build config looking files from other folder build config
Hi Team,

My new build configuration always looking for the files from the build where i copied from.
please help me to resolve this.

I am using Visual studio 2008.It has Qt 4.8....
Forum: Programming 01-09-2017
1,228
Posted By SA_Palani
Thanks for your quick reply. Could you tell me...
Thanks for your quick reply. Could you tell me any of 2 ways.
I would like to know the efficiency of using this and other ways.so I can use the better one.
Thank you
Forum: Programming 01-09-2017
1,228
Posted By SA_Palani
C++ separate code based on the few changes
Hi,

I am working in Visual studio 2008 in which i have written the code in c++,qml,qt.Its a simulator application.

I would like to create a simulator with certain changes. In order to do that i...
9,211
Posted By SA_Palani
you are right.But i would lik to use it in the...
you are right.But i would lik to use it in the vs2008 only
Forum: Programming 01-06-2017
0
Qt
720
Posted By SA_Palani
Qt
Hi,
I am developing a Qt qpplication.when i run the application,UI size is not adjust to the display size.
I am not defaultsure ho to get the size based on the display .
I am using QApplication...
9,211
Posted By SA_Palani
I am working in VS2008. In this any tool which...
I am working in VS2008. In this any tool which can help to do effective coding standards
9,211
Posted By SA_Palani
C++ coding standard tool
Hi

I am using visual studio 2008 tool with TFS Server.Is there any tool or plugin available along with VS2008 which will help to check c++/Qt coding standards,static analysis and if possible...
Forum: Programming 12-22-2016
1,348
Posted By SA_Palani
Thank you. I am using windows embedded...
Thank you.

I am using windows embedded compact 7 os and currently i put in in hold.I tried your things.But unable to setup FTP server in WEC7
Forum: Programming 12-20-2016
1,348
Posted By SA_Palani
Thanks Robin. I tried to check using...
Thanks Robin.
I tried to check using console->Tools.But there is no services are shown up.
could you help me on this.
Forum: Programming 12-20-2016
1,348
Posted By SA_Palani
QFTP connection refused problem in WEC7
Hi

I tried FTP transfer from WEC7(Windows Embedded Compact 7) to another windows 7.I am getting the connection refused error.
Could you please help me to resolve this.
what are the reasons one...
Forum: Programming 12-06-2016
1
1,057
Posted By SA_Palani
C++,Qt
Hi

please give sample program for PCI driver program to run it in the windows embedded compact 7 using c++ and qt .

Thanks in Advance.
Forum: Programming 11-15-2016
1,220
Posted By SA_Palani
Invalid Read access
Hi All,

I would like to know how the valgrind find the runtime allocation related issues?such as the below

invalid read of size 4.
Invalid write of size 4.
Even the size of memory is known...
Forum: Programming 11-07-2016
3,512
Posted By SA_Palani
Mismatched free() / delete / delete [] line no missing
Could you tell me the possibilities of the reason to get the Mismatched free() / delete / delete [].

I unable to see the line no in the valgrind report. it displays the function name. with that...
Forum: Linux 11-04-2016
16,302
Posted By SA_Palani
First ,I thank you for your time to resolve my...
First ,I thank you for your time to resolve my question

In your code except mangle_pointer everything is right.Based in the below now can you please tell why do i get mismatch delete in the...
Forum: Linux 11-03-2016
16,302
Posted By SA_Palani
To repeat structure has the data This is the...
To repeat structure has the data

This is the structure.
struct Pack
{
unsigned int A;
unsigned int B;
unsigned int c;
unsigned int D;
}
You are right that send is to...
Forum: Linux 11-03-2016
16,302
Posted By SA_Palani
.It is void * &. It's legacy and huge code . So I...
.It is void * &. It's legacy and huge code . So I have written in simple way to understand. But this the flow .
I feel tha i may need to use static cast to convert void pointer to structure.
Please...
Forum: Linux 11-03-2016
16,302
Posted By SA_Palani
Mismatch free() / delete / delete [C++]
Dear All,

I got the valgrind report as below [c++]

Mismatch free() / delete / delete []
at 0x4006895: operator delete(void*) (vg_replace_malloc.c:480)
by 0x8EA6D11: corefunction.
I supect...
Forum: Linux 10-19-2016
2,346
Posted By SA_Palani
Linux RPM package Size Increase
Hi

I want to create a rpm package which includes my testsuites, images(big sizes).But Its rpm size is more than 2GB.

please help me to create a package for more than 2GB / where will i...
5,268
Posted By SA_Palani
I finally got a script for removing duplicates...
I finally got a script for removing duplicates and sorting in c shell script.

#!/bin/csh
set my_array = ( y z a b a a c )
set my_array = `echo $my_array | sed 's/ /\n/g' | sort -u`
echo...
5,268
Posted By SA_Palani
How to remove duplicates in C shell Array?
Please help me on this

My script name is uniqueArray.csh

#!/bin/csh
set ARRAY = ( one teo three one three )
set ARRAY = ( $ARRAY one five three five )

How to remove the duplicates in this...
6,911
Posted By SA_Palani
May be I can explore my questions by this...
May be I can explore my questions by this example.
I have the script like the below one. cshell

Name:NumberGeneration.csh
#!/bin/csh
set Number = ( "one" "two" "three"...
Showing results 1 to 25 of 27

 
All times are GMT -4. The time now is 04:35 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy