Question about VB Express

by Rika

Back to Mechanic's Corner.

Rika2009-03-06 20:42:16
I've created a calculator for skill switching on Microsoft VB 2005 Express, but now I can't figure out how to distribute the program. Anyone with any experience who can help me out? Thanks!
Unknown2009-03-06 21:41:17
That depends on whether you used dynamic linking (requires DLL files on target machine) or static linking (larger executable, but runs without outside dependencies).
Rika2009-03-06 21:42:00
So... in newb speak? happy.gif
Unknown2009-03-06 22:21:40
That was newb speak! If you don't yet know enough about programming to understand my previous post, then I recommend you read up on static vs dynamic linking. Check the properties of your project to see whether it uses dynamic or static linking, I guess?

I use VS 2005 Pro for my development, so I'm not familiar with the Express products so much, nor do I have any association whatsoever with anything VB. biggrin.gif