DBU

This forum is for general support of Xbase++
Message
Author
BruceN
Posts: 280
Joined: Thu Jan 28, 2010 7:46 am
Location: Slidell, LA

DBU

#1 Post by BruceN »

I have, use, and LOVE the old clipper utilty DBU.EXE. Unfortunatley it doesn't run on 64 bit machines (or at least I can't get it to). One of the things I love about it is that it is so easy to use that I can even walk people thru it while I'm on the road.

Does anyone have that re-done as a 32 bit program? Or do you know of a similar freeware utility?

I know Roger has an XBDU - but I find that 'clunky' and not nearly as easy to use (please don't be offended Roger, most everything of your's I look at I REALLY like - this is the rare exception).

thanks,

bruce
There are only 10 kinds of people - those who understand binary and those who don't :)

User avatar
Tom
Posts: 1171
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: DBU

#2 Post by Tom »

To be honest - I can't find my clipper installation. However, I remember DBU came with source. If you just compile this with Xbase++, you have a 32 bit version, which should work on 64 bit machines aswell.
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."

BruceN
Posts: 280
Joined: Thu Jan 28, 2010 7:46 am
Location: Slidell, LA

Re: DBU

#3 Post by BruceN »

If I had the code... it would probably work. All I have is the EXE. If someone has the source code.....
There are only 10 kinds of people - those who understand binary and those who don't :)

bwolfsohn
Posts: 648
Joined: Thu Jan 28, 2010 7:07 am
Location: Alachua, Florida USA
Contact:

Re: DBU

#4 Post by bwolfsohn »

BruceN wrote:If I had the code... it would probably work. All I have is the EXE. If someone has the source code.....
From the archives... here 'tis..
Attachments
dbu.zip
(59.96 KiB) Downloaded 907 times
Brian Wolfsohn
Retired and traveling around the country to music festivals in my RV.
OOPS.. Corona Virus, so NOT traveling right now...
http://www.breadmanrises.com
FB travel group: The Breadman Rises

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: DBU

#5 Post by rdonnay »

Here is the code and a project file.

Just run PBUILD DBU.

I haven't had a chance to give it a full test.
I made some changes so it would compile without errors.

There were locals declared after the parameters statements.
They needed to be moved.

I also added a Main procedure and SET CURSOR ON.
That's all.

It seems to run ok.
Attachments
dbu.zip
(66.36 KiB) Downloaded 946 times
The eXpress train is coming - and it has more cars.

BruceN
Posts: 280
Joined: Thu Jan 28, 2010 7:46 am
Location: Slidell, LA

Re: DBU

#6 Post by BruceN »

It compiles.. it runs... I'll play with it.

Mucho thankso....
There are only 10 kinds of people - those who understand binary and those who don't :)

BruceN
Posts: 280
Joined: Thu Jan 28, 2010 7:46 am
Location: Slidell, LA

Re: DBU

#7 Post by BruceN »

well... it runs. I've just played with it for about 2 minutes and menu options and navigation are a bit flaky... i will play al ittle more and see if i can clean up the code with my meager knowledge.
There are only 10 kinds of people - those who understand binary and those who don't :)

John Hohensee

Re: DBU

#8 Post by John Hohensee »

Some time ago I put this on the old board, many changes have been made so here it again, SFCW with all the required stuff.
SFCW.ZIP
(63.89 KiB) Downloaded 909 times

User avatar
hz_scotty
Posts: 107
Joined: Thu Jan 28, 2010 8:20 am
Location: Wr.Neustadt / Österreich

Re: DBU

#9 Post by hz_scotty »

compiled - run - get some error - what happend?
Attachments
sfcw_error.jpg
sfcw_error.jpg (44.18 KiB) Viewed 19052 times
best regards
Hans

BruceN
Posts: 280
Joined: Thu Jan 28, 2010 7:46 am
Location: Slidell, LA

Re: DBU

#10 Post by BruceN »

it compiled fine for me. exe attached.

It it a nice utility, but still not as 'slick' as the original dbu was... and it doesn't seem to do as much. (but thanks anyway for putting it up...). I assume i'm not the only one who finds dbu INCREDIBLY useful and easy to use. Am I right?
There are only 10 kinds of people - those who understand binary and those who don't :)

Post Reply