Please or Register to create posts and topics.

C++ Coding

PreviousPage 2 of 2
infernet89 wrote:
When you make a .exe for windows, every pc whith windows can run it, usually.

Probably you forgotten the
system("pause");
at the end of the program, so the window close more faster than you can read.

And I did this already, thats not the issue, they get an error.

Code: Select all
This Application has failed to start because the application confriguration is incorrect
Friendship is like peeing on yourself: everyone can see it, but only you get the warm feeling that it brings.

Hi,

I have just joined TWP and am starting my first map for Portal.

I am a programmer however. The issue you are seeing is I think due to missing or incorrect versions of some of the windows dynamically loaded libraries (DLLs).

Might be worth taking a look at this link:
http://forums.microsoft.com/MSDN/ShowPo ... 5&SiteID=1

It may depend on whether you are Vista/XP, but particularly there are core libraries called 'runtime libraries' which may need to be deployed with your program...certainly this may be the case if Visual Studio pulls in things like .NET libraries...

Regards,
Simon

@brookesi: :thumpup:

Way to start off with a bang. Welcome to TWP.

"Games are made out of smaller games ? turtles all the way down, until you hit the game that is so trivial and stupid it isn?t deserving of the name." --Raph Koster
PreviousPage 2 of 2