Add in Shim in Windows 98?

D

Dave Townsend

I am experiencing trouble getting my .NET based addin to load via a shim
generated from the shim wizard. This only occurs on windows 98. The
system requirements for the shim wizard say windows 2000 and up, so does
this mean that the shim wizard will only run on 2000 and above or does
it generate a shim that will only run on windows 2000 and above?

Dave
 
D

Dave Townsend

I am experiencing trouble getting my .NET based addin to load via a shim
generated from the shim wizard. This only occurs on windows 98. The
system requirements for the shim wizard say windows 2000 and up, so does
this mean that the shim wizard will only run on 2000 and above or does
it generate a shim that will only run on windows 2000 and above?

Dave

Ok, solved this. For those who might be having the same problem, this
was because I was compiling against the unicode. Switched to standard
and there is no problem. Or is there? I'm not too hot on C++ really so
is this going to cause a particular problem, would it be better to
include the unicode layer for 98 installations?

Dave
 
Top