Ricardo,
You shouldn't have to create a makefile. I am not sure which versions
of VS.NET do not have the projects for class libraries in them, but if yours
doesn't support that project type, you can always use the command line
compiler with the switch "/target:library" which will produce a DLL instead
of an EXE.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
Ricardo said:
is there a method to do assemblies with visual
studio .net or i need to build a makefile all by myself???