How to install Crypto++5.6.1 library in visual studio 2010 - cryptography

Can any one show how to integrate( or install) crypto++5.6.1 library in visual studio 2010 and one example by using that library with the step by step( It would be great if you show with screenshots).
Thanks in advance...

It's rather well documented here: http://cryptopp.com/wiki/Compiling and they have a helpful mailing list too.

Related

Visual Studio Code extensions

Hope someone can help me, is there an SAP Hana extension for Visual Studio Code?
I'm used to Visual Studio where you just reference and bingo.
Regards,
Will
All,
Found the solution at the following link.
How to add assembly references in Visual Studio Code?
It is done via packages.
Thanks,
Will

Wix installer in visual studio

I'm currently working in tridion along with dotnet(visual studio) for template development.
I need to work in WIX installer(I'm new too this part).
can anyone let me know about WIX.How it is used in Visual studio?
Suggest me some articles or url.It will be helpful to me.I have only a short time.Please help me
http://wix.tramontana.co.hu/tutorial
This is the best tutorial i found so far...
Just download the toolset via Visual Studio Updates and Extensions

Add VB.NET to Visual Studio 2010 Professional

In the past I have only used Visual Studio 2010 Professional for C#, but now I need to work on a little bit of Visual Basic. When I go to create a project it only shows C# project templates. I am assuming when I installed Visual Studio 2010, I only installed C#.
How do I now install VB.NET support?
I tried following a MS tutorial: I went to Control Panel and selected Change/Uninstall on Visual Studio, but then it asked me to insert a CD, of which I have none since it was donwloaded.
Nevermind I figured it out. (win7) Control Panel -> Programs and Features -> Uninstall/Change on Visual Studio -> then when you hit the Add/Remove features and you get the popup asking about the cd (which is where I assumed i was stuck before) if you hit Download it takes you to the dialog where you choose additional languages to install and it worked.
I apologize for my earlier flippant comment, and offer you
http://download.cnet.com/Microsoft-Visual-Studio-2010-Professional/3000-2212_4-10618634.html
I had same problem but i did the simplest solution ,since i had my .iso(visual studio express) file i had downloaded I used my winrar to extract files ,went to VBExpress ,open the folder and click on the setup and it all worked out successfully...

Convert project from vb6 to vb.net Visual Studio 2008

I want to convert my old vb6 project to a vb.Net solution, when I open do: File->Open->Convert this is what I get:
And I can't find a way to show the available converters...
I have try:
Installing framework 1.0 since I read somewhere that it's needed
Tried to install framework 2.0 but it's says "I have it" but it's not showing in the uninstall programs list
Tried to install framework 3.0, same as before.
I even try to add the Microsoft.VisualBasic.UpgradeWizard.dll via regasm but I can't open a console command in VS2008, only in VS2010 and I have read that VS2010 can't handle the conversion from vb6 to vb.net, it has to pass over VS2008 first.
Thanks in advance!
Well, the solution was to install Visual Studio 2005, then the converters were available:
I suppose I needed Framework 1.0.
It's not perfect, it has some errors, but its a step forward for a complete solution.
Of course I've found some other 3rd party conversion programs, but they are expensive:
ArtInSoft
Visualwebgui
Hope it helps someone else!
No clue what that Convert dialog is for--there's nothing in the help on it.
According to this Forum Post, you can open the vbp in Visual Studio and it should ask to convert the project (no option to open a .vbp file in VS 2010). However, even if it still did that in VS 2010, it's a tremendously bad idea.
See also this post on converting VB6 to VB.NET.
Also, check these duplicated SO questions:
VB6 to VB.NET Conversion
How to Switch a Large App From Vb6 to VB.net
Best Strategy for Moving from VB6 to .NET
Edit:
According to this MSDN Page, the conversion wizard only goes up to Visual Studio 2005
Edit Edit: Per MarkJ's comment, Visual Studio 2008 includes the upgrade wizard. It's gone in VS 2010.

Visual Studio Tools for Office (VSTO 2005) newbie deployment question

I have Visual Studio setup with a VSTO word project, and when I hit run it runs fine.
But, how do I setup a word document to use my code without having Visual Studio running?
You must deploy the VSTO runtime whether by hand or with an installer. Check out this blog post for a detailed explanation.
You can do it using a Windows Installer project; starting point here. You can also use the Publish Wizard.
A more general starting point can be found in MSDN here.