M
Mark Prenter
Hi all, I'm fairly new to .NET and I haven't done much in C++ before,
nothing complex anyway, but I have a pretty good understanding of
programming in general.
What I'm trying to do is create a .DLL that contains a lot of the functions
and classes that I normally use. I've followed the examples from
http://www.c-sharpcorner.com/2/pr12.asp which contains a pretty good example
of creating a simple .DLL. Even though the example is in C#, it was pretty
easy to translate into C++ .NET.
And here's the question : I was able to create a simple DLL which contains
classes, but I have not figured out how to include simple functions. Is it
possible to have functions in a DLL that aren't associated with any
particular class or object? "Simple" functions, as I call them?
Thanks,
/\/\ark
nothing complex anyway, but I have a pretty good understanding of
programming in general.
What I'm trying to do is create a .DLL that contains a lot of the functions
and classes that I normally use. I've followed the examples from
http://www.c-sharpcorner.com/2/pr12.asp which contains a pretty good example
of creating a simple .DLL. Even though the example is in C#, it was pretty
easy to translate into C++ .NET.
And here's the question : I was able to create a simple DLL which contains
classes, but I have not figured out how to include simple functions. Is it
possible to have functions in a DLL that aren't associated with any
particular class or object? "Simple" functions, as I call them?
Thanks,
/\/\ark