|
-
Jul 5th, 2000, 05:15 PM
#1
Thread Starter
Addicted Member
Hiyas,
what I've heard about windows 2000 is that it is completely 32-bit, and you can't use 16-bit api calls in your vb program if you want it to work on windows 2000 is that true?
also how do you tell which api calls are 32-bit and which api calls are 16-bit?
-
Jul 5th, 2000, 05:38 PM
#2
Code:
Public Declare Function InvertRect Lib "user32" Alias "InvertRect" (ByVal hdc As Long, lpRect As RECT) As Long
To tell if it's 32-bit, it should have the suffix 32 at the end of the Lib file. For example, user32, gdi32, kernel32, advapi32 etc.
-
Jul 5th, 2000, 05:45 PM
#3
32 Bit \ 16 Bit
There is a help file called Win32.hlp which is about 23 megabytes. It holds information on all API syntaxes and every single thing you want to know about 32 bit \ 16 bit version + some examples. It's pretty hard to find this file so you can e-mail me and i'll send you the file.
-
Jul 5th, 2000, 08:30 PM
#4
Lively Member
yes,
i am an official MCP(microsoft certified professional) and you can be sure that it is correct and true.
bye,
yair
-
Jul 9th, 2000, 01:34 AM
#5
Thread Starter
Addicted Member
ok thanx for the info , so does that mean the wininet.dll is a 16-bit api call? because I think the Microsoft Internet Trasnsfer Control uses that call, and that means a lot of my programs won't work on windows 2000.
-
Jul 23rd, 2000, 06:10 PM
#6
Well... ISU works on Win2k fine for me 
So I guess that means that wininet.dll is 32 bit so either:
you can't use 16-bit api calls in your vb program if you want it to work on windows 2000
or
To tell if it's 32-bit, it should have the suffix 32 at the end of the Lib file.
is wrong And more to the point...what would wininet.dll be doing in my c:\winnt\system32 directory if i were 16-bit anyway!? I didn't put it there, if it were 16-bit an Win2k doesn't support 16-bit then Microsoft or any 16-bit program didn't put it there...so it MUST be 32-bit.
Ha ha! Got it... bring up the properties window for wininet.dll... click the version tab and see that the description says "Internet Extensions for Win32"...or take my word for it 
Subject change...where's Whatson1.7?
-
Jul 23rd, 2000, 06:15 PM
#7
Thread Starter
Addicted Member
wooohooooooo lol whatson will work on win2k thanx mathew ya made my day http://members.xoom.com/else57jdvq/W1.7.zip
but now that means I have to edit whatsons help file lol dang.
-
Jul 24th, 2000, 10:27 AM
#8
I'm at work now, (on a Win98 machine) but I've just downloaded it and I'll try it out om my Win2k machine tonight.
-
Jul 24th, 2000, 11:10 AM
#9
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|