DDEConnect

Post Reply
PeterHarmes
Posts: 363
Joined: Wed Feb 15, 2006 2:06 pm
Location: Oxford, England

DDEConnect

Post by PeterHarmes »

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
R.F.
Posts: 840
Joined: Thu Oct 13, 2005 7:05 pm

Post by R.F. »

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.
PeterHarmes
Posts: 363
Joined: Wed Feb 15, 2006 2:06 pm
Location: Oxford, England

Post by PeterHarmes »

It worked with FWH 7.05
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Post by nageswaragunupudi »

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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Peter,

Are you using xHB commercial ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
PeterHarmes
Posts: 363
Joined: Wed Feb 15, 2006 2:06 pm
Location: Oxford, England

Post by PeterHarmes »

Yes
dionie
Posts: 6
Joined: Wed Dec 21, 2005 5:16 pm

Post by dionie »

Getting the same DDE related unresolved externals when linking with xHB commercial (latest) with FWH latest.
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

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
PeterHarmes
Posts: 363
Joined: Wed Feb 15, 2006 2:06 pm
Location: Oxford, England

Post by PeterHarmes »

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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

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
Post Reply