From: Graham J. <gr...@ch...> - 2009-04-19 23:34:55
|
Richard wrote: > The System.Data.SQLite.SQLiteFoo classes seem to be > called Mono.Data.Sqlite.SqliteFoo in the version > I've got. I think I understand the Mono vs System > namespace prefix, but I'm puzzled about the > capitalisation difference. Are these class and > namespace names case-insensitive on Windows? That's strange, they are case sensitive in windows. > Also, in Complib/Properties/Resources.resx, the Resources/ > subdirectory is inconsistently capitalised. The directory > in SVN has a capital 'R', but some of the references in that > file have lower-case 'r's. That's easily fixed though. Again odd, although folder names are case insensitive in Windows. Graham |