J
Jeff Gaines
I use C# for most of my apps but occasionally have to write a DLL
using C++, e.g. for global callbacks.
They are very simple and basic Dll's usually just using standard
Windows libraries, in fact they don't need C++, basic C would be fine.
Is it possible to set up a 'template' for such a basic Dll? None of
the MS templates seems to be suitable, they are too complex for these
simple needs and I spend hours changing the settings to get what I
want.
Now that I have set up a couple of projects with the appropriate
settings I would like to use them as a base for similar future
projects. Copying them into a new folder works after a fashion, until
I discovered that a lot of the original links had been copied and I
was making changes to one file while the compiler was happily building
a set of files in another folder )
Any guidance would be appreciated.
using C++, e.g. for global callbacks.
They are very simple and basic Dll's usually just using standard
Windows libraries, in fact they don't need C++, basic C would be fine.
Is it possible to set up a 'template' for such a basic Dll? None of
the MS templates seems to be suitable, they are too complex for these
simple needs and I spend hours changing the settings to get what I
want.
Now that I have set up a couple of projects with the appropriate
settings I would like to use them as a base for similar future
projects. Copying them into a new folder works after a fashion, until
I discovered that a lot of the original links had been copied and I
was making changes to one file while the compiler was happily building
a set of files in another folder )
Any guidance would be appreciated.