Sunday, July 26, 2009

C++ builder6 Help Plz, you will even get 10 points?

I programmed a program on C++, but my program only works on my pc and if i open it on another pc it says "A problem occurred initializing MCI" plz help what can i get it to work?

C++ builder6 Help Plz, you will even get 10 points?
I would say check your references and be sure that the files being used would be available on other machines. Usually moving a program from one machine to another is difficult unless you have a installation program created that will put all necessary dll, ocx, etc on the machine and register them for the program to work.
Reply:I'm not familiar with that error but you could try to go to the project option and packages, and uncheck build with run-time packages... if you exe gets bigger than it should hopefully compile a few necessary dlls into your exe...


No comments:

Post a Comment