Re: do-while style
- Posted by ryanj Aug 28, 2008
- 883 views
The old include files from 3.1 will remain the same and will be in /include. The new standard library files will be in include/std.
If you are running a program written for 3.1, it will still work fine in 4.0 in most cases.
Note: I think there are cases when you need to mix old libraries with new ones. For example, in my FluidAE project, I'm using many of the new routines in the 4.0 standard library, but at the same time, I'm using win32lib v0.70.3 which relies on the old 3.1 libraries. No problem, it works fine.