Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

Runtime Error R6003 solution
I have a error solution whith direkt changing exe-file whith hex-editor.

search for B8 52 17 8B CA 33 D2 F7 F1 and change with

B8 52 17 8B CA 33 D2 90 90

or search for 2B D0 8B CA 33 D2 B8 A8 16 F7 F1 and change with 2B D0 8B CA
33 D2 B8 A8 16 90 90

then the error does not exist.



Report this thread to moderator Post Follow-up to this message
Old Post
mweitzel
08-09-04 08:55 PM


Re: Runtime Error R6003 solution
Hi,

Interesting topic; could it work with compressed exe's too?
I tried to find either of the two sequences without succes
in an exe that i suspect was compressed by blinkinc's
shrinker

frank

"mweitzel" <marco.weitzel@rb-vogelsberg.de> wrote in message
 news:cf560a1c58c8b93ead970622b8514559@lo
calhost.talkaboutprogramming.com...
> I have a error solution whith direkt changing exe-file whith hex-editor.
>
> search for B8 52 17 8B CA 33 D2 F7 F1 and change with
>
> B8 52 17 8B CA 33 D2 90 90
>
> or search for 2B D0 8B CA 33 D2 B8 A8 16 F7 F1 and change with 2B D0 8B CA
> 33 D2 B8 A8 16 90 90
>
> then the error does not exist.




Report this thread to moderator Post Follow-up to this message
Old Post
frank van nuffel
08-09-04 08:55 PM


Re: Runtime Error R6003 solution
i dont no i have no compressed exe to look with hex editor.
It is possible that the hex-combination is another.

You can do this but the work is a lot.

Search for F7 F1 This you can find a lot in the exe-File.

Now you must change the first and try. Is it not going change back and try
with the second, and so on. One is the correct.

Sorry for my bad english i hope you understand.


Report this thread to moderator Post Follow-up to this message
Old Post
mweitzel
08-10-04 01:55 PM


Re: Runtime Error R6003 solution
----- Original Message -----
From: "mweitzel" <marco.weitzel@rb-vogelsberg.de>
Newsgroups: comp.lang.clipper
Sent: Tuesday, August 10, 2004 11:35 AM
Subject: Re: Runtime Error R6003 solution

> i dont no i have no compressed exe to look with hex editor.
> It is possible that the hex-combination is another.
>
> You can do this but the work is a lot.
>
> Search for F7 F1 This you can find a lot in the exe-File.
>
> Now you must change the first and try. Is it not going change back and try
> with the second, and so on. One is the correct.
>
> Sorry for my bad english i hope you understand.

Thank for the info; at least i now see it can be done;
nice trick anyway

best regards

frank



Report this thread to moderator Post Follow-up to this message
Old Post
frank van nuffel
08-10-04 01:55 PM


Re: Runtime Error R6003 solution
On Mon, 09 Aug 2004 09:53:25 -0400, mweitzel wrote:

> I have a error solution whith direkt changing exe-file whith hex-editor.
>
> search for B8 52 17 8B CA 33 D2 F7 F1 and change with
>
> B8 52 17 8B CA 33 D2 90 90
>
> or search for 2B D0 8B CA 33 D2 B8 A8 16 F7 F1 and change with 2B D0 8B CA
> 33 D2 B8 A8 16 90 90
>
> then the error does not exist.

Did you try to find this sequence in any of the Clipper LIB files?

Maybe this way the error can be fixed once without patching every exe file
again and again after building it...

Thomas
--
Xbase++ FAQ : www.software-braun.de/xbasecentral/xbfaq/
Actual newspaper headline: Sex Education Delayed, Teachers Request Training

Report this thread to moderator Post Follow-up to this message
Old Post
Thomas Braun
08-10-04 08:55 PM


Re: Runtime Error R6003 solution
Thomas Braun schrieb:

> On Mon, 09 Aug 2004 09:53:25 -0400, mweitzel wrote:
>
> 
>
>
> Did you try to find this sequence in any of the Clipper LIB files?
>
> Maybe this way the error can be fixed once without patching every exe file
> again and again after building it...
>
> Thomas
Hello,

why not link __wait.obj instead ?

Bye
Andreas

Report this thread to moderator Post Follow-up to this message
Old Post
Andreas Moroder
08-11-04 01:55 PM


Re: Runtime Error R6003 solution
This solution is for Users with no Source Code. If you have the source-code
you can link with wait4.obj.



Report this thread to moderator Post Follow-up to this message
Old Post
mweitzel
08-12-04 01:55 PM


Re: Runtime Error R6003 solution
* mweitzel <marco.weitzel@rb-vogelsberg.de>:

> This solution is for Users with no Source Code. If you have the
> source-code you can link with wait4.obj.

How does the solution differ from that offered by Attila Feher's div0.zip
that is pointed to in this group's wly VFAQ posting?

--
Dave Pearson                        |  OSLib - Timeslice release functions.
http://www.davep.org/               |     eg - Norton Guide reader for Linux
.
http://www.davep.org/clipper/       |    weg - Norton Guide reader for Windo
ws.
http://www.davep.org/norton-guides/ | dgscan - DGROUP scanner for Clipper.

Report this thread to moderator Post Follow-up to this message
Old Post
Dave Pearson
08-12-04 01:55 PM


Re: Runtime Error R6003 solution
i don't know the solution by Attila Feher


Report this thread to moderator Post Follow-up to this message
Old Post
mweitzel
08-12-04 01:55 PM


Re: Runtime Error R6003 solution
* mweitzel <marco.weitzel@rb-vogelsberg.de>:

> i don't know the solution by Attila Feher

<URL:http://groups.google.com/groups?sel...%40news.onet.pl>
is where this was first discussed back in 2001. Attila then coded up a tool
based on that post <URL:http://groups.google.com/groups?th=b27140775983f774>
and it's been mentioned in the VFAQ <URL:http://www.davep.org/clipper/VFAQ/>
(posted here wly) ever since.

<URL:http://groups.google.com/groups?q=g...ring=d&filter=0>.

--
Dave Pearson                        |  OSLib - Timeslice release functions.
http://www.davep.org/               |     eg - Norton Guide reader for Linux
.
http://www.davep.org/clipper/       |    weg - Norton Guide reader for Windo
ws.
http://www.davep.org/norton-guides/ | dgscan - DGROUP scanner for Clipper.

Report this thread to moderator Post Follow-up to this message
Old Post
Dave Pearson
08-13-04 01:55 AM


Sponsored Links




Last Thread Next Thread Next
Pages (2): [1] 2 »
Search this forum -> 
Post New Thread

Clipper archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 04:34 PM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.