I am trying to create my first DLL (I want to use the Windows Media Format SDK in C#/ASP.Net). All I have so far is a very simple class and I am including string.h. Doing so causes 106 syntax errors to occur during compilation. If I switch to <string> instead of <string.h> I only get 63 errors... Or it might be the other way around...
Either way, what is causing these errors? I know my include files are fine because I have not modified anything relating to VC++ Express Edition 2008.
Any help would be greatly appreciated! This is becoming very discouraging as I have never had a such a difficult time with G++ or GC...
View the full article
Either way, what is causing these errors? I know my include files are fine because I have not modified anything relating to VC++ Express Edition 2008.
Any help would be greatly appreciated! This is becoming very discouraging as I have never had a such a difficult time with G++ or GC...
View the full article