Re: how do you keep track of parentheses, brackets, etc

2021-03-01 Thread AudioGames . net ForumDevelopers room : Leos via Audiogames-reflector


  


Re: how do you keep track of parentheses, brackets, etc

Indentation

URL: https://forum.audiogames.net/post/619326/#p619326




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Design Strategy: Following Party.

2021-03-01 Thread AudioGames . net ForumDevelopers room : Leos via Audiogames-reflector


  


Re: Design Strategy: Following Party.

Agree, with thouse who are in heavy armor, usually they have the strength to compensate.

URL: https://forum.audiogames.net/post/619303/#p619303




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Required Tolk assistance.

2021-02-24 Thread AudioGames . net ForumDevelopers room : Leos via Audiogames-reflector


  


Re: Required Tolk assistance.

I Got the Tolk files? but it is giving me this error,C:\Users\Admin\AppData\Local\Temp\ccWrUbrB.o:test.cpp:(.text+0x10): undefined reference to `__imp_Tolk_Load'C:\Users\Admin\AppData\Local\Temp\ccWrUbrB.o:test.cpp:(.text+0x25): undefined reference to `__imp_Tolk_Speak'C:\Users\Admin\AppData\Local\Temp\ccWrUbrB.o:test.cpp:(.text+0x2e): undefined reference to `__imp_Tolk_Unload'collect2.exe: error: ld returned 1 exit statusEdited:I am using mingw and VSCode to compile.Does Tolk only work with visual studio?

URL: https://forum.audiogames.net/post/618126/#p618126




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Required Tolk assistance.

2021-02-24 Thread AudioGames . net ForumDevelopers room : Leos via Audiogames-reflector


  


Re: Required Tolk assistance.

I Got the Tolk files? but it is giving me this error,C:\Users\Admin\AppData\Local\Temp\ccWrUbrB.o:test.cpp:(.text+0x10): undefined reference to `__imp_Tolk_Load'C:\Users\Admin\AppData\Local\Temp\ccWrUbrB.o:test.cpp:(.text+0x25): undefined reference to `__imp_Tolk_Speak'C:\Users\Admin\AppData\Local\Temp\ccWrUbrB.o:test.cpp:(.text+0x2e): undefined reference to `__imp_Tolk_Unload'collect2.exe: error: ld returned 1 exit status

URL: https://forum.audiogames.net/post/618126/#p618126




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Required Tolk assistance.

2021-02-24 Thread AudioGames . net ForumDevelopers room : Leos via Audiogames-reflector


  


Re: Required Tolk assistance.

Thanksmagurp244 wrote:You can find the last working appveyor builds [here].

URL: https://forum.audiogames.net/post/618084/#p618084




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Required Tolk assistance.

2021-02-24 Thread AudioGames . net ForumDevelopers room : Leos via Audiogames-reflector


  


Re: Required Tolk assistance.

The makefile things require a visual studio development command line thing.

URL: https://forum.audiogames.net/post/618034/#p618034




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Required Tolk assistance.

2021-02-24 Thread AudioGames . net ForumDevelopers room : Leos via Audiogames-reflector


  


Re: Required Tolk assistance.

I am building it is because i want to use it with C++.

URL: https://forum.audiogames.net/post/617925/#p617925




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Required Tolk assistance.

2021-02-24 Thread AudioGames . net ForumDevelopers room : Leos via Audiogames-reflector


  


Required Tolk assistance.

So its maybe that i am dumb but i cant find tolk.lib nor tolk.dll in the zip that i downloaded fromhttps://github.com/dkager/tolk/Pls help.Edited:I tried to run nmake makefile in the src folder, it gave me this error.D:\Programming\cpp\demo\tolk\src>nmakeMicrosoft (R) Program Maintenance Utility Version 14.28.29337.0Copyright (C) Microsoft Corporation.  All rights reserved.        rc /nologo /fo Tolk.res Tolk.rc        cl /nologo /O2 /EHsc /LD /Gw /W4 /WL  /D_EXPORTING /DUNICODE /D_WITH_JNI /Fe:D:\Programming\cpp\demo\tolk\src\Tolk.dll Tolk.cpp TolkJNI.cpp ScreenReaderDriverJAWS.cpp ScreenReaderDriverNVDA.cpp ScreenReaderDriverSA.cpp ScreenReaderDriverSNova.cpp ScreenReaderDriverWE.cpp ScreenReaderDriverZT.cpp ScreenReaderDriverSAPI.cpp fsapi.c wineyes.c zt.c Tolk.res User32.Lib Ole32.Lib OleAut32.LibTolk.cppTolkJNI.cppTolkJNI.cpp(12): fatal error C1083: Cannot open include file: 'win32/jni_md.h': No such file or directoryScreenReaderDriverJAWS.cppScreenReaderDriverNVDA.cppScreenReaderDriverSA.cppScreenReaderDriverSNova.cppScreenReaderDriverWE.cppScreenReaderDriverZT.cppScreenReaderDriverSAPI.cppGenerating Code...Compiling...fsapi.cwineyes.czt.cGenerating Code...NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX86\x86\cl.EXE"' : return code '0x2'Stop.

URL: https://forum.audiogames.net/post/617861/#p617861




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Required Tolk assistance.

2021-02-23 Thread AudioGames . net ForumDevelopers room : Leos via Audiogames-reflector


  


Required Tolk assistance.

So its maybe that i am dumb but i cant find tolk.lib nor tolk.dll in the zip that i downloaded fromhttps://github.com/dkager/tolk/Pls help.

URL: https://forum.audiogames.net/post/617861/#p617861




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: The Synthizer Thread

2021-02-22 Thread AudioGames . net ForumDevelopers room : Leos via Audiogames-reflector


  


Re: The Synthizer Thread

@camlorn, Can i use this in C++? Do i have to do something for it to work?

URL: https://forum.audiogames.net/post/617580/#p617580




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector