try nsis or inno setup
Anders 1
Posts
-
installer question -
Looking for a download managerFlashGet - http://www.amazesoft.com/
-
structsi think i have gotten it to work now, thanx (and yes i needed something nasty)
-
structsyeah but I tought there was some fancy way of doing it with a ptr like this char* text=pS+(sizeof(char*)*i);
-
structsi dont need to use the array syntax, i just need to access the members of the struct without using the names
-
structssay i have a struct like this:
typedef struct { char* text1; char* text2; ... char* text25; }MYS,*PMYS;
how can i access the struct like this?PMYS pS=SomehowGetPtrToStruct(); for (int i=0; i < MYS_TEXTCOUNT; i++) { char* text=pS[i]; dosomething(text); }
i dont want to get the items like this:char* text=pS->text2;
i also tried to do stuff like:char* text=pS+(sizeof(char*)*i);
but i cant get it to work:confused: -
DVD PLayer recommendationPowerDVD is good.... Some DVDs come with the PCFriendly/InterActual player, with this installed you should be able to play in WMP