mfc42 in vista
-
Hi, I have an application written in VC++6 using DAO 3.5 to connect to MS Access. Will this application work in Windows Vita if installed just the way it is? Or will I have to make changes to it? Unfortunately, I do not have a Vista machine to verify. The application was made to be compatible with win98/XP and now it is required to make it Vista compatible too. Thank you.
_
Fortitudine Vincimus!_
-
Hi, I have an application written in VC++6 using DAO 3.5 to connect to MS Access. Will this application work in Windows Vita if installed just the way it is? Or will I have to make changes to it? Unfortunately, I do not have a Vista machine to verify. The application was made to be compatible with win98/XP and now it is required to make it Vista compatible too. Thank you.
_
Fortitudine Vincimus!_
It should work, but you have to provide all the required DLLs. to figure out which one you need to bring with your exe, use Dependency Walker[^] (if you have VC6, you already have it under the name
depends.exe
)
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
Hi, I have an application written in VC++6 using DAO 3.5 to connect to MS Access. Will this application work in Windows Vita if installed just the way it is? Or will I have to make changes to it? Unfortunately, I do not have a Vista machine to verify. The application was made to be compatible with win98/XP and now it is required to make it Vista compatible too. Thank you.
_
Fortitudine Vincimus!_
Hi, I think this will give you an idea, http://msdn2.microsoft.com/en-us/vbrun/ms788708.aspx[^] http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=948981&SiteID=1[^] http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=518043&SiteID=1[^]. Regards, Paresh.