Ok it runs now, but don't think it's working.
I've got the exact name of the program from the title bar entered and when the vb prog is run it doesn't bring up the msg box, saying the prog can't be found - so it has found it - but just can't close it.
How can I get .pcx files to open in VB?
PcxView only half does the job - only gray scale and doesn't open up all pcx file types.
http://www.pcsoftware.co.nz/code.htm
Anybody have any suggestions? Thanks
I need to put this into 500 words:
http://support.microsoft.com/support/kb/articles/Q143/1/37.asp?LN=EN-US&SD=gn&FR=0
Sounds silly, but true.
Has anyone got any ideas, or anything else to add?
Thanks
Thanks for taking the time to answer that, but this is all to hard for me, lmao.
I've thrown c++ out the window and grabbed a copy of VB - it's much easier on my stress levels :)
Lmao ok got it worked out now thanks to a friend.
Simply start a project with statically linked library - not shared dlls. Now you'd think that would have been mentioned when you build your 1st project.
http://msdn.microsoft.com/library/en-us/dnvc60/html/redistribvc6.asp
This explains it for v6.0 - it says use Depends.exe, but I'm using 5.0.
Can you build them in with the program somehow?
Basically any file I've made during the 1st week of the c++ in 21 days tutorial can't even be used by...
I've made a very simple application and sent it over to somebody else to try out and use. However they required 3 .dlls files to use it. I already had these in my Windows/System dir, but he didn't. I'm using 98se and his using ME.
How can I tell what .dll files are required by the application...
I am using the timer code from c++ in 21 days, which is basically the following:
CTime curTime = CTime::GetCurrentTime();
m_sTime.Format("%d:%d:%d", curTime.GetHour(),
curTime.GetMinute(),
curTime.GetSecond());
But if it is 3minutes & 9seconds past 9, I would like it to read...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.