Quantcast
Channel: Visual Studio General Questions forum
Viewing all 21115 articles
Browse latest View live

How to publish sites (asp.net, plain HTML, core, etc) without comments in the code being included in the output files?

$
0
0

I have sarched for a while now trying to see if I could find an answer to this, but haven't had any luck.

The idea is that I comment my html, cshtml files, javascript, etc... but I would prefern not to have my comments included in the files that are output to the web server when I put out the production site. Is there a way to setup visual studio to strip these comments out prior to pushing the files to the web server in the publish process or other step?

Thanks!


"When money ceases to be the tool by which men deal with one another, then men become the tools of men. Blood, whips and guns–or dollars. Take your choice–there is no other..."
    - Ayn Rand - Atlas Shrugged


pharmacy erp system need help

$
0
0

Good Morning Everyone

Friends, i have one project next month and i am already started programming for it. My customer has a pharmacy and he need erp system for it . His all requirements are very clear for me but 1 think he asked me that he need a option in erp--cash sales that he told me they mostly have a box of medicines and sometime doctor ask patient to take 2 tablets from it. so he told me that he want that option in cash sales that while selling medicines he must have an option where he can mention 2 tablets from box 1 and when tablets from that box end, system must give him message that box is empty and stock must go low. 

His requirement is 

the doctor will issue medicine dosage wise, like one panadol box have 40 tablets in it. so when we take in inventory, it will add 1 box of 40 tabs. and when doctor issue, it makes a record that how many tabs are issued. once 40 tabs are given out to the patient, it will reduce 1 box or make the inventory accurate.

Support vs Xamarin

$
0
0

Hi,
Within VS2015, I got below prompt for account. Must we buy the subscription to support Xamarin?


Many Thanks & Best Regards, Hua Min

VIsual studio

$
0
0

I am getiing below error while opening visual studio emulator for android in hyper-v 2016 server vm.



Installation of C++ 2017 redistributable(x86) fails in silent mode

$
0
0

Hi,

I am able to install the c++ redistributable x86 for VS 2017 from the command line using /q /norestart with no issues.  If the redist is not installed, it installs it silently.  If it is installed, it doesn't complain and just returns.  However, if I try to do this in my installation program it always starts in non-silent mode.  Nothing I can seem to do, will fix this.

I tried this as a custom module using install shield.  As a prerequisite, it does not run in silent mode even though the /q /norestart is there.

However, I got rid of that and it is then launched stand alone at the end of the install.  Same thing happens.

Any suggestions?  Apparently a merge module might work.  Where are they?  They are not in the documented locations.

Instead of this, is the vc_redist.x86 installed when windows is installed by default?  If so I do not need to supply it.

Thanks, I have struggled with this for months

Calling convention and argument passing on 32 bits systems

$
0
0

Hello

I am working on a VC++ program that requires to include some assembly and pass some arguments to it. Browsing the web I found documentation for the x64 calling convention, but can find nothing about 32 bits.

Anybody knows of a site, document or tutorial that could help to understand how the parameters are passed on such systems?

And one extra question... As newer systems come in 64 bits, how important could be to develop for both 32 and 64 bits systems until the 32 bits fade in the past?

Thanks in advance

free ReSharper alternatives ?

$
0
0
what's the best resharper alternative ?

USB freezing.

$
0
0

I have designed a usb pc oscilloscope using a PIC32MX microcontroller.

The C# pc software is from www.waitingforfriday.com

This works great and has no problems.

I have now ported this across to a PIC32MZ microcontroller.

Again this works great.

However, if I exit the pc program 5 seconds later the USB bus goes into suspend.

Then if I go back into the pc program the usb bus is frozen in suspend mode.

If I go back in before 5 seconds are up then it runs fine.

I have disabled power down and selective suspend on my pc but the problem persists.

 Is there a C# command I can use to take the USB bus out of suspend ?


n.Wright


My Document Folder

$
0
0

How do I return the path to a User's My Document folder?  IIS is used to access the published website.



Mobile Application development in VS

$
0
0

Customer have HHT 9200 models which is working in their own customized application developed under VS2008 with the help of SQL SERVER 2008 R2. Please guide us which version of Visual Studio will support for this kind of application development as this VS2008 is NOW OUT OF SUPPORT BY MICROSOFT. Additional information  also furnished below.

 

1. Sql Server 3.9 is embedded in the device itself.

2. Windows mobile 6.5 version exist in the current device.

3. Deployment is happening by setting target device pc2003

VB.2017 Windows Form CheckListBox cannot insert an item at Design Time as it was in prior versions

$
0
0

In VB.2017 Windows Forms you can no longer insert an item into the middle of a CheckListBox. You can only add to the end. Nor can you copy and paste all of the items.  This was done in prior versions.

As it is now the entire CheckListBox must be done from scratch (i.e. delete the old and start a new one).

We have dozens of programs that use the CheckListBox and some have dozens of items.

The idea of re-doing a checklistbox with dozens of items is a total waste of time and prone to error.

Had I known this I would have never converted any of our programs to 2017.

Microsoft please give us a way to to properly edit the items in a CheckListBox.  The way it is now is just stupid!!!!

The current .NET SDK does not support targeting .NET Standard 2.0. Either target .NET Standard 1.6 or lower, or use a version of the .NET SDK that supports .NET Standard 2.0.

$
0
0

Hello,

I have downloaded and opened a solution from GitHub (this one in case anyone wants to try it themselves), but get errors of the form...

The current .NET SDK does not support targeting .NET Standard 2.0.  Either target .NET Standard 1.6 or lower, or use a version of the .NET SDK that supports .NET Standard 2.0.

The current .NET SDK does not support targeting .NET Core 2.0.  Either target .NET Core 1.1 or lower, or use a version of the .NET SDK that supports .NET Core 2.0.

I have installed the full .NET Core 2.2 SDK - Windows x64 Installer (v2.2.104), and have restarted my machine, but still get the same errors.

If I open a command prompt and type dotnet --info, I see that version 2.2.104 is installed.

I'm using VS Enterprise 2017 on Windows 7 Pro x-64.

Thanks



Managing VS2017 Community Solution Explorer TreeNodes

$
0
0

Is there a way to 'merge' files in Solution Explorer so that I could show a text file under the corresponding .vb file (such as how SE used to expand to include the .Designer.vb as a child node?)

The reason I ask is because I am planning to publish a component library and would like to 'attach' a ReadMe.txt file and any additional related external files that I might code as nodes under each respective .vb file. This would keep all parts of the whole under individual parent nodes and clean up the SE GUI. Perhaps this could be accomplished via XML somewhere?

I am currently using VS2017 Community Version 15.9.4.

(As an aside: is there a switch that can be set somewhere that would cause the Solution Explorer to show the .Designer.vb node expansion as it used to display?)

Thank you!

Build email account & password into program and keep it hidden from general viewing

$
0
0

I'm using Visual Studio 2017 and SQL Server 2014, VB.

I have built in the ability for the program to notify me when certain conditions exist.  No problem with that but now I would like to find a way to hide the email account name and password so users can't access that information on their own by viewing and of the code or web configuration files.  This implies it should be placed in the database file and encrypted/decrypted at time of use.  Does anyone have experience doing anything like this and be willing to point me in the right direction so I can get started?  Any help, links to research articles, etc. will be greatly appreciated.

Thanks!

Job Opportunities with Visual Studio dev essentials?

$
0
0
Are there any real examples of anyone being employed or at least successful from the visual studio dev essential program? I just started a 2 month career tract as a data scientist. I would just like to know if the online certificates can secure employment for someone like me who is new to coding, does not have a degree or any experience with coding. 

message that pops up every time I attempt to change the text alignment on a label iv vs2012 express

$
0
0
I am a hobby and new coder.  I keep getting that message about "opt in" to something and it's pissing me off.  As I understand it. this should only come if you are running .Net framework 4.71 or 4.72 (or something like that.  I'm only running .Net framework 4.5.  I have not updated Visual Studio 2012 Express or any of the .Net programs.  I have tried adding some lines to one of my projects and I messed it up.  Is there somebody that can very SIMPLY (and I mean SIMPLY!!!) help me!

How to include Windows.Ai.Machinelearning into a C# program ?

$
0
0

Hi. I'm trying to use winML with c# to do some projects. I currently can't include a lot of libraries into my project as I tried to do the machine learning tutorial from microsoft . I need to include the following dependancies into my program :

using Windows.Storage;
using System.Windows.Graphics.Imaging;
using System.Windows.Storage.Streams;
using System.Windows.AI.MachineLearning.Preview;
using System.Windows.Foundation;
using System.Windows.Media;

However visual studio tells me that they are all no recognized. I have a :

Windows 10 Professional version 1809 (build 17763.253)

Microsoft visual studio 2017 with Windows 10 SDK (10.0.17763.0)

Thank you for your help in advance

Dragging Widget Into Design Surface Area Does Not Work Properly in Visual Studio 2017 Community

$
0
0
I am having the same problem in all types of app project attempts. When dragging a second widget from the Toolbox into the Design Surface area, the widget stacks on top of the first one, and all subsequent widgets stack on top of those. They do not appear in a vertical hierarchy as displayed on tutorial pages. The same error happens in every type of app build tutorial I've tried. I have uninstalled and reinstalled everything already, problem persists.

Powershell tf build checkin error

$
0
0

I’m adding a PowerShell task into the build definition.

The PowerShell task with type File Path.

I’m consistently getting the error TF30063: You are not authorized to access server path\collection if I am running with the build definition.

The same script I’m able to execute successfully without error by using the power shell script tool.

CD $WorkingDirectory  

$CheckInComment="***NO_CI***"

& $tfexe checkin $WorkingDirectory /comment:$CheckInComment /bypass /noprompt /override:$CheckInComment /recursive /force /login:"username","password"

fatal error C1083: file cannot be opened // compiler include path // cl environment variable

$
0
0

Hello,

I am trying to compile some code via scons in the command line, but I get this weird problem, where he chops up the path (which exists) to the compiler into some parts of it which he cant find then. I set the environment variable after he used some old deprecated path after updating visual studio. Why does he chop up that directory path and how can i stop it?

Heres the error:scons: done reading SConscript files.
scons: Building targets ...
[  4%] run(["core\method_bind.gen.inc", "core\method_bind_ext.gen.inc"], ["core\make_binders.py"])
Executing builder function in subprocess: module_path='C:\\godot\\core\\make_binders.py', parameter_file='C:\\Users\\kingofe\\AppData\\Local\\Temp\\5c10af5d196f4d08b16ed807f8013d09.json', parameter_file_size=16208L, target=['C:\\godot\\core\\method_bind.gen.inc', 'C:\\godot\\core\\method_bind_ext.gen.inc'], source=['C:\\godot\\core\\make_binders.py']
[  5%] [94mCompiling [95m==> [93mplatform\windows\godot_windows.cpp[0m

c1xx: fatal error C1083: Datei (Quelle) kann nicht geöffnet werden: "C:\Program": No such file or directory
Files
c1xx: fatal error C1083: Datei (Quelle) kann nicht geöffnet werden: "Files": No such file or directory
Microsoft
c1xx: fatal error C1083: Datei (Quelle) kann nicht geöffnet werden: "(x86)\Microsoft": No such file or directory
Visual
c1xx: fatal error C1083: Datei (Quelle) kann nicht geöffnet werden: "Visual": No such file or directory
x64
c1xx: fatal error C1083: Datei (Quelle) kann nicht geöffnet werden: "Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\Hostx64\x64": No such file or directory

godot_windows.cpp
Code is being generated...
scons: *** [platform\windows\godot_windows.windows.tools.64.obj] Error 2
scons: building terminated because of errors.

Heres my set-variables: ALLUSERSPROFILE=C:\ProgramData
APPDATA=C:\Users\kingofe\AppData\Roaming
cl=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\Hostx64\x64
COCOS_CONSOLE_ROOT=C:\Users\kingofe\Desktop\Cocos2d-x\cocos2d-x-3.16\cocos2d-x-3.16\tools\cocos2d-console\bin
COCOS_TEMPLATES_ROOT=C:\Users\kingofe\Desktop\Cocos2d-x\cocos2d-x-3.16\cocos2d-x-3.16\templates
COCOS_X_ROOT=C:\Users\kingofe\Desktop\Cocos2d-x\cocos2d-x-3.16
CommandPromptType=Native
CommonProgramFiles=C:\Program Files\Common Files
CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
CommonProgramW6432=C:\Program Files\Common Files
COMPUTERNAME=KINGPOC
ComSpec=C:\WINDOWS\system32\cmd.exe
DevEnvDir=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\
DriverData=C:\Windows\System32\Drivers\DriverData
ExtensionSdkDir=C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs
FP_NO_HOST_CHECK=NO
Framework40Version=v4.0
FrameworkDir=C:\WINDOWS\Microsoft.NET\Framework64\
FrameworkDIR64=C:\WINDOWS\Microsoft.NET\Framework64
FrameworkVersion=v4.0.30319
FrameworkVersion64=v4.0.30319
FSHARPINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\FSharp\
HOMEDRIVE=C:
HOMEPATH=\Users\kingofe
HTMLHelpDir=C:\Program Files (x86)\HTML Help Workshop
INCLUDE=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um;C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\ucrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\shared;C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um;C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\winrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\cppwinrt
LIB=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\lib\x64;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\lib\x64;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\lib\um\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.17763.0\ucrt\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.17763.0\um\x64;
LIBPATH=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\lib\x64;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\lib\x64;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\lib\x86\store\references;C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.17763.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.17763.0;C:\WINDOWS\Microsoft.NET\Framework64\v4.0.30319;
LOCALAPPDATA=C:\Users\kingofe\AppData\Local
LOGONSERVER=\\KINGPOC
NETFXSDKDir=C:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\
NUMBER_OF_PROCESSORS=8
OneDrive=C:\Users\kingofe\OneDrive
OS=Windows_NT
Path=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft SDKs\TypeScript\3.1;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\bin\Roslyn;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Team Tools\Performance Tools\x64;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Team Tools\Performance Tools;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\\x64;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\x64\;C:\Program Files (x86)\HTML Help Workshop;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\FSharp\;C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\\MSBuild\15.0\bin;C:\WINDOWS\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Python27\;C:\Python27\Scripts;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\TortoiseGit\bin;C:\Program Files\Git\cmd;C:\Users\kingofe\Desktop\Cocos2d-x\cocos2d-x-3.16\cocos2d-x-3.16\templates;C:\Users\kingofe\Desktop\Cocos2d-x\cocos2d-x-3.16\cocos2d-x-3.16\tools\cocos2d-console\bin;C:\Users\kingofe\AppData\Local\Microsoft\WindowsApps;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\Ninja
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
Platform=x64
PROCESSOR_ARCHITECTURE=AMD64
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 158 Stepping 9, GenuineIntel
PROCESSOR_LEVEL=6
PROCESSOR_REVISION=9e09
ProgramData=C:\ProgramData
ProgramFiles=C:\Program Files
ProgramFiles(x86)=C:\Program Files (x86)
ProgramW6432=C:\Program Files
PROMPT=$P$G
PSModulePath=C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\;C:\Program Files\Intel\;C:\Program Files\Intel\Wired Networking\
PUBLIC=C:\Users\Public
SCONS_ERRORLEVEL=2
SystemDrive=C:
SystemRoot=C:\WINDOWS
TEMP=C:\Users\kingofe\AppData\Local\Temp
TMP=C:\Users\kingofe\AppData\Local\Temp
UCRTVersion=10.0.17763.0
UniversalCRTSdkDir=C:\Program Files (x86)\Windows Kits\10\
USERDOMAIN=Kingpoc
USERDOMAIN_ROAMINGPROFILE=Kingpoc
USERNAME=kingofe
USERPROFILE=C:\Users\kingofe
VCIDEInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\
VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\
VCToolsInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\
VCToolsRedistDir=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.16.27012\
VCToolsVersion=14.16.27023
VisualStudioVersion=15.0
VS140COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\
VS150COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\
VSCMD_ARG_app_plat=Desktop
VSCMD_ARG_HOST_ARCH=x64
VSCMD_ARG_TGT_ARCH=x64
VSCMD_VER=15.9.7
VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\
windir=C:\WINDOWS
WindowsLibPath=C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.17763.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.17763.0
WindowsSdkBinPath=C:\Program Files (x86)\Windows Kits\10\bin\
WindowsSdkDir=C:\Program Files (x86)\Windows Kits\10\
WindowsSDKLibVersion=10.0.17763.0\
WindowsSdkVerBinPath=C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\
WindowsSDKVersion=10.0.17763.0\
WindowsSDK_ExecutablePath_x64=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\x64\
WindowsSDK_ExecutablePath_x86=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\
__DOTNET_ADD_64BIT=1
__DOTNET_PREFERRED_BITNESS=64
__VSCMD_PREINIT_PATH=C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Python27\;C:\Python27\Scripts;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\TortoiseGit\bin;C:\Program Files\Git\cmd;C:\Users\kingofe\Desktop\Cocos2d-x\cocos2d-x-3.16\cocos2d-x-3.16\templates;C:\Users\kingofe\Desktop\Cocos2d-x\cocos2d-x-3.16\cocos2d-x-3.16\tools\cocos2d-console\bin;C:\Users\kingofe\AppData\Local\Microsoft\WindowsApps

Thanks in advance for your answers,

Kingofe

Viewing all 21115 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>