HELP!

The Partridge Family were neither partridges nor a family. Discuss.
Post Reply
PooNinja
Posts: 4
Joined: October 10th, 2012, 2:30 am

HELP!

Post by PooNinja » October 10th, 2012, 2:36 am

Ok, So Visual C++ has been harassing me to register, so I did. Now whenever I try to run the framework it gives me an unhandled exeption and takes me to the "windows.h" file. Any Ideas? ANYONE WANT TO HELP!

User avatar
XxWalKaxX
Posts: 244
Joined: June 11th, 2012, 7:15 pm

Re: HELP!

Post by XxWalKaxX » October 10th, 2012, 4:19 am

It's hard to help you without your solution. Be sure to follow the forum rules on how to upload your solution.
What you call a bug...I call a new feature!

PooNinja
Posts: 4
Joined: October 10th, 2012, 2:30 am

Re: HELP!

Post by PooNinja » October 10th, 2012, 5:10 pm

It happens even when I extract the framework and just try to run the standard "black screen" framework. I dont know why, Is it something to do with registering?

PooNinja
Posts: 4
Joined: October 10th, 2012, 2:30 am

Re: HELP!

Post by PooNinja » October 11th, 2012, 2:41 am

No help then.... :cry:

User avatar
XxWalKaxX
Posts: 244
Joined: June 11th, 2012, 7:15 pm

Re: HELP!

Post by XxWalKaxX » October 11th, 2012, 11:48 am

do you have pirated version that you tried to register?
What you call a bug...I call a new feature!

PooNinja
Posts: 4
Joined: October 10th, 2012, 2:30 am

Re: HELP!

Post by PooNinja » October 11th, 2012, 1:57 pm

No, Its from microsoft.com.
The program builds ok, no errors or warning and the window opens up, but then it suddenly closes and gives me this: Unhandled exception at 0x0028133c in Chili DirectX Framework.exe: 0xC0000005: Access violation reading location 0x00000000.

then it directs me to windows.cpp....

WHAT DO I DO!
:!: :!: :!: :!: :!: :!: :!: :!:

User avatar
viruskiller
Posts: 399
Joined: June 14th, 2012, 5:07 pm

Re: HELP!

Post by viruskiller » October 11th, 2012, 2:02 pm

it might be something changed on your windows,but anyway's start a new console project and try to include windows.h ,then build it and see if something's wrong with it.

anyways post some system specs,that error means the program try's to acces some data that doesn't exist. something is not going well with the window creation.

Post Reply