Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Coffee corner » Load dll with U++
Re: Load dll with U++ [message #56710 is a reply to message #56706] Sun, 04 April 2021 19:29 Go to previous messageGo to previous message
BetoValle is currently offline  BetoValle
Messages: 203
Registered: September 2020
Location: Brasil Valinhos SP
Experienced Member
I conclude that the freeze occurs because
was considering 32-bit code when in reality
the compiled dll for 64 bits. Construction should consider
the path below:


#if defined(PLATFORM_WIN32) 
	HINSTANCE hinstLib = 0;	
#else
	void *hinstLib = 0;
#endif


So that I could go deeper I would have to build a code to obtain the addressing of the process
for an old code that would take more time.
I will skip this step and logically use the DI class.
So I only registered this complementary post because I found the reason, although I did not write the solution, which would end up equivalent to that of the DI class itself.

Thanks!
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Best way to chat between two pc
Next Topic: GLCtrl Linux dependency
Goto Forum:
  


Current Time: Mon May 06 03:11:16 CEST 2024

Total time taken to generate the page: 0.02288 seconds