Code Comments
Programming Forum and web based access to our favorite programming groups.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.
Post Follow-up to this messageHi, 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.
Post Follow-up to this messagei 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.
Post Follow-up to this message----- 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
Post Follow-up to this messageOn 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
Post Follow-up to this messageThomas 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
Post Follow-up to this messageThis solution is for Users with no Source Code. If you have the source-code you can link with wait4.obj.
Post Follow-up to this message* 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.
Post Follow-up to this messagei don't know the solution by Attila Feher
Post Follow-up to this message* 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.
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.