|
-
May 27th, 2011, 07:29 PM
#1
Thread Starter
Addicted Member
[RESOLVED] 64 bit version of WMP
Does it exist? 
Or is there some way to avoid these kinds of compatibility issues without having to have 2 separate components in 2 projects for 2 types of computers?
-
May 27th, 2011, 07:39 PM
#2
Hyperactive Member
Re: 64 bit version of WMP
Yes, there are 64 bit versions of WMP.
Or is there some way to avoid these kinds of compatibility issues without having to have 2 separate components in 2 projects for 2 types of computers?
Within your code, you could always determine the version of the OS, if it's a 32bit or 64 bit system, or even the other components/programs you are utilizing. Then depending on the versioning/system info you can determine which part of your code to run.
-
May 27th, 2011, 07:54 PM
#3
Thread Starter
Addicted Member
Re: 64 bit version of WMP
Alright, that sounds like a better option.
But 1 question... i think i can find the code for returning the OS, but how do i tell the program to not initialize a component that it's incompatible with? Isn't that beyond my control?
-
May 27th, 2011, 07:58 PM
#4
Hyperactive Member
Re: 64 bit version of WMP
[CODE]but how do i tell the program to not initialize a component that it's incompatible with? Isn't that beyond my control?[/QUOTE]
No, its not really beyond your control. Upon startup of your program, form, or where ever it is needed, you run your code to determine what OS is running, then based on the OS you can tell it which components to utilize. You could also create 2 separate forms, one for the 32bit version, and the other for the 64bit version, then upon initilization it will determine which form to open.
-
May 27th, 2011, 08:01 PM
#5
Thread Starter
Addicted Member
Re: 64 bit version of WMP
Got it, thanks so much for your help!
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
|