Seems like you've spammed quite a few forums!
I'll read your work anyhoo. I tried to download the sample program -but it gave me an error saying something about a missing MFC dll ?
iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
>reg. the error, I don't know what causes it. Most of the programming was done by me, and I'm not a C++ wiz. However, if MS visual studio is installed on your PC the error shouldn't occur.
Well that's nice in theory if everyone has visual studio. Since I don't that's a problem. You should try to make your code as portable as possible. There's no reason why you should only need visual studio for you work.
Fix that, or provide the necessary dlls or whatever to execute it.
iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
I have browsed through the visual studio program, but can not locate where you choose to incorporate the dll's when making a .exe file.
In Solution Explorer right click on the References map.
Choose Add Reference...
Add all the dll's of the world if you like, they will be linked with your .exe when appropriate.
ddanbe
Senior Poster
3,829 posts since Oct 2008
Reputation Points: 2,070
Solved Threads: 661