Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
solve
- Page 1
Re: Error LNK1104 when debugging
Programming
Software Development
5 Hours Ago
by Mr.M
I've tried doing the extern to all these variables but still. Let me clarify, the project was running fine, only started experiencing this in few weeks ago. Regarding the question about the OpenXFS project (Library) the library is here and it's linked. What I will do is try commenting out all the code and try debugging and see if it will …
Re: Error LNK1104 when debugging
Programming
Software Development
4 Hours Ago
by Salem
> Let me clarify, the project was running fine, only started experiencing this in few weeks ago.# https://en.wikipedia.org/wiki/Git Start using it. Every time you make forward progress, you make a commit. Every time you make a mess of it, you revert to the last known good state and try again.
Re: Error LNK1104 when debugging
Programming
Software Development
3 Hours Ago
by Dani
I will also add that Git is built into almost all IDEs. It's the default version control for Visual Studio 2019 and forward. Are you still using VS 2010? There are some Git plugins for VS 2010 as well: https://stackoverflow.com/questions/16989962/visual-studio-2010-2012-git-plugin
Re: Error LNK1104 when debugging
Programming
Software Development
2 Hours Ago
by Mr.M
Thanks, I've never used Git before. I've commented out all the code but still. What I think might be producing this problem is the resources. I added a new item then changed the default to a new icon. But I did run the project successfully that time. This is the only thing I suspect might be a result of this problem. How can I clean the …
Re: Error LNK1104 when debugging
Programming
Software Development
5 Days Ago
by toneewa
I've seen this happen from Windows Defender nuking Visual Studio's compile process. Make sure the PC is set to Developer Mode. Whitelist the directories involved in Windows Defender. This could happen after a Windows Update. Check the "defender" log and see if there is any file(s) to restore. Restarting the PC will resolve any hung…
Re: Error LNK1104 when debugging
Programming
Software Development
2 Days Ago
by Mr.M
I tried saving logs and going through it but I don't see where it indicate where's the problem.
Re: Error LNK1104 when debugging
Programming
Software Development
2 Days Ago
by rproffitt
Since no details such as logs were shared, others can't find Waldo.
Re: Error LNK1104 when debugging
Programming
Software Development
2 Days Ago
by Dani
Can you please save the log as a text file and attach it as an attached file here? Much thanks! :)
Re: Error LNK1104 when debugging
Programming
Software Development
1 Day Ago
by Mr.M
Here's the log, I had posted it yesterday I don't know what happened to it now or it was removed?
Re: Error LNK1104 when debugging
Programming
Software Development
1 Day Ago
by Salem
> 1>C:\Users\mypcname\Documents\Visual Studio 2010\Projects\myprojectname\Debug\myprojectname.exe : fatal error LNK1120: 16 unresolved externals This is why you don't have an executable file. Example: 1>myprojectname.obj : error LNK2020: unresolved token (0A0000DF) "unsigned short MyProjectName::m_hservice" (?…
Re: Error LNK1104 when debugging
Programming
Software Development
1 Day Ago
by wwwalker
When compiling no relevant libraries have been included for linker to link so the executable won't run as it can't be compiled with missing libraries. In C and C++ code, the library header includes are at the top of the page. E.g.: #include <iostream> Go through each error where code requires a library to be linked and add those …
Re: Error LNK1104 when debugging
Programming
Software Development
1 Day Ago
by rproffitt
I followed the build process and when I hit OpenXFS_V0.0.0.5 I went looking for that project to see if folk were having build problems. Where is this OpenXFS project to be found? I worry this is from some Linux project and may not be ready for Win and VS2010.
Re: Error LNK1104 when debugging
Programming
Software Development
1 Day Ago
by toneewa
I like the challenge, but hate when errors like these occur. Check for a syntax error on line 2 in starter.h starter.h(2): warning C4067: unexpected tokens following preprocessor directive - expected a newline Hard to say without seeing code. Some cases m_hservice may require you to use the .lib file Advapi32.lib it if it isn't automatically…
Error LNK1104 when debugging
Programming
Software Development
1 Week Ago
by Mr.M
Hi DW, I'm getting this error when I try to debug, it says it can't open `"c:\users\myusername\Documents\Visual Studio 2010\Projects\myprojectname\debug\myprojectname.exe"` How can I
solve
this?
What is your latest SEO strategy?
Digital Media
Digital Marketing
1 Week Ago
by devout-growth
…, like a quick video that explains a simpler way to
solve
a problem. **Answer questions before they’re asked**. If someone…
Re: My php is showing wrong results of time difference
Programming
Web Development
3 Weeks Ago
by Mr.M
…. Let me try your code and see if it does
solve
the problem I've been having. Also just one more…
Re: When Speed Replaces Satisfaction in Coding
Community Center
Say Hello!
3 Weeks Ago
by Reverend Jim
… me free to create the rest of the code to
solve
my problem. Similarly I prefer to code in higher level…
Re: Android Native - How To Request Notification Permissions
Programming
Mobile Development
3 Weeks Ago
by Erussuhsh
Hi I'm new android app development can you teach me
Re: Error LNK1104 when debugging
Programming
Software Development
1 Week Ago
by rproffitt
Given only this I won't be able to do more than comment how I use the Visual Studio system to debug my app. 1. I open the project. 2. I set the build to "Debug". 3. I set breakpoints on lines of code I suspect to be problematic. 4. I run the app while in Visual Studio. That's usually enough to track down what I did wrong.
Re: Error LNK1104 when debugging
Programming
Software Development
1 Week Ago
by Dani
When you browse the file system, does that file exist and is it accessible by the logged-in user? (Sorry, no VS experience.)
Re: Error LNK1104 when debugging
Programming
Software Development
1 Week Ago
by Mr.M
@rproffitt I tried that with no luck
Re: Error LNK1104 when debugging
Programming
Software Development
1 Week Ago
by rproffitt
Since the file is not generated, try a full compile. Be sure you change to Debug for this build. You usually can't debug what you didn't compile. Example: There were compile or build errors which stopped the creation of the .exe file. But no mention of compile errors so I wouldn't write about that here.
Re: Error LNK1104 when debugging
Programming
Software Development
1 Week Ago
by rproffitt
Here's a page about how to create and view your VS log files to point you to where or why the compile failed. https://learn.microsoft.com/en-us/visualstudio/ide/how-to-view-save-and-configure-build-log-files?view=vs-2022
Re: What is your latest SEO strategy?
Digital Media
Digital Marketing
1 Week Ago
by Dani
Thanks for posting your tips. I think that some of the things you mention, such as giving website visitors instant gratification, unfortunately often get overlooked. That being said, I get that you say how important it is to sound like a human, but are your tips AI generated? (According to some AI detectors, they are!)
Buggy career talk :-P
Programming
2 Months Ago
by Dani
… encountered in your programming career, and how did you eventually
solve
it? I’ll start. The only one I can recall…
How To Attract Client To Your Blog?
Digital Media
Digital Marketing
2 Months Ago
by blogmanagment
… services? What problems do they have, and how can you
solve
them? Which social media platform do they use more? (e…
Re: How To Attract Client To Your Blog?
Digital Media
Digital Marketing
1 Month Ago
by asadalig
There are some ways to attract client your blog's which include: 1.
Solve
the problem of end-user. 2. The content should be like which speak directly to their needs, problem and goals. 3. The content must be consistent, authentic and user-friendly.
Re: Riddles
Community Center
Geeks' Lounge
2 Months Ago
by Emma_Rose
… a great one — classic brain-burner! Here's how you
solve
it: Turn on the first switch and leave it on…
Re: Wifi Connectivity Issue
Hardware and Software
Networking
1 Month Ago
by borjadegreat
The wifi connectivety issue can be due to no signeal problem. Take a look and check that why signals are comming slow. When you
solve
the signel issue, the wifi connectivity automatically become good
Re: Wifi Connectivity Issue
Hardware and Software
Networking
4 Weeks Ago
by borjadegreat
the issue may be due to no signel
Solve
the no signal issue and this isue will be solved automatically.
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC