Creating Windows Control Library in C++/CLI?

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
 
B

Ben Voigt [C++ MVP]

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.
 
M

Marek Pavlu

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top