Newbie from Linux - question on VStudio DLLs

  • Thread starter Thread starter mark_s_howie
  • Start date Start date
M

mark_s_howie

Hi,
I am wanting to create a DLL on WindowsXP, though I normally work in
Linux. The application is to run on another machine, currently without
..NET.

I have installed VisualStudio.NET 2003, but I am now worried that DLLs
created using it need .NET installed to work. Is this correct?

The DLL is technical, with no GUI, and is to be written in C (C89
subset of C++).

If you know the answer, I would appreciate it.

Thanks in advance
Mark
 
Hi,
I am wanting to create a DLL on WindowsXP, though I normally work in
Linux. The application is to run on another machine, currently without
.NET.

I have installed VisualStudio.NET 2003, but I am now worried that DLLs
created using it need .NET installed to work. Is this correct?

The DLL is technical, with no GUI, and is to be written in C (C89
subset of C++).

If you know the answer, I would appreciate it.

Thanks in advance
Mark

You don't need the .NET framework to run native C code dll's built with
VS2003.

Willy.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Windows 10 Create Linux bootable USB on Win10 8
newbie general questions 2
WIX component question 1
OracleClient finding Oracle DLLs 1
Zero Upload Speed 6
Windows 10 openSUSE Linux Arrives On Windows 10 4
.NET 2005 Deployment 1
DLL problems / .NET solutions (?) 1

Back
Top