Author Topic: Visual studio 2008 + platform sdk  (Read 3150 times)

0 Members and 1 Guest are viewing this topic.

Offline Paul

  • Pentium
  • *****
  • Posts: 1490
  • Karma: 47
    • View Profile
Visual studio 2008 + platform sdk
« on: September 17, 2007 »
Hi
I'm wondering if platform sdk installs automaticly with visual studio 2008 beta 2?

This compile and i think this means i've got the sdk:
Code: [Select]
// My first win32.cpp : Defines the entry point for the console application.
//

#include "stdafx.h"
#include <IOSTREAM>
#include <windows.h>

int _tmain(int argc, _TCHAR* argv[])
{

std::cout << "Hello World";

MessageBox(0,L"Hej",L"En ruta",0);

return 0;
}


« Last Edit: September 17, 2007 by Paul »
I will bite you - http://s5.bitefight.se/c.php?uid=31059
Challenge Trophies Won:

Offline Jim

  • Founder Member
  • DBF Aficionado
  • ********
  • Posts: 5301
  • Karma: 402
    • View Profile
Re: Visual studio 2008 + platform sdk
« Reply #1 on: September 18, 2007 »
I guess if it has windows.h and that sample builds then at least some of the PSDK is in there.  The full versions of VS have usually had PSDK in them, often on another disk labelled MSDN.

Jim
Challenge Trophies Won:

Offline Paul

  • Pentium
  • *****
  • Posts: 1490
  • Karma: 47
    • View Profile
Re: Visual studio 2008 + platform sdk
« Reply #2 on: September 18, 2007 »
Thx for the answer, Was hoping that the paltform SDK was in there since i remember problems i had with 2005 express
I will bite you - http://s5.bitefight.se/c.php?uid=31059
Challenge Trophies Won:

Offline Jim

  • Founder Member
  • DBF Aficionado
  • ********
  • Posts: 5301
  • Karma: 402
    • View Profile
Re: Visual studio 2008 + platform sdk
« Reply #3 on: September 18, 2007 »
Right.  Platform SDK definitely does not come with 2005 Express.  Let's see whether that changes for the next versions of Express :)

Jim
Challenge Trophies Won: