Skip to main content

in netexpress 5.x i have use any copy-files for my development as:

wingdi.cpy, miniwin.cpy, wintypes.cpy, winuser.cpy

Yes, i can use this files for compiling in Visual Cobol, but are there newer copy-files or was this files missed to be included in VC5.x

I used up7

Thanks for your help!

in netexpress 5.x i have use any copy-files for my development as:

wingdi.cpy, miniwin.cpy, wintypes.cpy, winuser.cpy

Yes, i can use this files for compiling in Visual Cobol, but are there newer copy-files or was this files missed to be included in VC5.x

I used up7

Thanks for your help!

The files that you mention are not directly part of the Net Express product. If you look in the Net Express\\base\\source folder you will see that they do not exist. These files are used by some of the Net Express example programs and exist in those project folders.

You can continue to use them in Visual COBOL as there are no new versions of these files.

Thanks.