My Public Notepad
Bits and bobs about computers and programming
Pages
(Move to ...)
Home
DevOps
Software Engineering
Security
Data Science
Disclaimer
About
▼
Wednesday, 24 August 2011
What is behind file and printer sharing in Microsoft networks
›
Let's say our IP address is 192.168.0.1 and public folder is put on share on 192.168.0.2 machine. What happens when we type \\192.168...
Axis2/C and linkinfo.dll on Windows Server 2008
›
axis2_http_sender.dll depends on linkinfo.dll (use Dependency Walker to see) and might not load on Windows Server 2008 because w3wp.exe ...
Axis2/C Windows binary package and OpenSSL
›
I deployed Axis2C (1.6.0, Windows binary distribution) on IIS 7.0 running on Windows Server 2008 but simple browser-based test (http://local...
Tuesday, 23 August 2011
How to set common paths in VS2010
›
"VC++ Directories change" paragraph in Visual Studio 2010 C++ Project Upgrade Guide says: VC++ Directories are no longer suppo...
How to check if some process is running (NSIS)
›
Use NsProcess plugin . FindProcDLL does not work properly on Windows Server 2008. !include nsProcess.nsh ... Section -Main SEC0000 ......
1 comment:
NSIS installer and locked library files
›
Installer tries to replace some existing library file with a new one (with the same name) but file is locked, some process is using it at th...
Lexical string comparison in NSIS
›
Standard (built-in) string comparison operators are: case-insensitive: ==, !=, StrCmp case-sensitive: StrCmpS They are only capable of...
‹
›
Home
View web version