How do xHarbour and Harbour compatible?

User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: How do xHarbour and Harbour compatible?

Post by Antonio Linares »

Tim,

This is the ADS function that is bringing those problems:

AdsCreateIndex90 @508 ; AdsCreateIndex90

so if you get an older ace32.dll, we can generate its ace32.lib that should not include any reference to AdsCreateIndex90.

Simply open ace32.dll with UEStudio and look for such name. If it is not inside it, then it is a valid ace32.dll for you :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Re: How do xHarbour and Harbour compatible?

Post by Enrico Maria Giordano »

Antonio,
Antonio Linares wrote:It may be quite interesting that we detail here all the required changes, so it will help to other users wanting to migrate to Harbour and Microsoft Visual C :-)
Any news regarding background tasks? I can't try Harbour without background tasks support.

EMG
User avatar
TimStone
Posts: 2536
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA
Contact:

Re: How do xHarbour and Harbour compatible?

Post by TimStone »

Enrico,

I already had that fix in place but the problem still occurred

Antonio,

I do not see that communication from you ... I'm sorry if I missed it, but I went back and still couldn't find it. I follow your directions every time and exactly as I understand them. I would never ask for help and then ignore it.

Tim
Tim Stone
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Re: How do xHarbour and Harbour compatible?

Post by Enrico Maria Giordano »

Tim,
TimStone wrote:Enrico,

I already had that fix in place but the problem still occurred
That's strange. The problem you described is exactly what I faced and helped to fixed... :?:

EMG
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: How do xHarbour and Harbour compatible?

Post by Antonio Linares »

Norberto,

Here you have tutor02 project for MS2012 IDE:
https://code.google.com/p/fivewin-contr ... VS2012.zip

A picture is worth a thousands words :-)
Image
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply