当前位置:网站首页>Win7 registers out of process components, services, and COM component debugging
Win7 registers out of process components, services, and COM component debugging
2022-06-12 12:09:00 【Just want to call Yoko】
I've been tossing about all day , It turned out that it was the system , stay win7 Next use /regserver, /service, regsvr32.exe when , Will fail , Especially with regsvr32.exe when , The dialog box module will pop up "***" Loaded , But there's no entry point DllRegisterServer, This is all win7 Disaster caused by authority , resolvent Start -> All the procedures -> The attachment -> Find the command prompt and right-click to select administrator privileges to open , So you can register the component , In addition, I don't know whether the current user's permission can be set to the highest permission , Although the user I use is an administrator user , But you still have to right-click that way , A friend who knows the solution told me , thank you
The other is COM Debugging of components , Although journaling is a method , But the early commissioning is still very inconvenient , When we use VS When debugging the caller program , Open menu options tools->attach to process Select the process of the called component , In this way, you can jump in when calling the interface function of the component
边栏推荐
- LeetCode 1037. 有效的回旋镖(向量叉乘)
- Kubernetes cluster setup
- Why is there no traffic after the launch of new products? How should new products be released?
- Multiplication instruction of arm instruction set
- The difference between bind, call and apply, and the encapsulation of bind()
- LeetCode 1037. Effective boomerang (vector cross product)
- ARM processor mode and register
- The second regular match is inconsistent with the first one, and the match in the regular loop is invalid
- ioremap
- A. Prefix range
猜你喜欢
随机推荐
[foundation of deep learning] learning of neural network (4)
QML学习 第一天
邻居子系统之ARP协议数据处理过程
Differences between server-side rendering and client-side rendering (advantages and disadvantages)
Spark common encapsulation classes
Compiling Draco library on Windows platform
作物模型的区域模拟实现过程初探
影响店铺权重的三十一条,快来看看中招了吗
Dom+js+ carousel map + no time
【QNX Hypervisor 2.2 用户手册】4 构建QNX Hypervisor系统
[译] Go References - The Go Memory Model | golang官方文档中文翻译之内存模型
#ifndef#define#endif防止头文件重复包含, 你不是真的懂
TinyMCE series (II) TinyMCE plug-in development
标品和非标品如何选品,选品的重要性,店铺怎样布局
Advantages and disadvantages of single page development and multi page development
Visio 2019 uses PJ
What is modularity? Benefits of modularity
Common debugging tools and commands for ROS
AutoLock 解决加锁后忘记解锁问题
IP地址管理








