-
Replied To a Post in Do you participate in any other communities?
Is it really going down? In few days back I visited it and it said there's some sort of a company that is busy upgrading it and it will be … -
Replied To a Post in Convert Vb.net to C++
Now getting error `C2065 'width' undeclared identifier` And `'x' undeclared identifier` as well as y -
Replied To a Post in Convert Vb.net to C++
Still this doesn't solve the error -
Replied To a Post in LNK2005 unsigned short
> Why is Form1.h over 1000 lines long? This is because of the the functions as well as the controls (GUI) > Why are you using C-style strncpy all over … -
Endorsed Salem
-
Replied To a Post in Clear the devtool network monitor logs
This is not to cover the extension tracks, I've seen a lot of people being hacked through this, and it's does happen but making sure there's no possible way for … -
Replied To a Post in LNK2005 unsigned short
Here's my build log 1>------ Rebuild All started: Project: myprojectname, Configuration: Debug Win32 ------ 1> stdafx.cpp 1> AssemblyInfo.cpp 1> Form1.cpp 1> Form2.cpp 1> home1.cpp 1>c:\users\mypcname\documents\visual studio 2010\projects\myprojectname\myprojectname\Form1.h(13): warning C4005: 'EXIT_FAILURE' … -
Replied To a Post in LNK2005 unsigned short
No one know a fix or a solution to this problem? -
Gave Reputation to Salem in LNK2005 unsigned short
> error LNK2020: unresolved token (0A0000DF) "unsigned short MyprojectName::m_hservice" Did you add `Form1.cpp` to the project? -
Replied To a Post in LNK2005 unsigned short
The file is there and it also includes `Form1.h` -
Replied To a Post in Do you participate in any other communities?
> What changes? You mean just how our traffic/activity has decreased over the years? Yes, but I think there can be something that can be done to increase the traffic … -
Endorsed Salem
-
Replied To a Post in LNK2005 unsigned short
Oops when I uncomment the code as I've commented it out while I was having that error so that I can continue with the other development on the Form now … -
Revoked Solved Status for LNK2005 unsigned short
Hi DW, I'm having an issue here, I have 3 forms namely `start.h`,`home`,`Form1` in their order of execution, the problem starts when I include Form 1 to any of these … -
Replied To a Post in Do you participate in any other communities?
I was very much active back then on Expert-Exchange, Stackoverflow, but I was more into DaniWeb before the changes but I was and still not a fan of Stackoverflow because … -
Began Watching Do you participate in any other communities?
I know rproffitt is a moderator on the Tech Republic forums. Does anyone else participate in any other online forums / communities / subreddits / etc? Just curious :) -
Replied To a Post in LNK2005 unsigned short
Thank you so much, I would not have figured that out. You are a champ. -
Marked Solved Status for LNK2005 unsigned short
Hi DW, I'm having an issue here, I have 3 forms namely `start.h`,`home`,`Form1` in their order of execution, the problem starts when I include Form 1 to any of these … -
Created How to Automate NAVIS
Hi DW, I'm trying to automate using NAVIS, I tried using post method simulating how it does on a web browser but I get error 678 then now I'm trying … -
Began Watching How to Automate NAVIS
Hi DW, I'm trying to automate using NAVIS, I tried using post method simulating how it does on a web browser but I get error 678 then now I'm trying … -
Replied To a Post in LNK2005 unsigned short
I did try moving DWORD m_dwRVersion; HRESULT m_hr; WFSVERSION m_version; HSERVICE m_hservice; HWND m_handleWind; LPWFSRESULT m_result; From `Form1.h` to `Form1.cpp` but when I do that I get this error `error … -
Replied To a Post in LNK2005 unsigned short
@WilliamOG This variable is not declared anywhere else except on `Form1` where it is giving me problems. The issue seems to be with DWORD m_dwRVersion; HRESULT m_hr; WFSVERSION m_version; HSERVICE … -
Created LNK2005 unsigned short
Hi DW, I'm having an issue here, I have 3 forms namely `start.h`,`home`,`Form1` in their order of execution, the problem starts when I include Form 1 to any of these … -
Began Watching LNK2005 unsigned short
Hi DW, I'm having an issue here, I have 3 forms namely `start.h`,`home`,`Form1` in their order of execution, the problem starts when I include Form 1 to any of these … -
Gave Reputation to Tayler_2 in Issue with FCM in Android Studio
It sounds like your project’s dependency management might have run into some version conflicts or outdated references. Have you tried clearing the cache or updating your build tools to the … -
Replied To a Post in Convert Vb.net to C++
Thanks but it gives me an error `hwnd` undeclared identifier -
Created Convert Vb.net to C++
Greetings, I'm having an issue, I want to set my form to display at the very top right hand side corner of a screen, I've achieved this in vb.net using … -
Began Watching Convert Vb.net to C++
Greetings, I'm having an issue, I want to set my form to display at the very top right hand side corner of a screen, I've achieved this in vb.net using … -
Replied To a Post in How Can We Make Customer Support More Personal with New Technology?
I think these chatbots are something great to offload work load from agents but the problem starts from us developers by not making a tailored chatbot to address that business … -
Began Watching How Can We Make Customer Support More Personal with New Technology?
Hey everyone, I’ve been thinking a lot about how digital media is changing the way we handle customer support, and I’d love to get your take on it. With all … -
Replied To a Post in Issue with FCM in Android Studio
Hi thanks, I mean FCM as (Firebase Cloud Messaging) this is used for Push notifications. What I think is happening is that I think Google had updated their library or … -
Created Issue with FCM in Android Studio
Hi DW, I've faced an issue with my project, it has been working these years till I think last year or the other year. When I sync it fails saying … -
Began Watching Issue with FCM in Android Studio
Hi DW, I've faced an issue with my project, it has been working these years till I think last year or the other year. When I sync it fails saying … -
Replied To a Post in Unable to resolve dependency
Yes Iv tried many different approach but still. I not sure but it like the problem is with the Firebase that because I was able to open another project that … -
Created Unable to resolve dependency
Hi DW, I'm having an issue on my Android studio I'm getting this error `Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.google.gms:play-services-measurement-api:[16.0.3].` Does anyone know how to solve … -
Began Watching Unable to resolve dependency
Hi DW, I'm having an issue on my Android studio I'm getting this error `Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.google.gms:play-services-measurement-api:[16.0.3].` Does anyone know how to solve … -
Replied To a Post in Create a dynamic list name
I guess I have to find another way of displaying data other than the NesteadListview. -
Replied To a Post in Create a dynamic list name
I'm still stuck on this. -
Replied To a Post in Create a dynamic list name
The problem is with the `nestedList1` I tried clearing it after it execution but it just clear all and only have the last database record only. This is my first … -
Replied To a Post in Create a dynamic list name
How? Where based on my above code? -
Gave Reputation to Dani in check multiple login same user codeigniter 4
When someone logs in, you would generate a token that is stored as a cookie in the web browser. That session cookie is also attached to the user ID in … -
Replied To a Post in Create a dynamic list name
Yes, that's why I was asking about creating it dynamically as per my initial post. That way it was going to be much easier now the issue is that the … -
Replied To a Post in Create a dynamic list name
Thanks but that didn't fix my problem. The issue is that the nested recycle view bring same data in the nested view. The main recycle view which has the titles … -
Created Create a dynamic list name
Hi DW. Anyone who knows how can I achieve this? `List<String> dynamic[i];` The reason why I need this is that I'm creating a dynamic list with nested lists so there's … -
Began Watching Create a dynamic list name
Hi DW. Anyone who knows how can I achieve this? `List<String> dynamic[i];` The reason why I need this is that I'm creating a dynamic list with nested lists so there's … -
Replied To a Post in Clear the devtool network monitor logs
If it's your computer it not a problem, the problem comes when you use public computers, or if a friend borrows your device or someone stole it. Furthermore if someone … -
Replied To a Post in Clear the devtool network monitor logs
Also this is to ensure that even if someone do get your extension logins and try to login to get your Daniweb credentials, so that s/he will try to use … -
Replied To a Post in Clear the devtool network monitor logs
This is not for a website but for extension. The extension is a password manager which keeps the users credentials secure. To make aa example. When you type your password … -
Replied To a Post in Clear the devtool network monitor logs
Unfortunately it's not, this is to give a user a privacy because the network request wether it post or get method it parameters can be viewed, so to prevent undesired … -
Created Clear the devtool network monitor logs
Hi DW. Does anyone know how can I clear a devtool network monitor log of a browser using javascript. I know the `console.clear()` only clear the console log not the …
The End.