Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
to-file
- Page 1
Re: Error LNK1104 when debugging
Programming
Software Development
1 Hour Ago
by toneewa
…, the compiler errors still point to some .lib or .dll
file
(s), function call order, and syntax error. //Incorrect starter.h…
Re: Safely upload a file
Programming
Web Development
2 Days Ago
by Dani
I realize I could have done better when coming up with a safe name. As it stands, a
file
uploaded that has a
file
name in non-Latin characters will just end up with a bunch of underscores. I’m not even sure if that suffices as a
file
name, but for sure there will be collisions as multiple files are attempting to be saved with the same _ name.
Safely upload a file
Programming
Web Development
3 Days Ago
by Dani
Here's a quick bit of code to upload a
file
in PHP.
Re: Error LNK1104 when debugging
Programming
Software Development
6 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
5 Days Ago
by toneewa
…. Some cases m_hservice may require you to use the .lib
file
Advapi32.lib it if it isn't automatically linked. #pragma… in the project. E.g., verify the .lib or header
file
for _wfsversion. You can also do Build > Clean Solution…
Re: Error LNK1104 when debugging
Programming
Software Development
5 Days Ago
by Salem
… externals This is why you don't have an executable
file
. Example: 1>myprojectname.obj : error LNK2020: unresolved token (0A0000DF…
Re: Error LNK1104 when debugging
Programming
Software Development
5 Days Ago
by wwwalker
… libraries for your code to compile and a valid .exe
file
will be generated and be able to be open and…
Re: Error LNK1104 when debugging
Programming
Software Development
4 Days Ago
by Mr.M
… result of this problem. How can I clean the resource
file
to make sure there are no broken link or something?
Re: How to show visa info based on country selection in a travel form?
Programming
Web Development
3 Days Ago
by Biiim
I felt like some fun, so I just put together an example for you using CDN's and bootstrap 5. From what you are talking about you probably want to put some of that logic into the Javascript and not need to send a server request for each one, I usually do this kind of thing with javascript objects/arrays (eg `settings['GB']['visa_req'] = false;…
Re: Need Coding Help With A Project
Programming
Software Development
2 Weeks Ago
by Enzo_3
…compute the average of numbers from a text
file
using higher-order functions like map() and …import reduce with open('numbers.txt', 'r') as
file
: content =
file
.read() number_strings = content.split() numbers = list(map…This worked perfectly for the numbers in the
file
and helped me understand how to use functional…
Re: How to show visa info based on country selection in a travel form?
Programming
Web Development
1 Week Ago
by groverharleen
… POST/GET request made to PHP
file
and what is the responses shared by PHP
file
. try debugging response accordingly or if…
JForum release for JakartaEE 10
Hardware and Software
Cloud-based Apps
4 Weeks Ago
by Ulfson
… needed now :-) You can find a ready-to-run war
file
at https://sourceforge.net/projects/jforum2/, along with documentation.
How to show visa info based on country selection in a travel form?
Programming
Web Development
1 Week Ago
by eservices
… <select> dropdown and send that to a PHP
file
via AJAX. The PHP checks a list and responds with…
Re: Error LNK1104 when debugging
Programming
Software Development
2 Weeks 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
2 Weeks 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: Designers, Where Do You Get Your Visuals?
Digital Media
UI / UX Design
2 Weeks Ago
by jkon
… icons, lately we've been grouping them into a font
file
using https://icomoon.io/app/#/select. However, if this service…
Re: Attn Publishers: Do you block AI bots?
Digital Media
2 Weeks Ago
by Dani
… these crawlers by specifying their name in your robots.txt
file
. For good measure, Cloudflare also gives you the option of…
Re: What are "Other agent type" Googlebot types in GSC crawl stats?
Digital Media
Digital Marketing
Search Engine Strategies
1 Week Ago
by bijutoha
… type** crawl spike. You should thoroughly review your **robots.txt**
file
and check for any **noindex** tags that may have been…
Re: Error LNK1104 when debugging
Programming
Software Development
1 Week Ago
by toneewa
… "defender" log and see if there is any
file
(s) to restore. Restarting the PC will resolve any hung…
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: Theory on the VPN
Programming
Mobile Development
3 Weeks Ago
by Liam91
Sounds like you're diving deep into how tunneling apps work! These apps often use VPN-like methods to route traffic through servers, sometimes exploiting free access points. Configs like .hat may include encryption keys or payload setups. Keep exploring... lots to learn!
Re: Need Coding Help With A Project
Programming
Software Development
2 Weeks Ago
by Reverend Jim
I don't know why you would use `reduce` and `lambda` when you could just do sum(numbers) And the directive >You should make use of two higher-order functions (i.e., map and reduce, or something else) to simplify the design. is self-contradictory as using `map` and `reduce` instead of `sum` does not simplify the design. It …
Re: Need Coding Help With A Project
Programming
Software Development
2 Weeks Ago
by Reverend Jim
>Why put them down? Please explain to me how anything I said was a put down. If someone told me their methof of counting cows was "count the number of legs and divide by four", I would point out that it would be simpler just to count the number of cows. If I said "That's stupid, just count the cows", then that would be a …
Re: Need Coding Help With A Project
Programming
Software Development
2 Weeks Ago
by Dani
First of all, let me be blunt. I believe that Enzo only resurrected a 12 year old thread with the intent of spamming. You and I know that because, as moderators, we see in his profile his spamming attempts and his infractions. However, no one else coming across this thread sees that or knows that, so the other 2000 people reading this thread may …
Re: JForum release for JakartaEE 10
Hardware and Software
Cloud-based Apps
4 Weeks Ago
by Dani
Congrats on the latest release of your software. May I ask what inspired the decision to host the project on Sourceforge instead of GitHub? I rarely see well-maintained projects on sourceforge these days, sadly.
Re: JForum release for JakartaEE 10
Hardware and Software
Cloud-based Apps
4 Weeks Ago
by Ulfson
> May I ask what inspired the decision to host the project on Sourceforge instead of GitHub? I rarely see well-maintained projects on sourceforge these days, sadly. JForum had already lived on SF for several years before I became involved. At this point there are just 2 committers, and while we talked about moving to Git, it never seemed …
Re: JForum release for JakartaEE 10
Hardware and Software
Cloud-based Apps
4 Weeks Ago
by Dani
A bit off topic, but as a developer of one, DaniWeb started on SVN and eventually moved to Git when redoing the platform from scratch about a decade ago. I also really like being in GitHub, despite it being a private repository so I’m not taking advantage of the network effect.
Re: How much anonymity does a VPN really provide?
Hardware and Software
Information Security
3 Weeks Ago
by TurisVPN
A VPN helps hide your IP and encrypt your internet, so others (like your ISP) can’t see what you do online. But it doesn’t make you totally anonymous. The VPN company can still see your traffic (if they keep logs). Websites can track you with cookies, and if you log in with your real info, they know who you are. So, a VPN is good for privacy …
Re: How much anonymity does a VPN really provide?
Hardware and Software
Information Security
3 Weeks Ago
by Liam91
A VPN is a tool that keeps your internet connection safe and private. It stops others from seeing what you do online. But a VPN doesn’t make you completely anonymous. To pick a good VPN, check: -How you pay (Bitcoin is more private than a credit card) -If they keep records of your activity (best if they don’t) -If they share IP addresses …
Re: How to show visa info based on country selection in a travel form?
Programming
Web Development
1 Week Ago
by Dani
I have moved your post into the web development forum instead of the advertising/marketing forum where it was and tagged it appropriately. Can you please provide the Javascript code as well as PHP code that is buggy so that we can help diagnose this for you. For example, if the JSON response is empty, it is most likely because of a bug in the …
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