PB IDE plugin: Launch Windows SDK

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
User avatar
Blue
Addict
Addict
Posts: 964
Joined: Fri Oct 06, 2006 4:41 am
Location: Canada

Post by Blue »

ts-soft wrote:You have to run the "MS Platform SDK 2003" after Installation ones!

Add the Tool as IDE Tool. Only Commandline to "Launch Windows SDK.exe",
Name and a Shortcut like Alt + F1

That's all

PS: Windows 7 is not tested!
Sorry TS. You're too quick!
While you were posting your answer, I was editing my message to tell you i had your helper working nicely (after taking a closer look at the PNG picture packaged with your app! you should re-title it "Read Me First").

Your reply may now seem not to make much sense to someone who didn't read my initial message... Sorry about that.

And many thanks again.
PB Forums : Proof positive that 2 heads (or more...) are better than one :idea:
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

Blue wrote: But if i remember correctly, with a previous installation of PB, I had direct access to the SDK help simply by pressing F1, as with the "regular" PB help. This feature no longer works.
This integrated function in PB-IDE doesn't work with all SDK's, i think, the
same problem comes with jaPBe, won't work with all SDK's, but more than
PB-IDE.

This tool uses COM to found the namesspaces and use the best fit to PB.

To set another namespace, run the tool outside PB-IDE and select a
Namespace.

Greetings

Thomas
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
User avatar
Blue
Addict
Addict
Posts: 964
Joined: Fri Oct 06, 2006 4:41 am
Location: Canada

Post by Blue »

ts-soft wrote:[...]This integrated function in PB-IDE doesn't work with all SDK's...
OK. Great to know.
I'll stop trying to figure out what i'm doing wrong :D
So now maybe i can sleep at night.
PB Forums : Proof positive that 2 heads (or more...) are better than one :idea:
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

ts-soft wrote:This integrated function in PB-IDE doesn't work with all SDK's, i think, the same problem comes with jaPBe, won't work with all SDK's, but more than PB-IDE.
It should (not tested all though, there are too many SDK's around and they grow bigger and bigger).

If jaPBe doesn't detect the SDK namespace, you can add it manually in jaPBe.pref :

  --- jaPBe.Pref ---
  ...
  [General]
  ...
  AddSDKNameSpace = ms-help://some.undetected.SDK
  ...

Also note that jaPBe may call MSDN (http://msdn.microsoft.com/en-us/library/) directly, so no need to install an SDK.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Post Reply