Click here to Skip to main content
15,884,836 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a VB6 project and I want it to upgrade on vs2008.Now I convert it for x86 bit
and its work fine but for x64 it has some issues.I think the main problem is from Data type.So I want to know that what is the comman data type changes that should be for x64 bit platform.
Like I changed
Integer to Intptr
but some thing is wrong.
Posted
Updated 9-Nov-11 19:23pm
v2

Well first instead of IntPtr I think you should be using the Short data type. check this out as it may be of help to you http://www.vbmigration.com/Resources/detmigratingfromvb6.aspx?Id=7[^]
Second I don't know why its not working with x64 check this out http://msdn.microsoft.com/en-us/library/ms973190.aspx[^]
 
Share this answer
 
v2
while migrating use short to Int32
consider these[^] things while migrating.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900