topic
stringlengths
1
63
text
stringlengths
1
577k
3D modeling
Hello Everyone, Does FWH have capability for 3D modeling? I need to be able to enter dimensions of package, create an image, then place that image inside another package which is much larger. Thank you in advance for your assistance. Sincerely,
3D modelling online
[url:223tij8z]http://www.3dtin.com/[/url:223tij8z]
3rd components integrations with fwh UI calendar
hi, i see some tools , like codejoke xtreme: <!-- m --><a class="postlink" href="http://www.codejock.com">http://www.codejock.com</a><!-- m -->, someone has tested this??
3rd components integrations with fwh UI calendar
Hello Fernando, can you drag & drop appointments with the mouse on your new scheduler? Regards, Otto
3rd components integrations with fwh UI calendar
Someone started testing the controls with codejock but didn't get very far and stopped reporting. I downloaded it and communicated with the company. While it would be possible to run their controls, there is no method for working with the data in a .dbf file. You could write some functions to perhaps read the data f...
3rd party c wrapper functions for harbour
Hello forum; I'm trying to use a 3rd party library .dll to OCR tif images. I chose Transym [url:2izdt5di]http&#58;//www&#46;transym&#46;com[/url:2izdt5di] . In order to access their functions I've written .c wrappers. Currently my sample app GPFs. Can someone help with harbour's vm .c interface? Here is my self-co...
3rd party c wrapper functions for harbour
Reinaldo, The used DLL functions must be prototyped, in example: // Function TOCRInitialise (ByRef JobNo As Integer) As Integer int TOCRInitialise( int * JobNo ); Usually the DLL developers should provide a header file with the C language prototypes. If not, then you can build it yourself. We need to include those...
3rd party c wrapper functions for harbour
The easiest way to trace it is to place several calls to: MessageBox( 0, "here", "ok 1", 0 ); so you can find which function GPFs
3rd party c wrapper functions for harbour
You must include: #include <windows.h> in order to use MessageBox()
3rd party c wrapper functions for harbour
Reinaldo, Have you tried the example they let you download? In this example all the header files with the definitions of the functions
3rd party c wrapper functions for harbour
Everyone; I did not include prototype definitions as it really doesn't make any difference. After all, you only get warnings back from the compiler. By not including these external headers I was hoping it would be easier for others to compile and give it a hack. To make things clearer, I've now added .h inclusion...
3rd party c wrapper functions for harbour
[quote="reinaldocrespo":2wskujuq]I did not include prototype definitions as it really doesn't make any difference. After all, you only get warnings back from the compiler.[/quote:2wskujuq] This is not true. In C language, if a function declaration is missing, the compiler assumes all int types for the parameter and ...
3rd party c wrapper functions for harbour
Well, thank you. I did not know the compiler assumed int. However, with my revised code that includes prototype declarations, I still have the same problem. Code with prototypes is shared on my previous entry on this thread. I have placed all the files needed to recreate the project on a temporary server directory...
3rd party c wrapper functions for harbour
This modified version is compiling clean: transym.prg [code=fw:1s1a3go7]<div class="fw" id="{CB}" style="font-family: monospace;"><br />request hb_gt_win   <span style="color: #B900B9;">//needed for console mode app.</span><br /><br /><span style="color: #00D7D7;">#define</span> TOCRJOBTYPE_TIFFFILE <span style="color...
3rd party c wrapper functions for harbour
Try with the files I've placed on the server. [url:36cgrsxz]http&#58;//lac&#46;structuredsystems&#46;com/temp/[/url:36cgrsxz] Here you will find the exported .lib from .dll as well as all other needed files. I get a clean build using Borland c++ 5.82. You will probably have to comment the line that includes TOCRd...
3rd party c wrapper functions for harbour
Reinaldo, > You will probably have to comment the line that includes TOCRdll.h and instead create prototypes using harbour vm declarations This is not needed at all. The transym.prg that I have posted compiles fine using the TOCRdll.h header file I have tried to create the import library using bcc 7 implib.exe but i...
3rd party c wrapper functions for harbour
There is something wrong with the DLL. If I try this: [code=fw:2p980cmb]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00C800;">function</span> Main<span style="color: #000000;">&#...
3rd party c wrapper functions for harbour
Reinaldo, as I already wrote to you privately, the program compiles and links fine but when I run the EXE I get the error 0xc000007b. Just a note: in C language, when you include a non standard header file (ie. a header file that is not one of the C standard header files) you have to use the syntax [code=fw:1xhel6bf...
3rd party c wrapper functions for harbour
[quote="Antonio Linares":21rab26j]There is something wrong with the DLL. If I try this: [code=fw:21rab26j]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00C800;">function</span> Ma...
3rd party c wrapper functions for harbour
To check whats going on with the DLL I have created this simple test: [code=fw:1hbu7jyc]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #B900B9;">//----------------------------------...
3rd party c wrapper functions for harbour
The TOCRdll.dll that you posted here: [url:2bt0umv5]http&#58;//lac&#46;structuredsystems&#46;com/temp/[/url:2bt0umv5] is loading fine
3rd party c wrapper functions for harbour
Now I get this error: [img:1786nqmd]https&#58;//bitbucket&#46;org/fivetech/screenshots/downloads/transym_3&#46;JPG[/img:1786nqmd]
3rd party c wrapper functions for harbour
I guess it is related with the license: Looking inside the TOCRdll.dll I find this: [quote:z6a39fsl]Invalid licence number Software\Transym\TOCR\1.1\Paths Failed to find Paths [/quote:z6a39fsl]
3rd party c wrapper functions for harbour
I was hoping that by installing the key code here before coping over to the temp directory where you are download from would take care of that. I will email you and anyone interested on trying the key code to install the license. That should fix that problem. Reinaldo.
3rd party c wrapper functions for harbour
Ok, now I'm also getting "Failed to find Paths". Some other notes: 1. Change this line from [code=fw:2kknd3d0]<div class="fw" id="{CB}" style="font-family: monospace;">JobInfo2.InputFile = InputFile;</div>[/code:2kknd3d0] to [code=fw:2kknd3d0]<div class="fw" id="{CB}" style="font-family: monospace;">JobInfo2.Input...
3rd party c wrapper functions for harbour
Thank you very much Enrico. Good observations. The problem I'm having now is linking the app. It complains of missing TOCR functions as if I wasn't linking TOCRdll.lib but I am. [code=fw:303tlh1f]<div class="fw" id="{CB}" style="font-family: monospace;"><br />xHarbour Compiler build <span style="color: #000000;">1...
3rd party c wrapper functions for harbour
I can't see the reason of the problem, sorry. But as a side note, you are using a seven years old release of xHarbour! Time to update, both xHarbour and BCC. <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> EMG
3rd party c wrapper functions for harbour
When I obtain this errors has been usually because the parameter types did not match the definitions of the functions, so, although with the same name, they are not recognized
3rd party c wrapper functions for harbour
Thank you. I found that this particular lib needs to be imported without the -a option. After doing Implib with out the -a option, it worked great. I shared the wrapper functions on another thread on this forum in case it helps some else wanting to use Transym TOCR dll from API. Reinaldo.
3rd party c wrapper functions for harbour
Yes, I saw your post after replying in this thread Regards
3rd party c wrapper functions for harbour
[quote="cnavarro":n0tzw9ul]When I obtain this errors has been usually because the parameter types did not match the definitions of the functions, so, although with the same name, they are not recognized[/quote:n0tzw9ul] This is not true. In C language, a function declaration is used exactly so the compiler knows what ...
3rd party c wrapper functions for harbour
Cristobal Saludos, Lograste ejecutar el programa TOCR?
3rd party controls
Hi Everybody, I have see soooooo many posts regarding different 3rd party plugins (codejock, viocoral, Mingw etc...) I am wondering what everyone uses for modern controls (office 2007 look) for things like folders, buttonbars, etc... I have been able to get the fwh buttonbar with the 2007 look but I would like to ad...
3rd party controls
Jeff, It depends on what controls you plan to use in your application. If you explain us what application design you have in mind, then we may recommend you the controls to use. CodeJock offers nice controls but you always have to carry with those OCXs besides your EXE. Some developers prefer to deliver self containe...
3rd party controls
Hi Antonio, I am looking at creating an EMR (Electronic Medical Records) program. I want to provide a nice and clean looking user interface. This is going to be a first in many areas for me (SQL, Web, etc...) so any info you could provide would be very helpful.
3rd party controls
Hello Jeff, I use a combination of oPanel and buttonbar’s. This way I try to emulate a Ribbonbar. I think there will be a FW own Ribbonbar class soon. And then I can change easily. To depend on other OCX components is no problem if you have only a small user base or inhouse users. Otherwise it can be. For me there ...
3rd party controls
Hello! Mr. Otto, sorry for stupid question, but how did you make your toolbar 2007 looks with gradient colors? Or it's only Vista view?
3rd party controls
Hello Sergey, could you please try with ButtonBar instead of TOOLBAR. Best regards, Otto [code=fw:2xb1bgyf]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><br />&nbsp;<span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">BUTTONBAR</span> oBar <span style="color: #0000ff;">OF<...
3rd party controls
Thanks, Otto! ButtonBar works fine. I already tried the sample "multibar.prg", but it doesn't looks so nice like ToolBar... And on your pictures toolbar seems like with transparent colors. That is why I asked this question...
3rd party controls
Hello Sergey, With toolbar if I change from VISTA to Classic view I also lose the background. Best regards, Otto
45000+ posts!
Today we have reached the amount of 45000 posts on these forums. These forums are becoming a very powerfull knowledge base for all the FiveWin and Harbour users. Congratulations to all! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
45000+ posts!
Antonio, Congratulations !!! Work hard for Fivewin Community <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> Regards, Felix
45000+ posts!
Wow!! This is a very Fivewin Power! Congratulation(Parabens!)
45000+ posts!
Up to 50000 now.
475 Free & Awesome High Quality Icons For Designers
[url:2ck7llmh]http&#58;//www&#46;tehkseven&#46;net/news/475-free-vector-icons[/url:2ck7llmh] [img:2ck7llmh]http&#58;//www&#46;tehkseven&#46;net/news/wp-content/uploads/2011/03/screenie&#46;png[/img:2ck7llmh]
5 Lessons Learned While Being a Freelance ... Developer
This is not about the iPhone. This is about being a real professional freelance developer: [url:2esf9mal]http&#58;//sealedabstract&#46;com/rants/5-lessons-learned-while-being-a-freelance-iphone-developer/[/url:2esf9mal]
5 steps and APACHE mod harbour is running
Hello, here is a tested installation guide for mod harbour on WINDOWS 64 bit. You have your server running in 5 little steps. No setup work needed. Best regards Otto [url:1klzyhte]https&#58;//winhotel&#46;space/modharbourdoc/apache%20installlation&#46;htm[/url:1klzyhte]
5 steps and APACHE mod harbour is running
Hello, here is a tested installation guide for mod harbour on WINDOWS 64 bit. You have your server running in 5 little steps. No setup work needed. Best regards Otto [url:3lqmsbem]https&#58;//winhotel&#46;space/modharbourdoc/apache%20installlation&#46;htm[/url:3lqmsbem]
5 steps and APACHE mod harbour is running
Hello, here is a tested installation guide for mod harbour on WINDOWS 64 bit. You have your server running in 5 little steps. No setup work needed. Best regards Otto [url:2g9lx8w1]https&#58;//winhotel&#46;space/modharbourdoc/apache%20installlation&#46;htm[/url:2g9lx8w1]
5 steps and APACHE mod harbour is running
Hello, now I tested also WINDOWS 10 home 64 bit. With in 10 min. all is running. Best regards Otto
5 steps and APACHE mod harbour is running
Hello, now I tested also WINDOWS 10 home 64 bit. With in 10 min. all is running. Best regards Otto
5 steps and APACHE mod harbour is running
[url:2hwlhdkt]https&#58;//github&#46;com/FiveTechSoft/mod_harbour/wiki[/url:2hwlhdkt]
5 steps and APACHE mod harbour is running
[url:2etgqa0n]https&#58;//github&#46;com/FiveTechSoft/mod_harbour/wiki[/url:2etgqa0n]
5 steps and APACHE mod harbour is running
[url:3ekezrko]https&#58;//github&#46;com/FiveTechSoft/mod_harbour/wiki[/url:3ekezrko]
5 steps and APACHE mod harbour is running
Dear Antonio, the WIKI instruction starts[b:2q83gez1] from an installed APACHE[/b:2q83gez1]. [b:2q83gez1]This instruction I posted shows how you start from zero and with no user interaction beside starting the exe files. And on Windows 64 which I tested all is working in 5-10 min. depending on you download speed.[/b:2...
5 steps and APACHE mod harbour is running
Dear Antonio, the WIKI instruction starts[b:36lcwl8h] from an installed APACHE[/b:36lcwl8h]. Most of us do not have a APACHE server ready. Before I posted this manual I tested again on my notebook with WINDOWS 10 home. [b:36lcwl8h]This instruction I posted shows how you start from zero and with no usere interaction be...
5 steps and APACHE mod harbour is running
Dear Otto , That would be great for beginners...! Thanks in advance...! Thanks Shridhar
5 steps and APACHE mod harbour is running
[quote="shri_fwh":23loqqp4]Dear Otto , That would be great for beginners...! Thanks in advance...! Thanks Shridhar[/quote:23loqqp4] I agree <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: --> <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title...
5 steps and APACHE mod harbour is running
Hello Mark, on which PC/OS do you want to install mod harbour. Have you tried the instaruction. Best regards Otto
5 steps and APACHE mod harbour is running
Otto, I'm responsible for a soccer-club. I make the site (<!-- m --><a class="postlink" href="http://www.kaboutersopglabbeek.be">http://www.kaboutersopglabbeek.be</a><!-- m -->) but behinde it, i made a FW application for the coaches to manage there teams (personel data,team selections, memberdata, ....) [img:3clc8...
5 steps and APACHE mod harbour is running
Hi Marc. Take a look at Bootstrap. With this HTML extension you can make every page auto adapting to small screens to biggers without any problem. And in a lot of mod_harbour examples is used and you can learn it in few time. And if there is something that you can't do with al this is possible to integrate Javascript. ...
5 steps and APACHE mod harbour is running
Hello friends, here is the link to the video showing the installation of mod harbour. [url:30bwbgtz]https&#58;//www&#46;youtube&#46;com/watch?v=lsmAGsbIHdQ[/url:30bwbgtz] Description <!-- m --><a class="postlink" href="https://winhotel.space/modharbourdoc/apache%20installlation.htm">https://winhotel.space/modharbourd...
5 steps and APACHE mod harbour is running
Hello friends, here is the link to the video showing the installation of mod harbour. [url:etf41nhx]https&#58;//www&#46;youtube&#46;com/watch?v=lsmAGsbIHdQ[/url:etf41nhx] Description <!-- m --><a class="postlink" href="https://winhotel.space/modharbourdoc/apache%20installlation.htm">https://winhotel.space/modharbourd...
5 steps and APACHE mod harbour is running
Hello friends, here is the link to the video showing the installation of mod harbour. [url:1tgvgq21]https&#58;//www&#46;youtube&#46;com/watch?v=lsmAGsbIHdQ[/url:1tgvgq21] Description <!-- m --><a class="postlink" href="https://winhotel.space/modharbourdoc/apache%20installlation.htm">https://winhotel.space/modharbourd...
5 steps and APACHE mod harbour is running
Dear Antonio, Otto, As I was checking the CAUCHO Resin web server this also support httpd protocol. have found similar info of Apache Mod. <!-- m --><a class="postlink" href="https://www.caucho.com/resin-3.1/doc/install-apache.xtp">https://www.caucho.com/resin-3.1/doc/install-apache.xtp</a><!-- m --> Just fo...
60000 posts !!!
We already have 60.000 posts in the forums! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->Thanks to this great FiveWin users community and friends for making this a great success <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
60000 posts !!!
[quote="Antonio Linares":iy2o64ld]We already have 60.000 posts in the forums! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> Thanks to this great FiveWin users community and friends for making this a great success <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=...
60000 posts !!!
Hi Antonio ! Thank'sFivewin is as mother language, I can talk everything to my computer <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> RegardsFafi
60000 posts!!!
ya tenemos 60.000 posts en estos foros! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> Gracias a esta gran comunidad de usuarios de FiveWin y de amigos por hacer esto posible <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->Buen...
60000 posts!!!
<!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: --> <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
60000 posts!!!
Bueno,Parece que el foro se está convirtiendo en una buena base de datos para nuestras dudas.Bien por el foro y todos los que lo conforman!!!
60000 posts!!!
Felicitaciones a todos por hacer de este foronuestro lugar de reunion.SaludosRuben Fernandez.
60000 posts!!!
Good Work!! Congratulations to all by the concerted effort!!!Buen trabajo!! Felicitaciones a todos por el gran esfuerzo!!Saludos a todos, desde Argentina Esteban.
60000 posts!!!
Gracias a este Foro, he creado mi propio DICCIONARIO de temas, gracias a todos por colaborar de forma indirecta... cuando un tema lo veo interesante para mi o de gran utilidad, lo descargo en mi pc en una carpeta y luego lo reviso mas detallamente OFF LINE, les digo que me ha ayudado no saben cuanto...Gracias..!
64 Bit Warning MSVC
hi, need some help for 64 Bit [quote:3t7l7xtw]HB_FUNC.PRG(322): warning C4244: "Argument": Konvertierung von "LRESULT" in "int", möglicher Datenverlust HB_FUNC.PRG(336): warning C4244: "Argument": Konvertierung von "LRESULT" in "int", möglicher Datenverlust[/quote:3t7l7xtw] [code=fw:3t7l7xtw]<div class="fw" id="{CB}...
64 Bit Warning MSVC
Dear Jimmy, Please use hb_retnl() (and hb_retnll()) instead of hb_retni()
64 Bit Warning MSVC
Dear Jimmy, You can safely use hb_retnll() in 32 bits
64 Bit Warning MSVC
hi Antonio, [quote="Antonio Linares":k3kyj6nj]Please use hb_retnl() (and hb_retnll()) instead of hb_retni()[/quote:k3kyj6nj] YES, that work without Warning --- Question : now i have hb_retnll() for 64 Bit and 32 Bit and it also seems to work under 32 Bit ... do i need to change it <!-- s:?: --><img src="{SMILIES_PAT...
64 bit
What are the advantages/disadvantages of moving an application from 32 bit harbour to 64 bit and how do you do it?
64 bit
You will not notice a speed difference, but the way 64 bits uses the memory is much better than in 32 bits. So if your app uses a lot of memory, you should consider moving to 64 bits. c:\FWH\samples\buildh64.bat tutor01
64 bit
Según he leído el próximo Windows va a salir solo en versión 64 bits.
64 bit
Yo ya he instalado Windows 11 y funcionan los 32 bits también: Usé este fichero .bat para construir la ISO de Windows 11: [url:1ufi1hwe]https&#58;//github&#46;com/AveYo/MediaCreationTool&#46;bat/blob/main/MediaCreationTool&#46;bat[/url:1ufi1hwe] Y lo instalé desde un Windows 10 education con su licencia activada, así...
64 bit
ok so I deduce from the above that my 32 bit application is not likely to be obsolete anytime soon
64 bit DLL
Hello, I am trying to build a 64 bit dll using FWH64 and I noticed I do not have a buildhd.bat. Is there one available for 64 bits? Also I am interested in any cross compatibility issues that might exist. For example can my 32 bit exe call a 64 bit dll and just the opposite can a 64 bit exe call a 32 bit dll? Any ...
64 bit Linux
I am trying to get my code running on 64 bit Ubuntu 9.10. That means I have tbuild harbour and / or xHarbour as 64 bit. I can build Harbour successfully (I think) but Harbour doesn't seem to have the Inet classes I need for my applications to work I have never been able to build xHarbour from source. After I install...
64 bit Linux
Resolved I had run sudo apt-get install libgpm-dev but libgpm.so was only in /usr/lib. With a libgpm.so in /usr/lib64 all went well. (Just do not know how it got there when it didn't show up before). In summary, as well as downloading the from the xHarbour site I had to install the following: bison unixODBC-dev li...
64 bit Linux
Doug, Thanks for the info <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
64 bit Resource Editor
Hello, I have a new laptop with Windows 7 64 bit; my Borland Workshop no longer works; can someone recommend a resource editor that works with Windows 7 64 bit? Thank you,
64 bit Resource Editor
You can try <!-- m --><a class="postlink" href="http://www.windows7download.com/win7-resedit-64bit/hqhrqoud.html">http://www.windows7download.com/win7-re ... rqoud.html</a><!-- m --> Best Regards Uwe <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: -->
64 bit Resource Editor
Hello, PellesC will help you. Regards
64 bit Resource Editor
Darrell The link Uwe shared with you will download ResEdit which is a good editor .. you will have to add these header files to the beginning of your existing legacy BRW .rc files .. Rick Lipkin [code=fw:1zvk1cqn]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include<...
64 bit Resource Editor
ResEdit ([url:1jbsabxd]http&#58;//www&#46;resedit&#46;net[/url:1jbsabxd]) would be a wonderful resource editor but it lacks of some basic features (ie. dialog copy/paste) and it's not updated since April 2012... <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:-( --> EMG
64 bit Resource Editor
Darrell I use Pelles <!-- m --><a class="postlink" href="http://forum.pellesc.de/index.php?topic=3705.0">http://forum.pellesc.de/index.php?topic=3705.0</a><!-- m --> Regards Maurizio <!-- m --><a class="postlink" href="http://www.nipeservice.com">http://www.nipeservice.com</a><!-- m -->
64 bit Resource Editor
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=17&t=12773">viewtopic.php?f=17&t=12773</a><!-- l -->
64 bit WDBU
What alternatives do we have for xWDBU except xaDbu? [quote:phyj5cdf]xaDbu from OZ Software is a powerful DBF files editor, that inherits all the advantages of its predecessor Wdbu, but now built with Xailer & Harbour[/quote:phyj5cdf] Best regards, Otto
64 bit WDBU
Otto, There is a 64 bits version of WDBU, developed with Harbour and FWH 64 <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
64 bit WDBU
Hello Abntonio, thank you. Do you mean xBrwDbu.prg in the fivewin/samples folder? Best regards, Otto
64 bit WDBU
No, I mean the first developed WDBU in 16 bits and ported to 32 and 64 bits, using Harbour and FWH 32/64. Don't know who ported it and neither where to get it, but it exists <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
64 bit WDBU
Please, anyone could provide the link where latest sources are available and compiled versions?. Is not ilegal to provide links. Thank you very much.
64 bit WDBU
Friends: Another option is Advantage Data Architect, I use it with Windows 7 premium and no problems at all. regards