Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Creating a 16-bit mode dll, using large memory model

Hi all,
I want to create a 16-bit mode dll with large memory model. How do I do it? I have Visual Studio .NET 2003. Can I create that using .NET 2003? Does anyone have an example?.
[189 byte] By [blueberry] at [2007-11-11 8:01:22]
# 1 Re: Creating a 16-bit mode dll, using large memory model
I'm pretty sure you can't use .NET to create a 16-bit DLL. I think you'll need an old version of Visual C++ or Delphi (or MASM, if you're a masochist ;-) to create 16-bit code.
Phil Weber at 2007-11-11 21:48:07 >