Load multiple copies of dll in same process

后端 未结 2 1710
伪装坚强ぢ
伪装坚强ぢ 2020-12-17 21:26

I have a dll produced by a third party that has some sort of internal datastructure that limits it\'s size to X elements.

So basically, it has a Queue with X as the

2条回答
  •  旧巷少年郎
    2020-12-17 21:50

    The only way you can do it is by having multiple copies of the same dll, and then load them dynamically.

提交回复
热议问题