alternate api's in vc2005
-
Hi all, I am trying to convert my vc6 code to vc2005. In my vc code i have used api like:- FindResource LoadResource LockResource so i wanted to know that in vc2005 we have some aletrnate api for these api or we use same.... Thanks in advance....
-
Hi all, I am trying to convert my vc6 code to vc2005. In my vc code i have used api like:- FindResource LoadResource LockResource so i wanted to know that in vc2005 we have some aletrnate api for these api or we use same.... Thanks in advance....
Hi, Have a look at following links: Breaking Changes in the Visual C++ 2005 Compiler[^] Changes in the Visual C++ 2005 Libraries[^] Best Regards, Suman
-
Hi all, I am trying to convert my vc6 code to vc2005. In my vc code i have used api like:- FindResource LoadResource LockResource so i wanted to know that in vc2005 we have some aletrnate api for these api or we use same.... Thanks in advance....
Also, those are Windows APIs - they have nothing to do with the programming language version you are using. Those APIs haven't changed in way over a decade (possibly since the beginning of Windows' existence). Mark
Mark Salsbery Microsoft MVP - Visual C++ :java: