Hi Ed,

The problem here is that ace32.dll (found at runtime)
and ace32.lib (used at link time) is mismatched.

For best results it's good to have ace32.dll, ace32.lib
and ace.h matched at compile time of rddads.lib and link
time of final app, and later ace32.dll and the final
application kept matched.

With the latest SVN, the actual version of these files
shouldn't matter anymore, given that ACE is at least
5.0, and all files above belong to the same version.

Also for non-GNU BCC/VC builds ace32.lib is automatically
generated based on ace32.dll, if found (exact path displayed
at build time), but if you have multiple versions of ace32.dll
on your system, the one found by the build process might be
different from the one your application picks up at runtime.

Brgds,
Viktor

On 2008.05.08., at 12:02, Massimo Belgrano wrote:

version mismatch: ACE32.DLL is older than the RDD you use.
If you use last cvs will be the ACE version autodetection.
You can override with: -DADS_LIB_VERSION=700 (and similar)
wich versione ads & harbour are you using?
Local Or Remote server?

-----Messaggio originale-----
Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] ] Per conto di Edmer
Inviato: giovedì 8 maggio 2008 7.25
A: harbour@harbour-project.org
Oggetto: [Harbour] ACE32 Error


Hi Guys,

When I run one of my ADS prg I got the following runtime error:

The Ordinal 468 could not be located in the dynamic link library ACE32.DLL.

Any advice please.

Cheers,
Ed

--
View this message in context: 
http://www.nabble.com/ACE32-Error-tp17120163p17120163.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to