Oct. 10, 2006
10 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
October 2006
3:06 a.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
7106
Age (days ago)
7107
Last active (days ago)
1 comments
2 participants
participants (2)
-
James Hawkins -
Mike McCormack