10 Oct
2006
10 Oct
'06
5 p.m.
Hi, MS Platform SDK has atlbase.h as a public header in include/atl. Shouldn't we follow suit? Right now atlbase.h is in dlls/atl. -- James Hawkins
10 Oct
10 Oct
10:06 p.m.
James Hawkins wrote:
MS Platform SDK has atlbase.h as a public header in include/atl. Shouldn't we follow suit? Right now atlbase.h is in dlls/atl.
Our atlbase.h is written in C, whereas Microsoft's is written in C++. Given that the original atlbase.h includes alot of C++ code, and reimplementing it correctly without copying it is probably difficult, it's probably better to leave it alone. If people want to write Winelib programs based on ATL, they can use the original Microsoft headers. Mike
7092
Age (days ago)
7093
Last active (days ago)
1 comments
2 participants
participants (2)
-
James Hawkins -
Mike McCormack