a few years ago I was a Windows application developer. In the last years I am dealing with kernel and system software. Now: I have a customer who tells me that he has a 64bit C/C++ application with specific functionality. This functionality is a dongle request and comes from an external 32bit dll. He says that this functionality is given although I can not see the DLL in memory. If I delete the DLL, the 64bit application is still loaded.
That means the 32bit DLL is somehow a static part of the 64bit application.
Can that be true nowadays?
And if so how can I achieve that with Visual Studio?
Best regards Burkhardt