FORUM CLOSED, PLEASE REGISTER AT FORUM.SIO2INTERACTIVE.COM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

sio2ResourceExtract()

3 posters

Go down

sio2ResourceExtract() Empty sio2ResourceExtract()

Post  clem394 Mon Aug 17, 2009 10:39 am

I was attempting to use the sio2ResourceExtract function in my project and it appears to be looking for 2 arguments.... the first being the SIO2resource and the second a char password. What are we supposed to use for the password?

clem394

Posts : 4
Join date : 2009-06-22

Back to top Go down

sio2ResourceExtract() Empty Re: sio2ResourceExtract()

Post  Francescu Mon Aug 17, 2009 10:57 am

The SIO2 archive is basically a ZIP archive.

You can generate it manually and set a password such as:

zip -9 -o -e myArchiveName.sio2 -r *

(it will prompt you for a password)

and use the password you set when calling the sio2ResourceExtract function...

Francescu

Posts : 136
Join date : 2009-03-18

Back to top Go down

sio2ResourceExtract() Empty Re: sio2ResourceExtract()

Post  cybergreg Mon Aug 17, 2009 2:04 pm

clem394 wrote:... What are we supposed to use for the password?

If you didn't specify a password then pass NULL.

Example: sio2ResourceExtract( sio2->_SIO2resource, NULL );

Cool

See tutorial 2 for more information.
cybergreg
cybergreg

Posts : 21
Join date : 2009-07-21
Location : SoCal, USA

Back to top Go down

sio2ResourceExtract() Empty Re: sio2ResourceExtract()

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum