comm messages

This is a discussion about comm messages in the Windows Software category; hello to everybody, I'm working on a very old 16 bit app (visualc++ 1. 51) that reads and writes a smart card trought a comm device. It implements some functions using the wm_commnotify windows 3. 1 message send by the port.

Windows Software 5498 This topic was started by ,


data/avatar/default/avatar38.webp

1 Posts
Location -
Joined 2003-11-07
hello to everybody,
I'm working on a very old 16 bit app (visualc++ 1.51) that reads and writes a smart card trought a comm device. It implements
some functions using the wm_commnotify windows 3.1 message send by the port.
This is my problem: the app works fine on W95 but not so well on WNT and W2000. The problem basically is that (on w2000) there is not a wm_commnotify by the port, also if the port correctly answers to the appl questions.
Is there someone that could tell me the reason of the different messages behaviour between w95 and Wnt/2000 ?

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Nov 7
Created
Nov 7
Last Response
0
Likes
1 minute
Read Time
User User
Users

Responses to this topic


data/avatar/default/avatar39.webp

1457 Posts
Location -
Joined 2001-12-18
Off the top of my head one of the reasons is that 2K/NT/XP are 32bit operating systems. 95 is a hybrid of 16 and 32bit.