Problem in compiling pjsip in visual studio
Stack Overflow » Visual Studio
by not.me
1d ago
i was initially trying to compile microsip and it required pjsip so im trying to compile pjsip using visual studio and the build instructions on the site. currently facing these errors after initially it wasnt detecting sdl header files despite me adding them in include and library path in the project properties. i simply copied the sdl header files to the directory of pjmedia. now its not finding the openh264.lib file but searching online is yielding no results ..read more
Visit website
Blazor frontend with Authentication enabled bombs when a password change is executed
Stack Overflow » Visual Studio
by Babu Mannavalappil
1d ago
I am developing a web app that contains a Blazor front end and a .net WebAPI backend. Both are developed using the .NET 8 version. I also have a class library project where I have all the data related code such as my DbContext Class, all my Data Models and also DTO models etc. My intention with the class library is to reuse the data context and models in multiple front-end apps such as Blazor, MAUI and ASP.NET Core Web App; I have only started with Blazor though. I am also using the .net core Identity framework for authentication and authorization purposes. Maybe it is significant to mention t ..read more
Visit website
Why such a variable 'ext' in 'iloiterator.h' is undefined when I use CPLEX with C++?
Stack Overflow » Visual Studio
by Poca
1d ago
When I'm reproducing the code from a paper, I encountered CPLEX for the first time. I followed the methods provided in the CPLEX documentation to set up the necessary libraries and compilation options. However, when running the code, I encountered an error indicating an undeclared identifier. The output information is as follows: Build started at 9:50... 1>------ Build started: Project: replication-adapt-cmsa+la-vs-v1, Configuration: Release x64 ------ 1>main.cpp 1>C:\Program Files\IBM\ILOG\CPLEX_Studio128\concert\include\ilconcert\iloiterator.h(88,17): error C2065: 'ext': undeclared ..read more
Visit website
How do I install Visual Studio 2019 (or 2017) Enterprise for 32-bit systems offline?
Stack Overflow » Visual Studio
by 4user
1d ago
I need to install Visual Studio offline, can you tell me how I can do this? I have a successful Internet connection, but I can't run the VS.exe file I downloaded I have a successful Internet connection, but I can't run the VS.exe file I downloaded here. -And I tried almost every method to solve this problem. but I could not solve the problem ..read more
Visit website
Visual Studio showing strange errors [closed]
Stack Overflow » Visual Studio
by John
1d ago
I've been trying to code with C++ in Visual Studio 2022, however, some weird errors have been showing off. It is about the source files. Like it said "Cannot find source file ---.h". (I don't have an image here) I figured out this is because I didn't put the MinGW files into Visual Studio. So I did it like this question. And the files I imported are from CodeBlocks from this directory C:\Program Files\CodeBlocks\MinGW\x86_64-w64-mingw32\include However, now it shows another bunch of errors and this time I have no idea what does it mean: Some errors: E0169 expected a declaration E0135 namespace ..read more
Visit website
How to configure csproject so that "Add as Link" only in release mode but not in debug?
Stack Overflow » Visual Studio
by Graviton
1d ago
I'm talking about csproject in VS 2022, targeted to .Net framework 4.8 Is there anyway to configure the debug and release mode settings differently? More specifically, I want to include a *.tt file into the csproject only during the release mode, but not in debug mode. In other words, the following setting in the csproject <ItemGroup> <Content Include="..\AssemblyCopyright.tt"> <Link>Properties\AssemblyCopyright.tt</Link> <Generator>TextTemplatingFileGenerator</Generator> <LastGenOutput>AssemblyCopyright.cs</LastGenOutput> ..read more
Visit website
I'm getting an error when I rebuild my project in Visual Studio
Stack Overflow » Visual Studio
by Michelle Jeganathan
1d ago
Couldn't process file MLogin.resx due to its being in the Internet or Restricted zone or having the mark of the web on the file. Remove the mark of the web if you want to process these files. The above is the error I'm getting. I changed the file properties to copy always. Still I'm getting the error ..read more
Visit website
Is there a way to continue the loop of sending messages to MQTT broker after each ID flag called?
Stack Overflow » Visual Studio
by Đức Minh Nguyễn
1d ago
I have 2 programs: "updatethread.h": #ifndef #define #include <QThread> #include <QDialog> #include <QLabel> #include <QPushButton> #include <vector> #include <QString> #include "concurrent.h" class updatethread:public QThread { private: static updatethread *instance; std::string TOPIC_SET_NORMAL, TOPIC_SET_UPDATE; std::string TOPIC_GET_NORMAL, TOPIC_GET_UPDATE; Q_OBJECT; public slots: void Continue_receiver(void); public: explicit updatethread(QObject *parent = nullptr); void run ..read more
Visit website
Non-generic function is failing
Stack Overflow » Visual Studio
by user366312
1d ago
I have two versions of Retrieve() functions: generic and non-generic. The non-generic version casts its arguments and calls the generic version. public TChild Retrieve((T, T, T) coordinates) { try { return grid_.Retrieve(coordinates); } catch { } return default(TChild); } public object Retrieve(object coordinates) { try { (T, T, T)? valueTuple = coordinates as (T, T, T)?; return Retrieve(valueTuple ..read more
Visit website
How to Set Tab Order for Controls in WinForms Application in the designer or otherwise?
Stack Overflow » Visual Studio
by Sergey Zakharchenko
1d ago
I know this is not original but hear me out. I’m working on a WinForms application after a hiatus, and I’ve encountered a challenge related to managing the tab order for controls. The application’s screen forms contain numerous controls, and when I need to add a new control in the middle, adjusting the tab order becomes quite tedious. In the good old MFC (Microsoft Foundation Classes) days, Visual Studio’s form designer had a convenient feature: you could seed the tab index by Ctrl+Click on controls. However, I can’t seem to find a similar functionality today. By default, we must start from 1 ..read more
Visit website

Follow Stack Overflow » Visual Studio on FeedSpot

Continue with Google
Continue with Apple
OR