10 Oct
2006
10 Oct
'06
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
11 Oct
11 Oct
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
7005
Age (days ago)
7006
Last active (days ago)
1 comments
2 participants
participants (2)
-
James Hawkins -
Mike McCormack