FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour DDEConnect
Posts: 363
Joined: Wed Feb 15, 2006 02:06 PM
DDEConnect
Posted: Tue Oct 09, 2007 12:57 PM

Hi,

Just updated to 7.09 and recompiling my app now gives me an unresolved external DDEConnect (amongst other unresolved external DDE functions) What do i need to change to link this in?

Many Thanks

Pete

Posts: 840
Joined: Thu Oct 13, 2005 07:05 PM
DDEConnect
Posted: Tue Oct 09, 2007 02:03 PM

As far as I know DDE calls are not longer supported under 32 bits enviroment.

You will need to change them to use OLE calls instead to the DDE components you are using.

Saludos

R.F.
Posts: 363
Joined: Wed Feb 15, 2006 02:06 PM
DDEConnect
Posted: Tue Oct 09, 2007 02:06 PM

It worked with FWH 7.05

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
DDEConnect
Posted: Tue Oct 09, 2007 02:14 PM

In any case 7.09 has DDEConnect function and it gets linked. We should not get unresoleved external error. May be you need to check the library and installation. I am using BCC version

Regards



G. N. Rao.

Hyderabad, India
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
DDEConnect
Posted: Tue Oct 09, 2007 06:21 PM

Peter,

Are you using xHB commercial ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 363
Joined: Wed Feb 15, 2006 02:06 PM
DDEConnect
Posted: Wed Oct 10, 2007 06:56 AM

Yes

Posts: 6
Joined: Wed Dec 21, 2005 05:16 PM
DDEConnect
Posted: Wed Oct 10, 2007 04:00 PM

Getting the same DDE related unresolved externals when linking with xHB commercial (latest) with FWH latest.

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
DDEConnect
Posted: Wed Oct 10, 2007 05:04 PM

Here you have the missing DDEML.OBJ for FWH for xHB

http://rapidshare.com/files/61616112/DDEML.zip.html

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 363
Joined: Wed Feb 15, 2006 02:06 PM
DDEConnect
Posted: Thu Oct 11, 2007 08:21 AM

Thanks antonio - that now compiles when i link the obj.

Is there any specific location i should install this obj?

Is this a temporary fix and will it be corrected in a future release or shall we continue to link the obj?

Thanks for your response

Pete

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
DDEConnect
Posted: Thu Oct 11, 2007 08:32 AM

Pete,

> Is there any specific location i should install this obj?

You can place it anywhere

>
Is this a temporary fix and will it be corrected in a future release or shall we continue to link the obj?
>

It has been already corrected and FWH 7.11 and higher will include it inside FiveHCM.lib, so it will not be needed to keep linking it

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion