Creating Windows Control Library in C++/CLI?

  • Thread starter Thread starter Marek Pavlu
  • Start date Start date
M

Marek Pavlu

Hi,

I need develope control library, but can not find any examples on te
internet or msdn.
I can only generate project from template in VS2005, but in attempt to run
after compilation,
it do not open the dll library as in the VB.NET :(.

Is there any need for some configurations of project in C++/CLI?


Thanks!


With best regards,
Marek Pavlu
 
Marek Pavlu said:
Hi,

I need develope control library, but can not find any examples on te
internet or msdn.
I can only generate project from template in VS2005, but in attempt to run
after compilation,
it do not open the dll library as in the VB.NET :(.

You can't "run" a control library or any other library assembly. Instead
you must run some main application, that references the library.
 
Hi,

yes, I know, but I take this incorrect term, sorry for that. I am in this
area new:).
I investigate this way in the VB.NET and ultimately discover application,
which is opened by VS in VB.NET windows control library project.

So I alter in proprties of solution the application for referencing my dll.


With best regards,
Marek Pavlu
 
Back
Top