Joel Lucsy

1,691
Reputation
104 views

Registered User

Name Joel Lucsy
Member for 1 year
Seen 4 hours ago
Website
Location Flint, MI, USA
Age 38
Just another developer, developer, developer.
Nov
27
comment Advanced topic of dynamic lazy loading of DLLs in silverlight application
PortageMonkey-Can you give more details? We've run into general code caching issues when quickly iterating our builds during development, but haven't pinned anything down.
Nov
26
answered Advanced topic of dynamic lazy loading of DLLs in silverlight application
Nov
26
answered Finding file size windows MFC application
Nov
24
answered Why doesn’t FastBitmap get garbage collected?
Nov
17
answered Are thread and process ids unique?
Nov
13
answered Silverlight, Updating the UI during processing
Nov
11
answered convert XAML-Canvas to bitmap
Nov
11
comment Preprocessing C# - Detecting Methods
If you don't want to ship a 3rd party library, use ILMerge to merge those assemblies into yours. You can use a post-build step to do this.
Nov
10
answered How do I get notification that the local Visual Studio build is complete?
Nov
10
answered C#: problem loading C++ DLL
Nov
10
answered Changing internal representation in runtime
Oct
3
answered Disable automatic DLL loading in C++
Sep
24
answered Silverlight serialisation/deserialisation problem
Sep
1
awarded  Nice Answer
Aug
8
awarded  Yearling
Jun
26
awarded  
Jun
12
accepted What are CAD apps written in, and how are they organized ?
Jun
11
comment Is it possible to register a .net assembly as COM without strong naming it?
The documentation is wrong. /codebase is enough to get to work. We use this technique for writing add-ins to various products that don't supply strong-named assemblies for our consumption, thereby disallowing us to strong-name our own assembly.
Jun
6
answered C++ Compiler for Windows without IDE?