|
-
Dec 30th, 2011, 05:15 PM
#1
Thread Starter
Fanatic Member
[RESOLVED] programed code on 32bit wont work on 64bit
i have my app code which programed on 32 bit now when i copy it to 64 bit and try to open the project i get this error
Type library importer encountered a property getter 'sessionPlaylistCount' on type 'WMPLib.IWMPNowPlayingHelperDispatch' without a valid return type. The importer will attempt to import this property as a method instead. TlbImp
what shall i do to fix it?
-
Dec 30th, 2011, 05:33 PM
#2
Re: programed code on 32bit wont work on 64bit
try setting your target CPU to x86
Project-->Properties-->Compile-->Advanced Compile Options-->Target CPU
- Coding Examples:
- Features:
- Online Games:
- Compiled Games:
-
Dec 30th, 2011, 05:56 PM
#3
Thread Starter
Fanatic Member
Re: programed code on 32bit wont work on 64bit
shouldn't the be library for 64 bit i should replace with the 32 bit
any way your solution work fine i just wonder
-
Dec 30th, 2011, 06:05 PM
#4
Re: programed code on 32bit wont work on 64bit
no. when you're using 64 bit os + you have components that only work in 32 bit os, you need to target 32 bit
- Coding Examples:
- Features:
- Online Games:
- Compiled Games:
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
|