|
-
September 26th, 2003, 04:25 PM
#1
Replacing MFC
Unfortunatley, long ago I got tied into the MFC world. Now regretting that mistake I'm trying to work my way back to the true way ... I have a few old classes written in C++ that I'm trying to port back to the non-MFC world. I've worked almost all of it out except I'm still using CobList. Unable to find a quick replacement I've been looking to alternatives such as creating a dll to load the class and worrying about it later but then I read that if the application is non-MFC then I will not be able to pass the class back to my functions. Looks like a dll will get me nowhere Any ideas for the easiest way to get CobList out of my code??? I do a lot of list walking, addTail, addHead calls. I'm moving over to Dev-C++ as my IDE but I still have VS available to me.
Thanks for the time,
Devan
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|