J
Jon Jack
I'm using Visual C++.NET 2002 Standard to compile a
freeware audio/music synth. I'm using the gaming library
OpenAL for my audio.
I just started to do testing on the program for its
first release and the target machine can't run the program
because it doesn't have the .NET framework installed. I'm
asuming it want the .NET framework installed on the target
machine because OpenAL requires the program be linked with
external .lib files. I dont want to use a different
compiler because I cant get OpenAL to work with any other
compiler.
I dont want the people who happen to use the program to
have to download the 20MB framework redist., and since the
program will be distributed via the internet I dont want
to include the redist. in the installer package due to
bandwidth limitations.
Is there some way of making the program not need the .NET
framework on the target machine, or some other smaller
redist. package?
Any advice would be of help.
freeware audio/music synth. I'm using the gaming library
OpenAL for my audio.
I just started to do testing on the program for its
first release and the target machine can't run the program
because it doesn't have the .NET framework installed. I'm
asuming it want the .NET framework installed on the target
machine because OpenAL requires the program be linked with
external .lib files. I dont want to use a different
compiler because I cant get OpenAL to work with any other
compiler.
I dont want the people who happen to use the program to
have to download the 20MB framework redist., and since the
program will be distributed via the internet I dont want
to include the redist. in the installer package due to
bandwidth limitations.
Is there some way of making the program not need the .NET
framework on the target machine, or some other smaller
redist. package?
Any advice would be of help.