#VisualStudio2015
Explore tagged Tumblr posts
Photo

#artisticeye #artistworld #abstracteyesat42 #pictureart #visualstudio2015 #graphicsdesig #artisticrollerskating #abstractartlover #illustrationmakers #artisticart #artistanbul #instadrawing #pictureabq #artisticworld #visualspatial #graphicaldesign #DesignerJunkie #artistsatwork #colorart #picturecar #digitalgraphics #artedigital #artisticfragrances #artistalley #freelancedesignermalaysia #pictureofnature #artisticmood #acuarela #graphicsline #visualsmx https://www.instagram.com/p/CGXagJbpEZR/?igshid=twgc05stf0v2
#artisticeye#artistworld#abstracteyesat42#pictureart#visualstudio2015#graphicsdesig#artisticrollerskating#abstractartlover#illustrationmakers#artisticart#artistanbul#instadrawing#pictureabq#artisticworld#visualspatial#graphicaldesign#designerjunkie#artistsatwork#colorart#picturecar#digitalgraphics#artedigital#artisticfragrances#artistalley#freelancedesignermalaysia#pictureofnature#artisticmood#acuarela#graphicsline#visualsmx
0 notes
Text
Source Control Switcher - Visual Studio Extension
Today we're finally releasing Source Control Switcher, a lightweight Visual Studio Extension that automatically sets the Source Control Provider according to the one used by the current Visual Studio project. All you need to do is to set your favourite defaults using the extension's dedicated Source Control Switcher option tab, which will be added to your Visual Studio Tools -> Options panel upon install, as in the screenshot below:
Once done, your favourite Source Control Provider will be automatically set everytime you open an existing project or solution. Supported Source Control Providers are: AnkhSVN (Subversion, default); VisualSVN (Subversion); Visual Studio Tools for Git (Git, default); EZ-GIT (Easy Git Integration Tool) (Git); Git Source Control Provider (Git); HgSccPackage (Mercurial, default); VisualHG (Mercurial); VSHG (Mercurial); P4VS (Helix, default). More providers can be added, provided they are regular source control providers and there exists an easy way to detect proper RCS type by checking file or directories presence starting from solution root directory. It supports all Visual Studio versions from 2015 to 2019. License is MIT. This extension is strongly based to SccAutoSwitcher by Francesco Pretto, which sadly seems to be no longer updated and lack VS2019 support and async loading support (which led me to create this project).
Useful References
SourceControlSwitch official page SourceControlSwitch on GitHub SourceControlSwitch on Visual Studio Marketplace Read the full article
#Git#Helix#HG#Mercurial#SCC#SCM#SCP#SourceControl#SourceControlManager#SourceControlProvider#SVN#VisualStudio2015#VisualStudio2017#VisualStudio2019#VisualStudioExtension#VS2015#VS2017#VS2019
0 notes
Photo

Licencias Originales: VISUAL STUDIO 2019/2017/2015 #VisualStudio2019 Retail Professional $50 Enterprise $60 #VisualStudio2017 Retial Professional $40 Enterprise $50 #VisualStudio2015 Retial Professional $30 Enterprise $40 https://www.instagram.com/p/BybMKdqhrgq/?igshid=hy7j1kuejexq
0 notes
Photo

Creating a Point of Sale System using VB .NET with MS Access สร้างโปรแกรมขายสินค้าด้วย Visual Basic .NET กับฐานข้อมูล Access https://bit.ly/2PZvPfY
📲 Source code: https://payhip.com/b/JiwLr
#VisualStudio2015 #VisualStudio2019 #VB #VisualBasic #Programming #Coding #MSAccess #TableRelationships #ADOdotNET #CodeAMinute #iBasskung #สอนเขียนโปรแกรม
1 note
·
View note
Photo
Como Instalar o SQL Server Management Studio http://ehelpdesk.tk/wp-content/uploads/2020/02/logo-header.png [ad_1] Curso Visual Basic .net Beginner... #agile #amazonfba #analysis #business #businessfundamentals #excel #financefundamentals #financialanalysis #financialmodeling #forex #investing #mfe #microsoft #microsoftvisualstudiosoftware #pmbok #pmp #realestateinvesting #sql #sqlservermanagementstudio #stocktrading #tableau #vb.net #visualstudio2015 #visualstudio2017 #visualstudio2019
0 notes
Link
【スパイン導入方法】 (バージョン4.18.3で成功を確認。4.19.2ではエラー発生。スパイン自体が非対応? 要検証) [1.1] spine-runtimes-3.6を解凍する [1.2] UE4プロジェクトのフォルダを開く。 フォルダのトップに新規フォルダ「Plugins」を作成。(大文字小文字間違えずに) [1.3] spine-runtimes-3.6内にある「spine-ue4/Plugins」の中にあるふたつのフォルダをコピペする。 ※「RuntimeMeshComponentPlugin」と「SpinePlugin」。必ずフォルダごとコピペすること。 [1.4] ペーストしたほうを「\SpinePlugin\Source\SpinePlugin\Public」まで開く。 [1.5] ランタイムのフォルダの「spine-c」を開く。中にあるフォルダの「spine-c」を さっき開いた「Public」フォルダにコピペする。 [2.1] プロジェクトフォルダのトップにあるslnファイルを開く。→VisualStudio2015が起動 メニューバー内の「ビルド」の「すべてリビルド」で、自分で名前をつけたUE4のプロジェクト名のほうで実行 ※念の為、下記URLにどこか記載しておきます。 https://gyazo.com/57dfce583f9af5f55baa8a72ecf7fb0b [2.2] リビルドが完了したら、「ソリューションのビルド」を実行 正常終了を確認する。 [2.3] デバッグ→「デバッグなしで実行」を実行 すると、自動でUE4が立ち上がる。 プラグインの2Dの項目に「spine」の2つがEnableになっていれば成功
0 notes
Text
エラー時に出力されるダンプの確認方法
■用途 crinklerを通してexeを出力する際、crinkler自体が強制終了するケースへの対応。 前の環境でVisualStudio2015を使っていたけど、2017に変更してから同じ事使用とするとダメだったので。
■方法 Windbgを利用して、ダンプの中身を確認する。
■ツールの入手方法 https://developer.microsoft.com/ja-jp/windows/hardware/windows-driver-kit
■うちの環境の原因 > Symbol search path is: *** Invalid *** なんかシンボル検索のパス設定があかんらしいぞ。 ということで原因はわかったので明日以降にでも対応しよっと。
20180224追記、どうも原因違う様子。 上記のエラーはWinDbg本体のエラーのため、これを解決しないとダメそう。 で、実はVisualStudioでも見てみたんだけど、どうも原因が不明。
これお手上げかな・・・
0 notes
Text
VisualStudio2015でtensorflow1.5.0rc1のsampleをC++ビルド
環境
OS:Windows7 Professional 64bit
CPU:Core i7-2600K
MEM:8GB
GPU:GeForce GTX560
HDD:1TB
目��
環境構築からsample(label_image)のGPU版ビルドまで
Pythonを使わずC++だけで完結させる
環境構築1
VisualStudio
2015以上必須(Community可)
2013はC++11には対応しているがconstexpr未対応なのでNG
2015はここから、2017で良ければこっちからインストール
日本語言語パックはここ
GeForce Game Ready Driver
CUDA9.0以降に対応したものが必要
更新をサボってない限り改めて入れる必要はない
Spectre/MeltDown対応された390.65以降を入れておけば間違いはない
Windows7 64bit用390.65はここからダウンロード、最新版はこっちから検索
CUDA Toolkit
CUDA9.0を入れる
9.1はtensorflow側が未対応なので多分NG
CuDNN
ここから最新版ではなくCUDA9.0に対応したものダウンロードする
ログインを求められるので、NVIDIA Developer Programのアカウントを持っていなければ作成(Join)する
入力内容はエラーにならない範囲であればなんでもよい
ダウンロードできたら、CUDAをインストールしたフォルダに上書きする
例 cudnn-9.0-windows7-x64-v7.zipのcudaフォルダ以下を C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.0フォルダ以下に上書き
環境構築2:tensorflowライブラリビルドに必要なもの
Git for Windows
ここから64bit用インストーラをダウンロード
VisualStudioインストール時、Gitを選択した場合はまとめてインストールされるので新たに入れる必要はない
MSYS2
cmakeを動かせるならなんでも良いが、手軽なのでMSYS2を採用
ここからインストーラをダウンロード ※2018年2月10日時点の最新版はmsys2-x86_64-20170918.exe ※諸々入れると5GBくら��にはなるので入れるドライブに注意
MSYS2 MinGW 64bitを開き、コマンドラインから必要なパッケージを追加
pacman -S mingw-w64-x86_64-cmake
環境構築3:tensorflowインストール
ここのSource code (zip) からtensorflow一式ダウンロード
適当なフォルダに展開
環境変数設定
変数名変数値(例)CUDA_PATHC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.0
cmake設定変更 ${installpath}/tensorflow/contrib/cmake/CMakeLists.txt
1. Python関連の設定を無効化する(要らないので) tensorflow_BUILD_PYTHON_BINDINGSをONからOFFに変更 "#include(FindPythonInterp)"から"endif()"までの4行をコメントアウト ※1.5.0-rc1では395~398行 2. GPUビルドを有効にする tensorflow_ENABLE_GPUをOFFからONに変更 3. CPUのSIMD拡張命令セットを有効にする どの命令セットが使えるかはCPUによって異なる Core i7-2600KではAVXのみ有効だったので option(tensorflow_WIN_CPU_SIMD_OPTIONS "Enables CPU SIMD instructions") を set(tensorflow_WIN_CPU_SIMD_OPTIONS "/arch:AVX" CACHE STRING "Enables CPU SIMD instructions") に変更した
MSYS2 MinGW 64bitを開き、コマンドラインからcmakeを実行 ※Dドライブのlibフォルダに展開した場合の例
cd /d/lib/tensorflow-1.5.0-rc1/tensorflow/contrib/cmake/ cmake -G "Visual Studio 14 2015 Win64" .
ビルドに使うcl.exeを64bit版に変更
プロジェクトファイル(.vcxproj)を直接書き換える
ビルドオプションではないのでcmake設定ファイルにadd_definitionsしても効果はなかった
最初のImport Project行の下に下記を追加
<PropertyGroup> <PreferredToolArchitecture>x64</PreferredToolArchitecture> </PropertyGroup>
とりあえずtf_core_kernels.vcxprojのみ
64bit版が必要なのはヒープ不足でビルド失敗するccファイルだけ
具体的には下記2ファイル conv_ops_3d.cc conv_grad_ops_3d.cc
公式でも話題になっていたが、この2ファイルだけめちゃめちゃビルドに時間がかかる
前述の環境で合計53分(26分+27分)かかった
ピーク時のcl.exe消費メモリは6.3G程度
ALL_BUILDでライブラリ全ビルドしようとするとここで引っかかる 分散ビルドでcl.exeが複数(前述の環境では9個)起動するため時間のかかるファイルがどんどん残り、メモリを���鹿食いする
メモリ32GB以上の富豪環境なら問題ないかもしんない(16GBは多分苦しい)
label_imageのビルドと動作確認
tensorflowライブラリビルド
cmakeで生成したtensorflow.slnを開く
${installpath}/tensorflow/contrib/cmake/tensorflow.sln
ALL_BUILDで全ビルドするととんでもないことになるので個別でやる
label_imageに必要なライブラリは下記の通り
tf_cc_framework.libtf_cc_ops.libtf_core_cpu.libtf_core_direct_session.libtf_core_framework.libtf_core_gpu_kernels.libtf_core_kernels.libtf_core_lib.libtf_core_ops.libtf_protos_cc.libtf_stream_executor.lib
前述の環境でビルドにtf_core_gpu_kernels.libは1時間51分、tf_core_kernels.libは1時間52分(問題の2ファイルが53分/その他59分)要したので気長にやろう
VisualStudioでC++Win32コンソールアプリケーションプロジェクトを作成
ソースファイルにmain.ccを追加
${installpath}/tensorflow/examples/label_image/main.cc
"プリプロセッサの定義"設定 プロジェクトプロパティ > 構成プロパティ > C/C++ > プリプロセッサ
追加する定義注釈 WIN32COMPILER_MSVC_SCL_SECURE_NO_WARNINGSDebugのみNOMINMAX
"追加のインクルードディレクトリ"設定 プロジェクトプロパティ > 構成プロパティ > C/C++ > 全般 ※Dドライブのlibフォルダに展開した場合の例
追加するパス注釈 D:\lib\tensorflow-1.5.0-rc1D:\lib\tensorflow-1.5.0-rc1\tensorflow\contrib\cmake生成型のコードD:\lib\tensorflow-1.5.0-rc1\tensorflow\contrib\cmake\eigen\src\eigenD:\lib\tensorflow-1.5.0-rc1\tensorflow\contrib\cmake\protobuf\src\protobuf\srcProtocol BuffersD:\lib\tensorflow-1.5.0-rc1\tensorflow\contrib\cmake\nsync\install\include
"追加のライブラリディレクトリ"設定 プロジェクトプロパティ > 構成プロパティ > リンカー > 全般 ※Dドライブのlibフォルダに展開した場合の例
D:\lib\tensorflow-1.5.0-rc1\libD:\lib\tensorflow-1.5.0-rc1\tensorflow\contrib\cmakeC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.0\lib
"追加の依存ファイル"設定 プロジェクトプロパティ > 構成プロパティ > リンカー > 入力 ※Dドライブのlibフォルダに展開した場合のDebugビルド例
Debug\tf_core_gpu_kernels.libDebug\tf_protos_cc.libx64\cublas.libx64\cuda.libx64\cudart.libx64\cudnn.libx64\cufft.libx64\curand.libx64\cusolver.libfarmhash\src\farmhash\Debug\farmhash.libfft2d\src\fft2d\Debug\fft2d.libgif\src\gif-build\Debug\giflib.libjpeg\src\jpeg-build\Debug\libjpeg.liblmdb\src\lmdb-build\Debug\lmdb.libnsync\src\nsync\Debug\nsync.libpng\src\png-build\Debug\libpng12_staticd.libprotobuf\src\protobuf\Debug\libprotobufd.libsnappy\src\snappy\Debug\snappy.libsqlite\src\sqlite-build\Debug\sqlite.libtf_cc_framework.dir\Debug\tf_cc_framework.libtf_cc_ops.dir\Debug\tf_cc_ops.libtf_core_cpu.dir\Debug\tf_core_cpu.libtf_core_direct_session.dir\Debug\tf_core_direct_session.libtf_core_framework.dir\Debug\tf_core_framework.libtf_core_kernels.dir\Debug\tf_core_kernels.libtf_core_lib.dir\Debug\tf_core_lib.libtf_core_ops.dir\Debug\tf_core_ops.libtf_stream_executor.dir\Debug\tf_stream_executor.libzlib\install\lib\zlibstaticd.lib
一部ライブラリに全体リンク指定を付ける
どこからも参照されていないが意味のあるstatic変数(Factory、Registrarなど)が多数あるため、objがリンクで落とされないよう対処する
"追加のオプション"設定 プロジェクトプロパティ > 構成プロパティ > リンカー > コマンドライン
/WHOLEARCHIVE:tf_cc_framework.lib/WHOLEARCHIVE:tf_cc_ops.lib /WHOLEARCHIVE:tf_core_cpu.lib/WHOLEARCHIVE:tf_core_direct_session.lib /WHOLEARCHIVE:tf_core_framework.lib/WHOLEARCHIVE:tf_core_kernels.lib /WHOLEARCHIVE:tf_core_lib.lib/WHOLEARCHIVE:tf_core_ops.lib/WHOLEARCHIVE:tf_stream_executor.lib/WHOLEARCHIVE:libjpeg.lib
インクリメンタルリンクを無効にする
WHOLEARCHIVEと同時に使用した場合に不具合があるとのこと プロジェクトプロパティ > 構成プロパティ > リンカー > 全般 "インクリメンタルリンクを有効にする"を「いいえ」に変更
"作業ディレクトリ"設定 プロジェクトプロパティ > 構成プロパティ > デバッグ
tensorflowを展開したフォルダをそのまま設定 例 D:\lib\tensorflow-1.5.0-rc1
テストデータ取得 README.mdに従い、これをダウンロード、dataフォルダに展開
label_imageをビルドしてデバッグ開始
参考サイト
https://qiita.com/YankeeDeltaBravo225/items/d40008f97797d6e88b71#_reference-1585f14b485c99cfde4f http://tadaoyamaoka.hatenablog.com/entry/2016/10/31/221101 http://umezawa.dyndns.info/wordpress/?p=6392
0 notes
Photo

#love #visualsoftime #graphicinspiration #designessentials #ArtisticMetropol #visualshots #visualstudio2015 #artistaddress #artisticgymnastic #artistgill #artistscollective #GraphicsInAtlanta #artistpage #VISUALMEDIA #freelancershop #graphicdesigncommunity #melbournegraphicdesign #artistsatwork #ArtistOnTheRise #graphicschool #drawingcompetition #visualvogue #ArtsOfVisuals #artisticphotographyy #artiststudio https://www.instagram.com/p/CF9hYCuJ2Tk/?igshid=14cq3wonrwet0
#love#visualsoftime#graphicinspiration#designessentials#artisticmetropol#visualshots#visualstudio2015#artistaddress#artisticgymnastic#artistgill#artistscollective#graphicsinatlanta#artistpage#visualmedia#freelancershop#graphicdesigncommunity#melbournegraphicdesign#artistsatwork#artistontherise#graphicschool#drawingcompetition#visualvogue#artsofvisuals#artisticphotographyy#artiststudio
0 notes
Link
Windows10なら問題なかったのだけど…
WindowsServer 2012 R2 に VisualStudio 2015 Community U2 をCDイメージからインストールしたところ、構成の矛盾が起きて VS 起動しない。
再インストールすると .Net Framework 4.6.1 Developer Pack で OS フリーズ。
そこで Microsoft のサポートサイトから対応策を確認。 仮想サーバーをVSインストールの前にロールバックして、 念のため Windows Update でインストールされていた .Net Framework 4.6* 関連のアップデートを全部アンインストールして再起動、VisualStudio 2015 のインストールを実行中です。
0 notes
Photo

Master Visual Basic .NET by Building a Point Of Sale System. - If you would like the source code, please visit my store: https://payhip.com/iBasskung
#VisualStudio2015 #VisualStudio2019 #VisualBasic #MSAccess #ADOdotNET #Programming #Coding #SourceCode #iBasskung #สอนเขียนโปรแกรม
1 note
·
View note
Video
youtube
How to put social links on ASP.net MVC website with Visual Studio 2015 Community Edition?
(via https://www.youtube.com/watch?v=xb_RQue5oYE)
0 notes
Text
Visual Studio 2015: Kurzüberblick über die Neuerungen und weiterführende Links
DanielTheCoder
Ab heute, 20. Juli 2015, wird die neue Visual Studio 2015 Version bereitstehen. Mit Visual Studio 2015 wird die neue Edition “Visual Studio Enterprise 2015” eingeführt die vor allem für alle Visual Studio 2013 Premium Benutzer mit MSDN interessant sein wird da das Upgrade auf die Enterprise Edition gratis ist.
Die Installation der Enterprise Edition mit allen Features benötigt diesmal 22 GB und ergibt sich unter anderem aus der Vielzahl an Cross Plattform Development Werkzeugen und den zugehörigen 3rd Party Erweiterungen, Unterstützung für Windows 10 Universal Windows Apps, usw.
Für alle .Net Entwickler wird wohl die interessanteste Neuerung die Einführung der .Net Compiler Platform (“Roslyn”) in Visual Studio sein. Mit Roslyn kommt nicht nur die Unterstützung der neuen Sprach-Features von C# 6.0 als auch VB 14 hinzu, sondern eine Vielzahl an weiteren Features wie zum Beispiel verbesserte IDE Features, “Live Code Analyzers” welche es erlauben auch eigene CodeFixes zu schreiben diese per Nuget zu deployen, Debugging support für Lamdas, usw.
Die Git Unterstützung wurde weiter ausgebaut und hinzugekommen sind unter anderem Unterstützung der für Git typischen Graphen Ansicht der Commit Historie, bessere Unterstützung für die Verwaltung von hierarchischen branches und remotes, Unterstützung für rebase, usw. Als Visual Studio Extension wird außerdem die Unterstützung von Github gehosteten Projekten mitgeliefert.
Vor allem aber für Web-Entwickler wird die native Unterstützung moderner Web Development Werkzeuge wie node.js, npm, bower, grunt und gulp eine Erleichterung bei der Entwicklung von Single Page Applications bringen.
Visual Studio 2015 bringt viele nützlichen Neuerungen mit sich doch es wird noch eine Weile dauern bis alle Visual Studio Extension für die neuen Version verfügbar sind. Wir haben bereits unser Arbeit getan und specflow und specflow+Runner für die neue Version fit gemacht :)
(Beitrag zusammengestellt von @DanielTheCoder)
Weitere Links
SpecFlow für Visual Studio 2015
Visual Studio 2015 What's new
Visual Studio 2015 Release Notes
Visual Studio 2015 Future Roadmap
Team Foundation Server 2015 Release Notes
Visual Studio Online Future Roadmap
0 notes
Photo

Visual Basic .NET : Save Images in Folder and Paths in Database (Intro) https://youtu.be/wIkp0MwMbQQ - บันทึกรูปภาพลงในโฟลเดอร์ และ เก็บที่อยู่รูปภาพลงในฐานข้อมูล.
👨🏫 Online Course for Channel Members : How to Create a Point Of Sale System. - View the full playlist: https://www.youtube.com/playlist?list=PLJiGI-KZnz3TgIf363yVc3hioQIO7lSY0
#VisualStudio2015 #VisualBasic #MicrosoftAccess #OnlineCourse
0 notes