Re: Namespace Qualifiers
- Posted by gertie at visionsix.com Mar 09, 2003
- 549 views
On 9 Mar 2003, at 10:51, Derek Parnell wrote: <snip> > What I need to do is to put namespace qualifiers on every routine that > win32lib references. There must be only a few thousand of those.... Or 1) put every include you use into the one file, with different names, so there is no conflict. 2) copy each file you include to another name, with each function renamed in the process. Include it, then delete it. 3) Get RobC to like i asked, and get Eu access to everything it "knows", like the includes, the function list, the var names, etc., so you will know to include it or not. Kat