Page 1 of 1

EXP18 to EXP20

Posted: Wed Apr 27, 2016 9:04 am
by ampandya
Hi,
I have a source code written by other developer. it was compiled in EXP18, now we have got EXP20.
could you please help me with the changes required to compile in to the latest version?

I have tried to point to the EXP20 Lib and bin, and the exe was created but the dclipx.dll is missing the dc_getiddefault procedure entry point!

Many thanks

Re: EXP18 to EXP20

Posted: Wed Apr 27, 2016 11:10 am
by rdonnay
You need to double-check what actual DCLIPX.DLL is being loaded.

DC_GetIDDefault() has been in DCLIPX.LIB and DCLIPX.DLL for a long time.
I suspect that your app is trying to load an older version which may be in the same folder as your application EXE.

Re: EXP18 to EXP20

Posted: Thu Apr 28, 2016 1:51 am
by ampandya
Hi,
Thank you for help.

yes there was old .dll file in the exe folder.

now when I run the program i am getting the following error,
Could you please help, what could be wrong?

" The Procedure entry point ?nomTryFindRegisteredClass could not be located in the dynamic link library XPPRT1.DLL. "

Re: EXP18 to EXP20

Posted: Thu Apr 28, 2016 3:51 am
by Auge_Ohr
ampandya wrote:" The Procedure entry point ?nomTryFindRegisteredClass could not be located in the dynamic link library XPPRT1.DLL. "
what Xbase++ Version are you using ?

Re: EXP18 to EXP20

Posted: Thu Apr 28, 2016 3:58 am
by ampandya
Hi

It is Xbase++ Version 1.82

Thanks

Re: EXP18 to EXP20

Posted: Thu Apr 28, 2016 4:07 am
by Auge_Ohr
ampandya wrote:It is Xbase++ Version 1.82
so it is wrong to run build20.bat or build19_sl1.bat.

Re: EXP18 to EXP20

Posted: Thu Apr 28, 2016 5:36 am
by rdonnay
The README.TXT says this at the top of the file.

This is Version 2.0 build 264. This release only supports
Xbase++ 2.0 (build 554 or later) and Xbase++ 1.9 (build 331/355)


Why did you buy the most current version of eXpress++ if you are still using Xbase++ 1.82?

Did you use eXpress++ in the past or are you a new user?

Re: EXP18 to EXP20

Posted: Thu Apr 28, 2016 6:14 am
by rdonnay
The answer to your question is in the below thread:

http://bb.donnay-software.com/donnay/vi ... 747#p10747

Re: EXP18 to EXP20

Posted: Fri Apr 29, 2016 6:19 am
by ampandya
Hi
Yes I am a new user of eXpress++.
sorry for the misunderstanding.

thanks