Api

How to translate the files of a game
A_H_J
Posts: 3
Joined: Fri Oct 08, 2021 8:51 pm

Api

Post by A_H_J »

Hello. Do you have any Api to use quickbms and unpack files?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Api

Post by aluigi »

Just invoke quickbms.exe with the necessary options and arguments (if you are talking about calling quickbms from an external software).
A_H_J
Posts: 3
Joined: Fri Oct 08, 2021 8:51 pm

Re: Api

Post by A_H_J »

aluigi wrote:Just invoke quickbms.exe with the necessary options and arguments (if you are talking about calling quickbms from an external software).


I mean do yo u have any api for that?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Api

Post by aluigi »

Executing an external software depends by the programming language you are using for your software and there are many ways.
For C/C++ there is system, exec*, spawn*, ShellExecute, and many other ways.
Just search on Google.