Abantech / Efficio

1 stars 1 forks source link

Create Dynamic Loading Assembly Helper #27

Open james-h-stephens opened 7 years ago

james-h-stephens commented 7 years ago

Create assembly loader to load device assemblies based on configuration. We are seeking to move to this structure for the C++ code: whatsapp image 2016-04-09 at 19 47 06

james-h-stephens commented 7 years ago

@joeabsoftdev ever done this before?

james-h-stephens commented 7 years ago

Create Dynamic Loading Assembly Helper

joeabsoftdev commented 7 years ago

@james-h-stephens i don't think so, but would want to initialize immediately post your instructions.

james-h-stephens commented 7 years ago

@joeabsoftdev Basically, we want to be able to search a filesystem area and find any DLLs of interest. From those DLLs, we want to be able to instantiate some classes

joeabsoftdev commented 7 years ago

If structures are acceptable, especially for kernel operations, should we write in C?

joeabsoftdev commented 7 years ago

@james-h-stephens If it will support assembly loading, I would be keen to utilize assembly language and/or machine code.

joeabsoftdev commented 7 years ago

This looks like the right struct: https://msdn.microsoft.com/en-us/library/aa365740(v=vs.85).aspx. I've only seen it in C++