T
Thomas
Hi,
I have written a simple console program in VS2005 and it should run on
computers that dosn't have .NET (not 1.1 and not 2.0).
I think it depends on the headerfiles? I have exculded the default
stuff (stdafx.h, stdafx.cpp). And I use the following headers:
#include <shlwapi.h>
#include <stdio.h>
#include <stdarg.h>
#include <vector>
#include <windows.h>
#include <tchar.h>
#include <math.h>
#include <string.h>
There are some "old" header files for this headers?
Greetings Thomas
I have written a simple console program in VS2005 and it should run on
computers that dosn't have .NET (not 1.1 and not 2.0).
I think it depends on the headerfiles? I have exculded the default
stuff (stdafx.h, stdafx.cpp). And I use the following headers:
#include <shlwapi.h>
#include <stdio.h>
#include <stdarg.h>
#include <vector>
#include <windows.h>
#include <tchar.h>
#include <math.h>
#include <string.h>
There are some "old" header files for this headers?
Greetings Thomas