[VSDK Macho/PB] makeing cursor update prblm.

Eric Forget forgete at cafederic.com
Thu Jan 23 14:46:43 CST 2003


Totte,

> ufld = (UInt64) holdershares; // have tried ufld =holdershares;
> dfld = (double) holdervotes; // have tried dfld = holdervotes;

You are trying to change the value of the pointer and I suppose you want to
call the "operator =", isn't it?

You're code should look like this:

*ufld = holdershares;
*dfld = holdervotes;

Éric

___________________________________________________________________

 Eric Forget                       Cafederic
 ForgetE at cafederic.com             <http://www.cafederic.com/>

 Fingerprint <86D5 38F5 E1FD 5D9C 71C3  BAA3 797E 70A4 6210 C684>




More information about the Valentina mailing list