473,394 Members | 1,737 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Keyboard-Error in Application after installing SP2 for Windows XP

Hello,

I'm using an application created in Windows98.
I get to run it on Windows XP while using SP1.

After the installation of SP2 there are some strange errors.
(In advance: the source-code is lost)
If one is using a table into the application (It's like an excel-sheet)
the error occurs:
If you go into a field of the grid by using the tab-key and hit any key
inside the field,
this key is written multiple times into the field.
For example: k = kkkkkkkkkkkkkkk
l = llllllllllllllllllllllllllllll
each key with a different numbers of copies.
This is related only to the first key.
After the first one can write as usual.

If you go into a field with a mouse-click, everything is allright.
Also if the first key is esc or del.
But this is still a bad workaround for fast working.

Perhaps anybody can help me with this.
I'm desperately searching which change between XP SP1 and SP2 is
responsibel for this behaviour.

It is not a matter of keyboard-options!
And it happens on every pc I tried out.

Any tipps?

Best regards from Germany

Johannes

Sep 3 '06 #1
13 1774
Johannes Meyer wrote:
I'm using an application created in Windows98.
I get to run it on Windows XP while using SP1.

After the installation of SP2 there are some strange errors.
[...]

Any tipps?
Uh... How do I break it to you?... You're in a wrong newsgroup.
This is a C++ language forum. Do you have a C++ language question?
If not, we can't help you. You need to find the newsgroup where
they talk about Windows XP.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
Sep 3 '06 #2
Hello Victor,
This is a C++ language forum. Do you have a C++ language question?

the source-code is c++.
I guess it has something to do with the sourcecode?

Johannes

Sep 3 '06 #3
Johannes Meyer wrote:
the source-code is c++.
I guess it has something to do with the sourcecode?
Maybe, but only Microsoft has access to it. Even if we had access to it,
this is a forum focusing on the language, not on bugs in certain products.

Please note that most newsgroups have posting policies and FAQs
associated to them; this one tells you at the end of every posting.
Please read up on this first, as we get a lot of postings that are
off-topic here.

Best regards,

Jens
Sep 3 '06 #4
Hello Jens,

so I am sorry.
Jens Theisen schrieb:
Maybe, but only Microsoft has access to it
I guess not. I think they are not very interestet in the source-code of
my application.

I thought somebody has come around this problem while programming in
c++
That's the reason why I'm posting in this group.
this is a forum focusing on the language, not on bugs in certain products.
But I would be thankful for a group which can help me with a C++ bug in
my application.

Johannes

Sep 3 '06 #5
Johannes Meyer wrote:
>>Maybe, but only Microsoft has access to it

I guess not. I think they are not very interestet in the source-code of
my application.
Sorry, I didn't read you posting carefully enough.

In principle, there surely are windows programming newsgroups, but
without any source there isn't much you can do about it anyway.
But I would be thankful for a group which can help me with a C++ bug in
my application.
Even if you knew a change in the API that caused this, what would you do
about it without sources?

Jens
Sep 3 '06 #6
Hello Jens,

my Idea is that:

I desperately need to do something about this problem.
So I would try anything.

I thougt: If there is any idea what part of the source-code is
responsible,
one can find out, which part of the SP2 would do the harm.

And then I have something I could hold on.
I had some luck with this program with another problem through copy
some windows-file in the program-folder.

Johannes

Sep 3 '06 #7
Johannes Meyer wrote:
Hello Jens,

my Idea is that:

I desperately need to do something about this problem.
So I would try anything.

I thougt: If there is any idea what part of the source-code is
responsible,
one can find out, which part of the SP2 would do the harm.
a) We do not even know what parts the lost source has.
b) Even if we did: what change in Windows could affect the program, is not
topical here.
And then I have something I could hold on.
I had some luck with this program with another problem through copy
some windows-file in the program-folder.
Ask in a windows group about known problems with upgrading to SP2.
Best

Kai-Uwe Bux
Sep 3 '06 #8
Ask in a windows group about known problems with upgrading to SP2.

I did.
They say it is a c++ problem which is not topic in windows.
Of course it is a problem of c++ there
and it is a problem of windows here.

So I see I'm on my own again.

And I don't want to annoy you with c++-problems.

Johannes

Sep 3 '06 #9
On 3 Sep 2006 10:43:18 -0700, "Johannes Meyer" <jo*******@t-online.de>
wrote:
>Ask in a windows group about known problems with upgrading to SP2.

I did.
They say it is a c++ problem which is not topic in windows.
Of course it is a problem of c++ there
and it is a problem of windows here.
So I see I'm on my own again.
Try on of those (esp. the Visual C++ / MFC forum):
http://www.codeproject.com/script/comments/forums.asp

Sep 3 '06 #10
Johannes Meyer wrote:
>
>Ask in a windows group about known problems with upgrading to SP2.


I did.
They say it is a c++ problem which is not topic in windows.
Of course it is a problem of c++ there
and it is a problem of windows here.

So I see I'm on my own again.

And I don't want to annoy you with c++-problems.
You are not annoying us with a c++ problem: as long as there is no source,
there is no C++ problem.

Think about it: How are we supposed to say anything meaningful without the
slightest clue as to what the C++ code of this program looks like? For all
intents and purposes, you have a problem with an executable binary. It is
immaterial that you happen to know your binary came from C++ source code.
All possible C++ clues as to what could cause your problem have been lost
with the source.
Best

Kai-Uwe Bux

Sep 3 '06 #11
Hi,
immaterial that you happen to know your binary came from C++ source code.
to be more specific:

there are only remaining fragments of the source-code.
Some parts are missing and compiling again run into errors.

I know the programmer by myself, I sat behind him some time while he
was programming.
I'm quite sure it is C++.

What I want to say with "The source code is lost" is, that there is no
way for a resolution by changing the source code because some parts of
the source code are lost. And the programmer is lost to. I tried to
find him for five years now.

As long as I don't know which part causes this error I think it is
useless to post any lines of the code.

Johannes

Sep 4 '06 #12
Johannes Meyer wrote:
>immaterial that you happen to know your binary came from C++ source
code.

to be more specific:

there are only remaining fragments of the source-code.
Some parts are missing and compiling again run into errors.

I know the programmer by myself, I sat behind him some time while he
was programming.
I'm quite sure it is C++.

What I want to say with "The source code is lost" is, that there is no
way for a resolution by changing the source code because some parts of
the source code are lost. And the programmer is lost to. I tried to
find him for five years now.

As long as I don't know which part causes this error I think it is
useless to post any lines of the code.
You're absolutely correct. It's useless to post fragments if you are
unable to resurrect the entire program from them. But please understand
this too: it's useless to discuss any behaviour of your program *without*
the code. It's also useless to post questions about Windows XP SP2 here.
They are simply off-topic. It seems you have no solution... But, wait!

You have a solution: get somebody to write the program again for you. If
your program works somewhere (like Windows 2K or NT) you could try to
find a willing and able programmer who might want (for some compensation)
to [re]create the program by looking at the working executable and at the
remains of the source code. It's called "reverse engineering" or "work
from a prototype". You're strongly advised to work out P&L statement
before embarking in that direction. Reverse engineering is costly.

Good luck!

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
Sep 5 '06 #13
Dear Roland,
http://www.codeproject.com/script/comments/forums.asp
many, many thanks for this group.
I don't even need to ask any questions in this c++ group.
Even looking around there was the solution for my problem.
Anythink is allright now.

Greetings from Germany

Johannes

Sep 5 '06 #14

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

30
by: ajsiegel | last post by:
Arthur wrote: >> And either intuitively, or consciously, he is doing something that >> offsets it from something truly intergrated into the core of the >> language. By breakling all of his own...
8
by: Nolan Martin | last post by:
Is it just me or are there no good librarys out there to access the keyboard or mouse? I have been looking around for a while now and can only find ones that are bundled with a bunch of other...
9
by: skearney | last post by:
When I was in boy scouts, as part of learning Morse code, I was told that the inventor of the typewriter originally put the letter 'e' under the left middle finger, just below its present position....
13
by: Steve Jorgensen | last post by:
Well, it seems that Microsoft, or whatever powers that be have decided it's time for us to have yet another standard keyboard layout change. I think I see that the point of this one was to reduce...
2
by: Santy | last post by:
Hi! Suppose I detected, using DInput, the 1 key is pressed. I wanna get the shift+1 symbol on the current culture-keyboard.... For example.... In my spanish keyboard, shift+1 yields a "!". This...
0
by: rs | last post by:
Hi guys, I am trying to read from a USB keyboard using vb.net and HID classes. the USB keyboard is not my primary keyboard. I have a ps2 keyboard connected and is detected in device manager as...
2
by: rs | last post by:
Hi guys, I am trying to read from a USB keyboard using vb.net and HID classes. the USB keyboard is not my primary keyboard. I have a ps2 keyboard connected and is detected in device manager as...
331
by: Xah Lee | last post by:
http://xahlee.org/emacs/modernization.html ] The Modernization of Emacs ---------------------------------------- THE PROBLEM Emacs is a great editor. It is perhaps the most powerful and...
2
by: midoerin | last post by:
How to connect software with keyboard controller in C# ? So the software can interact with the keyboard controller. i want to build a software about learn piano using a keyboard controller, but i...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.