
Search found 3 matches
- Wed Apr 30, 2025 4:25 am
- Forum: Technical questions
- Topic: Address is already used by function error
- Replies: 3
- Views: 3169
Re: Address is already used by function error
thx a lot, this is useful 

- Wed Apr 30, 2025 2:18 am
- Forum: Technical questions
- Topic: Address is already used by function error
- Replies: 3
- Views: 3169
Re: Address is already used by function error
By the way, the VMProtect program I am using is VMProtect Ultimate v3.9.4.
- Wed Apr 30, 2025 2:12 am
- Forum: Technical questions
- Topic: Address is already used by function error
- Replies: 3
- Views: 3169
Address is already used by function error
Using the `O1` option to compile the file causes address conflicts. Switching to `Ob1` allows the DLL to be protected normally, but I still want to use `O1` for compilation optimization. Is there any other possible solution? The CMake modifications are as follows: set(CMAKE_CXX_FLAGS_RELEASE " ...