Thorsten Jung
Thorsten Jung
AHHHHHH Know what? The cake is a lie! It's not the Libraries itself that fail to open - it's their *_Link created on Desktop_* - I guess its the Permission...
I found something, maybe this is helpful: [StackOverflow: GetProcAddress function in C++](https://stackoverflow.com/questions/6031431/getprocaddress-function-in-c) [GetProcAddress function in C++](https://stackoverflow.com/questions/6031431/getprocaddress-function-in-c) ```lpGetNumber = (LPGETNUMBER)GetProcAddress((HMODULE)hDLL, "GetNumber");``` > Checking return codes and calling GetLastError() will set you...
Another Hint: https://stackoverflow.com/questions/10250323/getprocaddress-null-is-returned?rq=3
Please try this:https://csharp.hotexamples.com/fr/examples/-/getDllVersionDelegate/-/php-getdllversiondelegate-class-examples.htmlAm 06.08.2024 10:49 schrieb iR3SH ***@***.***>: Thanks for all of your answer, i use it in a C# Library project, So first i Load my Library like this...
> Also, for functions like this that use a NULL handle to report failure, you can use Win32Error.ThrowLastErrorIfInvalid > > ```cs > CCAPIFunctionsList.Add(Win32Error.ThrowLastErrorIfInvalid(GetProcAddress(safeModule, "CCAPIGetDllVersion"))); > ``` @dahall: Another unrelated Question:...
> A quick correction: The windows-classic-samples c++ version _does_ log from `wprintf` in the `GetThumbnails`. While it does not hit breakpoints, neither does it hit breakpoints in `Initialize`. There might...
I'll take a look at it 👍
🚶 Coming soon. ⚠️ Work in Progress
@dahall One question, when pushing a integration test version of WinUI package, will it be included in the nightly AppVoyer build when the merge is still in progress? I guess...
> I don't think so. Also, I have migrated away from AppVeyor and now use GitHub Actions to build after each commit and then post to MyGet. That's fine for...