Ambiera Forum

Discussions, Help and Support.

Ambiera Forum > irrKlang
How to find out which version of the dll is loaded

logolo
Registered User
Quote
2018-06-05 09:13:54

Hello,

is there any possibility to find out which version of the irrklang.dll is loaded?
In the debugger I can see the output string, but I didn't find out how to get this information in the release version.
Also using the GetFileVersionEX function does not deliver the information.

Thanks for your help,

Christian


erik
Registered User
Quote
2018-06-06 06:20:27

In irrklang.h, there is a
define 	IRR_KLANG_VERSION   "1.6.0"

and I think irrklang .dll doesn't load if the version you used to compile with doesn't match the version from the dll. So this would mean you could use simply
const char* version = IRR_KLANG_VERSION;



logolo
Registered User
Quote
2018-06-06 08:11:09

Thanks for the reply.

I already tried that but 1.4.0 can be loaded although all the headers from version 1.6.0 (with define IRR_KLANG_VERSION "1.6.0") are compiled. So I guess that is only to check whether the interface is correct.


niko
Moderator
Quote
2018-06-06 17:02:13

Yes, there is no function for that as of now, sorry for that.


Create reply:


Posted by: (you are not logged in)


Enter the missing letter in: "Internatio?al" (you are not logged in)


Text:

 

  

Possible Codes


Feature Code
Link [url] www.example.com [/url]
Bold [b]bold text[/b]
Image [img]http://www.example.com/image.jpg[/img]
Quote [quote]quoted text[/quote]
Code [code]source code[/code]

Emoticons


   






Copyright© Ambiera e.U. all rights reserved.
Privacy Policy | Terms and Conditions | Imprint | Contact