Hi I first i new here hope this correct place to post.
I currently making a 3dsmax load which converts a 3ds file to direct x file so it can be loaded. My problem is that i using a old .exe file called conv3ds.exe which when used in cmd would load the file and convert it easily. This only works in cmd and cant be used outside. The command to do this conversion would be
conv3ds.exe -A Maxmodel.3ds
i trying get a c++ program to load that command into cmd and then excute it. it works normal outside of c++ but inside the white spaces between .exe -A and the space between -A Max wont allow it to work. can someone help please.
i tryed doing this using createprocess and system (i dont care about it running on anything other than windows). also i tried loading this into a batch file but the batch file does nothing. also if you look for conv3ds (google it) you see what it does.
Someone please help it starting get on my nerves fact it dont work for me