Click here to Skip to main content
16,016,770 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Aam using a dll in my project which works only if it is registered using regasm tool.
At deployment i want to set the register property of the dll, so that it will be registered when the client installs my app.The Register property is having 3 different values
1. vsdraDoNotRegister
2. vsdraCOM
3. vsdraCOMRelativePath
What are the meaning of these values.....plz help
Posted

1 solution

The question is coming across somewhat like "how long is a piece of string?". The APIs you describe here are not common to C++ or Microsoft. They seem to be private to a particular software package. You need to consult the package documentation for info on how to use it...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900