Knowing the compiled exe type from inside it?

Feature requests for future versions of Hollywood can be voiced here
Post Reply
User avatar
Tuxedo
Posts: 338
Joined: Sun Feb 14, 2010 12:41 pm

Knowing the compiled exe type from inside it?

Post by Tuxedo »

Hi ALL!
The subject of the topic was a bit weir dI know...but dunno how to explain...
Lets try it:

I'm thinking to a way to autoconfigure an Hollywood program after that it was compiled so I can wrote only one script and than it will autoconfigure after compiling...
SO, I sk if there was any way(and if not if that can be introduced easly) to get the OS type of the exe of Hollywood that are running so I can get some choices inside my code without broke anything compiling it for a system or another...
A sort of CONSTANT auto setted up by the compiler itself ofr maybe inside the player when linking...

I hope that was celar...
Simone"Tuxedo"Monsignori, Perugia, ITALY.
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Knowing the compiled exe type from inside it?

Post by airsoftsoftwair »

That's possible using the GetVersion() command and looking in the "Platform" field.
User avatar
Tuxedo
Posts: 338
Joined: Sun Feb 14, 2010 12:41 pm

Re: Knowing the compiled exe type from inside it?

Post by Tuxedo »

Perfect! Thank you!
Simone"Tuxedo"Monsignori, Perugia, ITALY.
Post Reply