Results 4 comments of Jaime Centeno

Added a sample project for L152RE STM32 in the releases section. A sample project for two other boards would be enough,

I'm currently facing the same issue, in my case, it seems that the winapi functions are not being set into the crtexports so they remain unknown when the DLL is...

Ok I fixed this by following the solution proposed at the end of this thread: https://stackoverflow.com/questions/48212805/why-is-attribute-constructor-in-my-shared-library-not-working Somehow, when compiling, the constructors for every winapi component are not being linked and...

https://github.com/Gecko05/loadlibrary/commit/7225e37c28e887188b8a5c019464c36cbc82ae35 See this commit in my fork to know what I did to compile and run it properly. It's about a bunch of loadSomething methods being called from pe_linker.c Left...