redneon wrote:[color=blue]
>
> Is it not possible to use external libraries in C++ then like you can
> in Java or C#?
>
> I've been away on placement for a year doing C# so my C++ skills have
> kind of rusted a bit and the boundaries between the two are blurred in
> my brain at the moment =o)
>
> Basically, I'm writing a C++ app for my final year project at
> University and what I'm wanting to do is produce a library (or
> something similar) which people can #include and then get access to the
> member functions etc. that I provide.
>
> In C# it's possible to compile a .dll file and then just include that
> to give you access. Is this not possible in C++? Can you offer any
> alternatives? I don't really want people cutting and pasting my code
> =o)[/color]
What was uncler with the response you got?
It *is* possible.
Yet, the exact steps needed are completely dependent on which development
system you use. Thus you need to ask in a newsgroup where they discuss
your development environment.
--
Karl Heinz Buchegger
kbuchegg@gascad.at