Page 2 of 2

Re: Command to change the database structure

Posted: Wed Dec 08, 2021 11:49 pm
by Tom
Or place a #pragma library at the top of the PRG where the functions from DCLIP1.DLL are used:

Code: Select all

#PRAGMA LIBRARY( "DCLIP1.LIB" )
Don't forget to deliver the DLL - NOT the LIB! - with your app.

Re: Command to change the database structure

Posted: Thu Dec 09, 2021 7:10 am
by Eugene Lutsenko
Placed. Nothing has changed

Re: Command to change the database structure

Posted: Thu Dec 09, 2021 8:47 am
by rdonnay
Are you sure you are using the functions DC_IsStru() and DC_StruUpdate().

NOT DC_LIST RU(). I don't know what that is.

Re: Command to change the database structure

Posted: Fri Dec 10, 2021 6:43 am
by Eugene Lutsenko
Yes, Roger! It was just a typo! And for some reason, I didn't immediately guess about it myself... Sorry