Author Topic: Fiddlesticks!  (Read 4005 times)

0 Members and 1 Guest are viewing this topic.

Offline Shockwave

  • good/evil
  • Founder Member
  • DBF Aficionado
  • ********
  • Posts: 17412
  • Karma: 498
  • evil/good
    • View Profile
    • My Homepage
Fiddlesticks!
« on: March 07, 2007 »


Code: [Select]
#include "windows.h"
#include "stdio.h"
 
int main()
{
     MessageBox (0, "Test", "Test", 0);
     for(int i=0; i<10; i++)
     {
          printf("suxx0r!");
     }
     getchar();
}

I just realised that I hadn't installed the SDK :(

*Mutters under breath*
Shockwave ^ Codigos
Challenge Trophies Won:

Offline Rbz

  • Founder Member
  • DBF Aficionado
  • ********
  • Posts: 2757
  • Karma: 493
    • View Profile
    • https://www.rbraz.com/
Re: Fiddlesticks!
« Reply #1 on: March 08, 2007 »
Well, not sure if you got it working or not, anyway here is the VC+2005 project for you to test.

Challenge Trophies Won:

Offline Shockwave

  • good/evil
  • Founder Member
  • DBF Aficionado
  • ********
  • Posts: 17412
  • Karma: 498
  • evil/good
    • View Profile
    • My Homepage
Re: Fiddlesticks!
« Reply #2 on: March 08, 2007 »
I haven't got it set up correctly.

I tried to build the project and got this error;

Code: [Select]
fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source?
I've obviously messed up the installation somehow, any ideas where I should start trying to fix it?
Shockwave ^ Codigos
Challenge Trophies Won:

Offline benny!

  • Senior Member
  • DBF Aficionado
  • ********
  • Posts: 4384
  • Karma: 228
  • in this place forever!
    • View Profile
    • bennyschuetz.com - mycroBlog
Re: Fiddlesticks!
« Reply #3 on: March 08, 2007 »
.... any ideas where I should start trying to fix it?

Guess you already did this step, eh ?

http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/

Wish I could help you - my installation of the Visual Suite did go rather good - but I
guess this was just luck.
[ mycroBLOG - POUET :: whatever keeps us longing - for another breath of air - is getting rare ]

Challenge Trophies Won:

Offline Shockwave

  • good/evil
  • Founder Member
  • DBF Aficionado
  • ********
  • Posts: 17412
  • Karma: 498
  • evil/good
    • View Profile
    • My Homepage
Re: Fiddlesticks!
« Reply #4 on: March 08, 2007 »
Lol, you know what is so absolutely fucking lame about M$?
I can't open that link with firefox!
For real.
Now I opened this with IE and it works.. Go figure!

Also when I was trying to download psdk with Firefox, the genuine windows verification check actually caused my computer to crash so badly that it took 15 minutes to recover the system, then it was slow so I had to reset aand try with IE.

Anyway, the link looks different to what I was following. This might be where I went wrong, I'll try this now. Cheers :)
Shockwave ^ Codigos
Challenge Trophies Won:

Offline benny!

  • Senior Member
  • DBF Aficionado
  • ********
  • Posts: 4384
  • Karma: 228
  • in this place forever!
    • View Profile
    • bennyschuetz.com - mycroBlog
Re: Fiddlesticks!
« Reply #5 on: March 08, 2007 »
Good luck, Shocky.

Strange to hear that problem with FireFox ... even rather scary to be honest.
It seems to work here with Firefox/2.0.0.2 - theretheless, I remember having
some problems with FireFox and a M$-site as well in the past.
[ mycroBLOG - POUET :: whatever keeps us longing - for another breath of air - is getting rare ]

Challenge Trophies Won:

Offline Shockwave

  • good/evil
  • Founder Member
  • DBF Aficionado
  • ********
  • Posts: 17412
  • Karma: 498
  • evil/good
    • View Profile
    • My Homepage
Re: Fiddlesticks!
« Reply #6 on: March 08, 2007 »
Well, it all seemed to be going ok..

Code: [Select]
The following error has occurred during XML parsing:

File: C:\Program Files\Microsoft Visual Studio 8\VC\VCProjectDefaults\CoreWin_Express.vsprops
Line: 9
Column: 1
Error Message:
A name was started with an invalid character.

The file 'C:\Program Files\Microsoft Visual Studio 8\VC\VCProjectDefaults\CoreWin_Express.vsprops' has failed to load.

Failed to load system project defaults file 'C:\Program Files\Microsoft Visual Studio 8\VC\VCProjectDefaults\CoreWin_Express.vsprops'.
The project cannot load without this file installed.
Please re-install the product.

The following error has occurred during XML parsing:

File: C:\Program Files\Microsoft Visual Studio 8\VC\VCProjectDefaults\CoreWin_Express.vsprops
Line: 9
Column: 1
Error Message:
A name was started with an invalid character.

The file 'C:\Program Files\Microsoft Visual Studio 8\VC\VCProjectDefaults\CoreWin_Express.vsprops' has failed to load.

Failed to load system project defaults file 'C:\Program Files\Microsoft Visual Studio 8\VC\VCProjectDefaults\CoreWin_Express.vsprops'.
The project cannot load without this file installed.
Please re-install the product.

Now this happens whenever I try to load a project..
Shockwave ^ Codigos
Challenge Trophies Won: