Page 1 of 1
PSDK
Posted: Thu Aug 10, 2006 4:25 am
by NoahPhense
I'm thinking of installing the new PSDK CD. Anyone who has done this
has there been a fix for 4.0, for it to pull from this SDK, like it did in
earlier versions of PB?
woosh.. 1gb
- np
Posted: Thu Aug 10, 2006 4:55 am
by netmaestro
All you have to do is look something up in the PSDK doc once before trying to call it from PB. Dunno why, but it won't work unless you do that. Other than that, should be no worries.
Posted: Thu Aug 10, 2006 5:02 am
by NoahPhense
netmaestro wrote:All you have to do is look something up in the PSDK doc once before trying to call it from PB. Dunno why, but it won't work unless you do that. Other than that, should be no worries.
It's just F1 right?
Not doing anything.
If I put my (old) win32.hlp file in there, then it does pull that up that file.
But I want to access the new PSDK via:
MessageBox_(
hmm
- np
Posted: Thu Aug 10, 2006 5:08 am
by netmaestro
If your cursor is on an API keyword and you hit F1, if you have called the SDK doc up once from the start menu and looked up a keyword, and nothing is happening, I'm mystified. There were some posts regarding the PSDK some months back, possibly you could find something helpful. I hope you can.
Posted: Thu Aug 10, 2006 8:09 am
by gnozal
Maybe the registry keys have changed.
I don't know about PBIDE but jaPBe searches for the following keys :
"ms-help://ms.psdk" in #HKEY_CURRENT_USER\Software\Microsoft\MSDN\7.0\Help\
"ms-help://ms.msdn" in #HKEY_CURRENT_USER\Software\Microsoft\MSDN\8.0\Help\
Posted: Fri Aug 11, 2006 2:13 am
by NoahPhense
Well, everything is freshly installed. I check the reg., nothing wierd.
What does work is when I have this file in the Help folder (WIN32.HLP)
inside the pb root. That works. But that's not what I want. I want the
psdk to work with pb. I removed the .hlp file while trying to get the
psdk to open. But still no luck.
Oh well. Is there anyone using PB4 and the "new" psdk who have it
functional via F1 or ALT-F1?
- np