Board index » cppbuilder » Precompiled Header Frustration
simontu..
![]() CBuilder Developer |
Sun, 09 Sep 2001 03:00:00 GMT
Precompiled Header Frustration
I've tried using the C++ Builder 4.0 on my OWL project, but it is so slow as
to be really frustrating. What causes the slowdown is the inability of the compiler to create precompiled headers due to code in an OWL file profile.h. I also see the same problem compiling 16-bit applications under BC++ 5.02, but funnily not 32-bit applications (same code). In BC++ the warning message is: Warn : profile.h(35,24):Cannot create pre-compiled header: initialized data and the offending code is: bool GetString(const _TCHAR far* key, _TCHAR far* buff, I have no idea why this code contains 'uninitialized data' but it's pissing Any ideas anyone? Borland? Simon. -----------== Posted via Deja News, The Discussion Network ==---------- |