Denis Kuzmin

Results 195 comments of Denis Kuzmin

I'm still not sure that's useful way, and probably I see more problems than good. but ok, I marked it as a [suggestion], so it can be considered later. >...

? ``` csharp using DllMain = DllExportAttribute; ``` or do you mean something like: ``` cpp BOOL APIENTRY DllMain( HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserved ) { switch (ul_reason_for_call) {...

I see :( but the DllMain has another place, and in general it used for LoadLibrary/LoadLibraryEx functions. let me explain: The address of DllMain stored in optional header +0x10 offset...

> when we had to initialize the environment during dll attaching to forget about this - is more right choice :) seriously, this is not so good place while DllMain...

Sadly to hear about abandoned status :( just found you. This is really great alternative even for YAML that I still don't like (compared to an classic JSON model). Today...

@PSVortex I'm not agree. An 'expand operation' is applicable only for *transition* state. But this suggestion is just about final nodes/levels. Means also that backward representation is not main task...

@PSVortex Wait, I just noticed possible misunderstanding with your issue #92: > Notice how easy is to mistype 9 with 0. When such config will be loaded into system, the...

Hello Michael I have a similar internal report LC-552 (861) related to missing first letters in file names, for example: ```java $(dbin = "bin/Release/") ``` * ok: `$(dbin)raw` -> bin/Release/raw...

Hi, Thanks for the report! I confirm the error. The problem because vdproj has an incompatible/obsolete format (vdproj has been officially deprecated more than 10 years ago) You can temporarily...

Something good is almost here; I started new project https://github.com/3F/IeXod that should finally replace MSBuild where evaluating, manipulating, and other related data processing with project files (if we're talking strictly...