Posts by Gabriel Martins • 1 point
3 posts
-
0
votes0
answers3097
viewsQ: Memory identifier is not defined
The script would basically be this. #include pragma comment(lib,"user32.lib") DWORD WINAPI th(LPVOID param) { while (TRUE) { if (GetAsyncKeyState(VK_F1) & 1) { Memory mem = new Memory(); DWORD…
c++asked Gabriel Martins 1 -
0
votes1
answer45
viewsQ: Unity Error Developing an Online Project
How I fix this mistake? Assets/Online/Online.Cs(139,25): error CS0246: The type or namespace name `Playerbehaviour' could not be found. Are you Missing a using Directive or an Assembly Reference?…
-
0
votes1
answer96
viewsQ: Error of arguments in Unity Photon
I was developing an online project and I cited the following function - PhotonNetwork.CreateRoom, and the following error occurred to me: Assets/Scripts/Sindico.Cs(53,31): error CS1501: No Overload…