Search found 125 matches

by Dave Zowasky
Mon Oct 13, 2014 7:50 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error DBCMD/2001 Workarea not in use: ORDKEYNO
Replies: 9
Views: 4146

Re: Error DBCMD/2001 Workarea not in use: ORDKEYNO

Euclides and James, I appreciate your help. I have modified my code in a fashion that Euclides has posted. So far so good. function testlb2() local odlg local xa:=array(2) local a:=1 local olba xa[1]:="atest" xa[2]:="btest"  DEFINE DIALOG oDlg @ 0,0 listbox olba; fields prgdispmr...
by Dave Zowasky
Thu Sep 25, 2014 8:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error DBCMD/2001 Workarea not in use: ORDKEYNO
Replies: 9
Views: 4146

Re: Error DBCMD/2001 Workarea not in use: ORDKEYNO

In our existing application here is an example of our code for the listbox  @ 3,8 listbox olba;   fields prgdispmru(xa,a);   size 100,100;   header "MRU-Files";   of oFldb:aDialogs[ 1 ];   on dblclick(xfile:=xa[a],winexec("c:\windows\notepad "+xfile))   a:=1   olba:bgotop    = { ...
by Dave Zowasky
Thu Sep 25, 2014 6:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error DBCMD/2001 Workarea not in use: ORDKEYNO
Replies: 9
Views: 4146

Re: Error DBCMD/2001 Workarea not in use: ORDKEYNO

Thank you for the links on the subject. Now that I have updated the syntax of my listbox I would like to get the scrolling characteristics to be like they were. In my older listbox I am able roll the scroll bar on the mouse and the have the selected item in the listbox scroll up and down in my listb...
by Dave Zowasky
Wed Sep 24, 2014 6:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error DBCMD/2001 Workarea not in use: ORDKEYNO
Replies: 9
Views: 4146

Error DBCMD/2001 Workarea not in use: ORDKEYNO

Hello, I have been seeing a problem error below. It appears to happen when I click on a listbox. It does not happen all the time. It happens from time to time with no logical cause that I can produce with consistency We use arrays to populate our listbox. Below is a the code I use with my listbox fo...
by Dave Zowasky
Tue Jan 28, 2014 9:51 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Acitve X and mingw
Replies: 0
Views: 272

Acitve X and mingw

Hello,

I have been having a problem compiling a program that is using active x on my mingw. (32 bit) compile.
Is this supported on this compiler?
It seems to work fine on my 64 bit compile.
Any advice is most appreciated.

Thanks
by Dave Zowasky
Sun Jan 05, 2014 7:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: odbc 64bit
Replies: 0
Views: 292

odbc 64bit

Hello,

I am having a problem compiling odbc0.prg in 64 bit.
I am getting a list of unresolved functions related to the SQL.

Any suggestions are most appreciated.

Thanks
by Dave Zowasky
Mon Oct 28, 2013 5:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Problem linking turl
Replies: 1
Views: 407

Problem linking turl

Hello, I am trying to build an application that uses turl and I am running into some problems. I am getting the following error: \hb32\lib\win\mingw/libhbrtl.a(hbsocket.o):hbsocket.c:(.text+0x2d07): undefined reference to `WSAIoctl@36' I am using mingw and my harbour lib in the hb32 is 3.2.0dev (r13...
by Dave Zowasky
Mon May 06, 2013 2:06 am
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 7 64 bits - tester required
Replies: 61
Views: 17571

Re: Windows 7 64 bits - tester required

Antonio, I have come across a probem with the ODBC on our 64 bit. I know that it has been a long time since the last post on this topic, I apologize for the delay. I am getting the error SQLDriverConnect error from TODbc:New() [#0] I have the odbc32.lib and odbccp32.lib linked in. Our 32 bit version...
by Dave Zowasky
Wed Aug 01, 2012 2:23 pm
Forum: FiveWin for Harbour/xHarbour
Topic: 64 bit DLL
Replies: 0
Views: 277

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 3...
by Dave Zowasky
Fri Mar 30, 2012 8:19 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Is FiveMac complete for production projects?
Replies: 6
Views: 2457

Re: Is FiveMac complete for production projects?

Antonio, I appreciate the feedback. :) It sounds like porting my application from fwh should be pretty easy. Alot like when we ported our products to 64 bit. In looking at the Mac it seems like a nice machine I started looking at the mini, and I may be taking a ride to the store soon. Another questi...
by Dave Zowasky
Fri Mar 30, 2012 5:20 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Is FiveMac complete for production projects?
Replies: 6
Views: 2457

Re: Is FiveMac complete for production projects?

Ruediger,

Thanks, that is is impression I have been getting.
by Dave Zowasky
Fri Mar 30, 2012 4:06 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Is FiveMac complete for production projects?
Replies: 6
Views: 2457

Re: Is FiveMac complete for production projects?

Antonio, We have been getting requests form the OSX community to port our products to the MAC. In looking at the issue I have a couple of questions. First is can I buy an OSX CD from Apple and set things up using Virtual Box, or will I need to buy a MAC? My second question is, will my FWH dialog and...
by Dave Zowasky
Fri Oct 29, 2010 4:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 7 64 bits - tester required
Replies: 61
Views: 17571

Re: Windows 7 64 bits - tester required

Antonio,

We now have our products available in 64 bit
and they have started to sell. :D

http://com1software.com/c1027.htm

As always thanks for all your help!
by Dave Zowasky
Wed Oct 27, 2010 4:34 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 7 64 bits - tester required
Replies: 61
Views: 17571

Re: Windows 7 64 bits - tester required

Antonio, I was able to get all my turl problems fixed using the harbour example code. :D We now have 64 bit trial versions of our products available! http://com1software.com/c1027.htm Regarding odbc I have these libraries in place: echo %vcdir%\lib\odbc32.lib >> msvc.tmp echo %vcdir%\lib\odbccp32.li...
by Dave Zowasky
Fri Oct 15, 2010 5:17 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 7 64 bits - tester required
Replies: 61
Views: 17571

Re: Windows 7 64 bits - tester required

I may have found the answer to my question.

Added this build64.bat to fix error

echo %vcdir%\lib\ws2_32.lib >> msvc.tmp