26.03.2018 18:04, Jiří Činčura wrote:
Just use LoadLibrary() without path. The library is for sure already loaded into address space, so the function will return handle to it without further searching.I need the string. Not load the library.
Then everything is even simplier: GetModuleHandle() + GetModuleFileName(). -- WBR, SD. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel
