mIRC Home    About    Download    Register    News    Help

Print Thread
#273350 02/04/25 07:20 AM
Joined: Nov 2017
Posts: 23
G
Ameglian cow
OP Offline
Ameglian cow
G
Joined: Nov 2017
Posts: 23
I have been developing some dll's for use with mirc and noticed that when debugging via visual studio I get a debug output message that states:
Code
onecore\net\netprofiles\service\src\nsp\dll\namespaceserviceprovider.cpp(616)\nlansp_c.dll!725FB2B5: (caller: 769EE2B6) LogHr(1) tid(10764) 8007277C No such service is known. The service cannot be found in the specified name space. 

There is a discussion on Stack Overlflow here: https://stackoverflow.com/questions...known-the-service-cannot-be-found-in-the

The article also discusses a work around.

Joined: Dec 2002
Posts: 3,841
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 3,841
Thanks for your bug report and the link. I haven't seen this reported when compiling in Visual Studio 2017/2022, however I have gone ahead and switched out the use of gethostname() to the method recommended in the link.


Link Copied to Clipboard