B
Bob
Hi,
Background:
I have an app that deals with a widget hung off the comm port.
I am moving the widget handling part into a DLL so that other apps can make
use of it.
At the moment I intend to use Richard Grier's DesktopSerialIO DLL to replace
MSComm32.ocx seeing I won't have a form available to host the OCX.
Now the fun part.
I have been told loosely that the DLL may want to be used on 'other
platforms'.
I know .dotnet targets certain other platforms but have no idea of what they
are.
1) Is there a list of 'compliant platforms' ?
2) Given that at the bottom of this dll are API calls to Kernel32 is the
whole idea doomed anyway?
Thanks
Bob
Background:
I have an app that deals with a widget hung off the comm port.
I am moving the widget handling part into a DLL so that other apps can make
use of it.
At the moment I intend to use Richard Grier's DesktopSerialIO DLL to replace
MSComm32.ocx seeing I won't have a form available to host the OCX.
Now the fun part.
I have been told loosely that the DLL may want to be used on 'other
platforms'.
I know .dotnet targets certain other platforms but have no idea of what they
are.
1) Is there a list of 'compliant platforms' ?
2) Given that at the bottom of this dll are API calls to Kernel32 is the
whole idea doomed anyway?
Thanks
Bob