Re: [Deinterlace-discuss] Bugs in scheduling code
Brought to you by:
adcockj,
dschmelzer
|
From: John A. <Jo...@ad...> - 2007-03-02 17:53:14
|
> What do I miss here then? Nothing, I was forgetting the context, the rule should be either pass a = old school char* buffer with max length into the function or use = std::string, do not use the static buffer method when the class is not a = singleton and avoid CString for new code. =20 John |