GENERAL > Projects
My first demo it's now *almost* finished, could you guys test it? :D
Blacksheep8Bit:
Yeah, you need microsoft sdk to run it, fucking c runtimes dlls :/
jace_stknights:
--- Quote from: BlackSheep8Bit on March 12, 2012 ---Yeah, you need microsoft sdk to run it, fucking c runtimes dlls :/
--- End quote ---
hum... no way to make it run without?
Blacksheep8Bit:
--- Quote from: jace_stknights on March 13, 2012 ---
--- Quote from: BlackSheep8Bit on March 12, 2012 ---Yeah, you need microsoft sdk to run it, fucking c runtimes dlls :/
--- End quote ---
hum... no way to make it run without?
--- End quote ---
I Am trying to figure this out, but it's kinda hard since math.h functions are provided in some of the Microsoft SDK dlls :/
hellfire:
--- Quote from: BlackSheep8Bit on March 13, 2012 ---I Am trying to figure this out, but it's kinda hard since math.h functions are provided in some of the Microsoft SDK dlls :/
--- End quote ---
You have the following options:
1. Tell your users to install the vcredist package.
2. In the project properties page under "C/C++", "Code Generation" set "Runtime" to the non-DLL version.
This makes your exe a couple of kilobytes bigger, though.
3. Link against the runtime library of vc++ 6.0 (all required dlls are already available with a default installion of windows).
You can find the lib here.
4. Implement all required functions on your own.
Pot Noodle:
No run here! Shame ???
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version