Making 3DS for NT
05-Mar-95 23:16:05
Sb: #157191-Making 3DS for NT
Fm: John K. Jordan 71174,711
To: Larry Minton 74010,3076
Hi Larry – I see you've been out of town (out of the country?) again. Hope you
are doing well.
PMJI, but DLLs a not much more than (compiled) subroutines that don't have to
be linked ahead of time. There are certain coding restrictions, but in
general, you can write a DLL in nearly any language (C, etc) and call it from a
program written in nearly any other language. We've done several image
processing projects with the UI in Visual Basic and the hard-core code
implementated as C-coded DLLs.
JKJ