links for 2008-05-08

Dr. Dobb’s | Extending JScript | January 1, 1999 (tags: IDispatchEx JScript COM) Expando via IDispatchEx (tags: IDispatchEx expando JScript) Fabulous Adventures In Coding : Wherefore IDispatchEx? (tags: IDispatchEx JScript) IDispatchEx Interface The reference… (tags: IDispatchEx JScript)

links for 2008-04-09

Fractals of Change: Amazon S3 – Backstory for Nerds – Part 2 (tags: client server web)

links for 2008-03-20

Viewing Decorated Names Utility to unmangle C++ function names (tags: msvc c++ linkerrors)

Debugging COM DLL registration problems

Regsvr32.exe often times does not give very helpful error messages when it encounters a problem registering a COM DLL. If you’ve ever encountered: ‘**_Dllname_ is not an executable file and no registration helper is registered for this file type.**’, you know what I’m talking about. What Regsvr32 is really trying to say is that it encountered a problem when trying to invoke either LoadLibrary() on the DLL or a problem when calling GetProcAddress() on the DllRegisterServer entry point. Read more...

links for 2008-03-14

Eric’s Complete Guide To BSTR Semantics (tags: com bstr windows)

links for 2008-02-28

About Asynchronous Pluggable Protocols (tags: iemobile)

links for 2008-01-26

Pixar Papers (tags: pixar 3D graphics)

links for 2008-01-25

Using Unicode in C/C++ (tags: unicode c++)

links for 2008-01-12

Windows CE Networking Team WebLog : Interprocess Communication on Windows CE (tags: windows mobile) Implementing a Network Service on Windows CE (tags: services.exe windows mobile)

jQuery on Internet Explorer Mobile

Lately I’ve been trying to get jQuery working on IE Mobile 6.12 (IEm). Best I’ve managed is to mock up IEm versions of the subset of jQuery API methods that I needed for the project I’m working on. Below are my notes on the particular jQuery methods that presented challenges: jQuery.clean() There are a couple of challenges with constructing DOM elements from text: DOM elements can only be manipulated when attached to the current document, before you call appendChild(), removeChild() etc. Read more...
<< 10 of 13 >>
Ⓗ Home   Ⓑ Blog   Ⓐ About