Gellin's Updated Base
I just got a copy of Gellin's Updated Base from UC and I am using Visual Studio 2010 and I noticed it's an older script cuz I had to convert it to be able to work on Visual Studio 2010. Either something happened during that conversion process or IDK what, but it's throwing errors when I am trying to build the base, just to see it stock, so I can start tweaking with it and see how things are done so I can learn different coding styles and how things are done. I will post the error log:
Can someone give me some advice on what's going on here, and how to fix this problem so I know what to do in the future when I decide to start making my own base?
Code:
1>------ Build started: Project: Seal-Pub, Configuration: Debug Win32 ------ 1>Build started 8/28/2010 2:06:46 AM. 1>InitializeBuildStatus: 1> Touching "Debug\Seal-Pub.unsuccessfulbuild". 1>ClCompile: 1> Misc.cpp 1> Menu.cpp 1> DirectX.cpp 1>c:\users\david\downloads\combat arms hacks\cabase (1)\cabase\cabase\directx.cpp(25): error C2664: 'ID3DXFont::DrawTextW' : cannot convert parameter 2 from 'LPCSTR' to 'LPCWSTR' 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast 1> Generating Code... 1> 1>Build FAILED. 1> 1>Time Elapsed 00:00:03.23 ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
rawTextW' : cannot convert parameter 2 from 'LPCSTR' to 'LPCWSTR'

