Lately a number of people have inquired about my DLL component's
(compiled with PB/DLL 5) compatibility with Windows 2000 and
other platforms. I can tell them that I've tested the DLL with
Windows 95 and 98, and I have customers who reported using it
with NT. I haven't heard yet from customers who mentioned using
my DLL with Win 2000, although I'm pretty sure there must be some
out there.
Rather than explain that my DLL will probably work with 2000,
I want to able to confidently say Yes, it will work under Win2K.
Someone had asked about PB/DLL 6.0 and Win2K. How about PB 5.0
(and how about PB/CC?).
I noticed that there's an $OPTION (or #OPTION in PB 6)
metastatement. Does the default Option 4 work only
with 95/98 and NT 4, or is it just a lowest common denominator
for that and 2000 as well? Is Option 3 an even better lower
common denominator if you want to include NT 3 users? Would
there be any performance penalty for non-NT 3 users with
option 3? Is there a particular performance advantage in
compiling a special DLL with Option 5 for Windows 2000 users?
------------------
Daniel Corbier
UCalc Fast Math Parser
http://www.ucalc.com
(compiled with PB/DLL 5) compatibility with Windows 2000 and
other platforms. I can tell them that I've tested the DLL with
Windows 95 and 98, and I have customers who reported using it
with NT. I haven't heard yet from customers who mentioned using
my DLL with Win 2000, although I'm pretty sure there must be some
out there.
Rather than explain that my DLL will probably work with 2000,
I want to able to confidently say Yes, it will work under Win2K.
Someone had asked about PB/DLL 6.0 and Win2K. How about PB 5.0
(and how about PB/CC?).
I noticed that there's an $OPTION (or #OPTION in PB 6)
metastatement. Does the default Option 4 work only
with 95/98 and NT 4, or is it just a lowest common denominator
for that and 2000 as well? Is Option 3 an even better lower
common denominator if you want to include NT 3 users? Would
there be any performance penalty for non-NT 3 users with
option 3? Is there a particular performance advantage in
compiling a special DLL with Option 5 for Windows 2000 users?
------------------
Daniel Corbier
UCalc Fast Math Parser
http://www.ucalc.com
Comment