The easy answer is, you have to put it in a Class Library project. You can
have both projects under the same solution, for easy testing if you want.
But anything you want in a DLL, has to be in a separate project.
>I have a standard Windows Application with just a form and a few functions
>in a seperate class file. Is there some way when it compiles, that the
[quoted text clipped - 8 lines]
>
> PS.... I'm sure this has some easy answer. ;-)
Rob T - 26 Aug 2005 17:04 GMT
Thanks. That's what I'm doing now...seems to work find for my simple needs.
;-)
> The easy answer is, you have to put it in a Class Library project. You can
> have both projects under the same solution, for easy testing if you want.
[quoted text clipped - 12 lines]
>>
>> PS.... I'm sure this has some easy answer. ;-)