File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- project (xrRenderPC_GL )
1+ project (xrRender_GL )
22
33list (APPEND DIRS
44 "."
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ void* ModuleHandle::Open(pcstr moduleName)
2323{
2424 if (IsLoaded ())
2525 Close ();
26-
26+
2727 Log (" Loading DLL:" , moduleName);
2828
2929#ifdef WINDOWS
@@ -36,7 +36,7 @@ void* ModuleHandle::Open(pcstr moduleName)
3636#ifdef WINDOWS
3737 Msg (" ! Failed to load DLL: 0x%d" , GetLastError ());
3838#elif defined(LINUX)
39- Msg (" ! Failed to load DLL: 0x%d " , dlerror ());
39+ Msg (" ! Failed to load DLL: %s " , dlerror ());
4040#endif
4141 }
4242
Original file line number Diff line number Diff line change @@ -644,7 +644,7 @@ void xrSASH::GetOption(pcstr pszOptionName)
644644 else if (pToken)
645645 {
646646 IConsole_Command::TStatus stat;
647- pToken->Status (stat);
647+ pToken->getStatus (stat);
648648 Val.Enum = stat;
649649 oaAddOptionValue (pszOptionName, OA_TYPE_ENUM, &Val);
650650 }
You can’t perform that action at this time.
0 commit comments