CFX byReference - Forums
You may post here on any subjects related to this site or the software therein.
(Most everything on this site is tied into the forums so that you may leave or post comments about it.)
Date: May 28 2003 06:53 PM
Is it possible to supply values to a CFX by Reference, rather than by value?
|
Date: May 30 2003 12:19 AM
It`s been a few years since I`ve written a CFX... As I recall all the strings were LPCSTR, i.e., const char *. That is, passed as a pointer to the memory address of the string. I think the CFX interface assumed you were using Microsoft`s CString class.
Now as to whether or not the CFX class functions themselves used the pointer as is or made an internal copy of the string first I can`t say.
What are you trying to do?
--min
|
|