L
LearnCPP
Guest
Dear everyone,
Thank you so much for all your support.
I'm trying to upgrade a Win32 (32-bit) application to x64 (64-bit) platform. I see the threads are derived the following way in my Win32-application:
class MyThread: public Win32Thread
1. Would the same code work for x64 applications?
2. If not what is the base class for threads in x64 applications?
I'm using Visual Studio 2019 Community Edition. Thank you again
Continue reading...
Thank you so much for all your support.
I'm trying to upgrade a Win32 (32-bit) application to x64 (64-bit) platform. I see the threads are derived the following way in my Win32-application:
class MyThread: public Win32Thread
1. Would the same code work for x64 applications?
2. If not what is the base class for threads in x64 applications?
I'm using Visual Studio 2019 Community Edition. Thank you again
Continue reading...