FARPROC temp_value_#1859 could be '0': this does not adhere to the specification for the function GetProcAddress Ask Programming |
- FARPROC temp_value_#1859 could be '0': this does not adhere to the specification for the function GetProcAddress
- Anything to read about the overall planning of a project?
- How do I disable radio specific radio buttons after another one has been clicked?
- Get Javascript variable from website
- Constraint satisfaction vs symbolic execution
- Which programming language for my program idea?
- C++ Placing Vectors for Randomized Class Objects
- code doesnt work? i dont know why
- How to get best out of Hacker Earth's code monk?
- Just wondering
- zero impressions
- Porting an open sourced program to another OS
- Inserting JS file into HTML file
- Best way to save input to JSON file?
- [HTML/Js]Is it possible that when the user tries to highlight across multiple UI elements and copy, I change what does into the buffer (strip off extra spaces or add spaces between elements, or copy in a better format)?
- [Visual Basic] Confused about .int32 being used with FileStream Object
- How do you insert tab as a keybinding in Understand by Scitools?
- Float for Money
- Do people use kotlin instead of Java when making non android software?
- How ambitious is my idea to automate reports with Python?
- Anyone help me with some logistics?
- (Python) How to create a main menu?
- Tabbing in same line with HTML?
- Physics PhD student looking for an alternate career path
Posted: 01 Jun 2019 04:47 AM PDT I upgraded from Visual Studio 2017 to 2019, and this code statement above didn't get any underline by the IDE in VS 2017, only in 2019 version. I've been researching what this means, but it's tough to understand. I've been having problems with my my program, I don't think it's because this code though. Because right below it, I check if the returned value is NULL, and throw an exception if it is. Btw, this is a c++ project. [link] [comments] |
Anything to read about the overall planning of a project? Posted: 01 Jun 2019 08:51 AM PDT I'm not talking about the pseudo code either. Currently, I'm using a word doc that breaks it down. For example I'm building an equation solver so I broke it down into the UI, linear equations, and non linear equations. So far I've been working out the linear equation and broke it down to a Matrix class, with a bunch of different things in it and a 1d array to hold the variables and 2d array to hold the numbers, an RREF method to solve it which I broke down what you do into a list. I feel like this works for something small like this, but I'd enjoy a more visual representation of a project that could be easily interpreted. Is there anything I can learn to see it drawn out? [link] [comments] |
How do I disable radio specific radio buttons after another one has been clicked? Posted: 01 Jun 2019 04:52 AM PDT Hi! I'm brand new to JavaScript and I have a question: I have 8 radio buttons in total. 4 radio buttons for a "favorite appointment" and 4 radio buttons for an alternative appointment. Both groups of radio buttons have the same four days (Monday-Thursday). How do I accomplish that? I found a script, which makes it work, when these 4 buttons are in a select (dropdown menu), but that one is structured diffently than what I have right now. Any advice is greatly appreciated! [link] [comments] |
Get Javascript variable from website Posted: 01 Jun 2019 04:25 AM PDT I want to get a variable from a website I don't own. After hours of searching i still don't know how to. Does anyone have a solution, preferably not using jquery? [link] [comments] |
Constraint satisfaction vs symbolic execution Posted: 01 Jun 2019 07:56 AM PDT Within the scope of Formal Verification, what's the difference between CSP and symbolic execution? Both seem to be trying to find a set of actions that lead to desirable/undesirable states. Is symbolic execution a subset of constraint satisfaction or just something that overlaps in some areas? [link] [comments] |
Which programming language for my program idea? Posted: 01 Jun 2019 01:48 AM PDT So i know a bits and pieces of programming and get the whole idea. And i can google my way through anything. I want to build a program that will be a bit more complex than anything i done before. Figured i could ask this group what language they think i should try it with. The idea of the program will be to have a user be able take an image, a schematic. Then create boxes around valves and switches and defines them into a table. Then a logic filter created by the user and saved. Later on the user can select created logic filters and display it over the schematic. An example would be is.... User uploads a picture. Highlights a section around a switch and labels it as S1; highlights valve 1, valve 2, etc... and calls them V1, V2, etc..... Then can create another table for various groupings... IF SW2 is on; then V4 is ON and V2 is OFF. And make several more of these Based on the table selected and the output, the diagram would highlight the boxes on the image with a color coding system. Like the SW could be yellow, ON valves would be green, and OFF valves would be red or something. Hope this makes sense. I have done a bit of programming with c++, HTML and SQL. And a tiny bit with python and java. So with that mix i was thinking a JAVA type GUI and SQL DB to hold the logic tables was my first idea. But i am sure someone here may have a better solution for the noobie who is just screwing around. What would be the best language to try and stumble my way through this with? This is just a fun hobby project that i want to try and do. [link] [comments] |
C++ Placing Vectors for Randomized Class Objects Posted: 31 May 2019 04:48 PM PDT Hey, I have a quick question. Say I have a program that is creating a "Player" object. Within "Player", there is a variable: string name, where I have the object that sets name to a random string within: vector<string> names, like: Assuming that I am using separate header compilation, where would be the best place to place: vector<string> names? Is it best to declare these vectors that I'm using for randomized object values within the class, or perhaps a separate .h file that loads these values in from .txt and then creates a vector within the new .h class? I am not sure what the standard is here. Thank you for any help. [link] [comments] |
code doesnt work? i dont know why Posted: 01 Jun 2019 04:53 AM PDT hello im a pretty new programmer and i have a problem with a c# code i wrote, can someone help me? ^ my code ^ thank you to everyone that helps [link] [comments] |
How to get best out of Hacker Earth's code monk? Posted: 01 Jun 2019 02:03 AM PDT I am a student. I want to spend 1-2 hours daily on programming for the next 50 days parallel to my internship. So I thought it is a good idea to do coding questions practice and code monk seems fine. Code monk has so many questions. I am doing this for placement preparation so I want to get the best result in this time period. Any Advice or suggestion? Edit:- For python [link] [comments] |
Posted: 01 Jun 2019 01:52 AM PDT |
Posted: 01 Jun 2019 12:50 AM PDT hello guys, i just created a new app containing facebook ads, my problem is on the monetization manager page I am getting fill rate, ads requests, and I am getting ads my app but zero impressions and eCMP on monetization manager page, any help how to fix this for does anyone know what is the problem? btw the app is still new [link] [comments] |
Porting an open sourced program to another OS Posted: 01 Jun 2019 12:27 AM PDT I'll preface this with: I can understand technical stuff, but i don't have the time to learn how to code. There's this program called PDW for windows that can decode pager messages and has some other functions that are useful to me. It's open sourced and I tried today to compile it on an RPI, thinking i could get it to work on one, but it's built for windowsand after 5 min of digging i figured it only compiles for windows. Because the RPI is ARM and the workaround using wine and an x86 emulator is not feasable for me, could anyone be able to point me in the right direction for converting it so that it can compile on linux? A linux version of this program would be very helpful for the SDR and radio community. [link] [comments] |
Inserting JS file into HTML file Posted: 31 May 2019 02:53 PM PDT I don't know what I'm doing wrong, this host file is in public_html and js/stopwatch.js is also in public_html. Yet, it is not getting inserted. [link] [comments] |
Best way to save input to JSON file? Posted: 31 May 2019 07:32 PM PDT I'm writing an application where you enter a name, the program searches for that name and if the name is not found then it asks for the person's birthday and then stores the name into the dictionary. How can I make this data persist through executions of the application? Here's my current code. Any advice welcome. [link] [comments] |
Posted: 31 May 2019 11:01 PM PDT I can vaguely recall seeing this somewhere. Also putting an invisible div on top isn't an option because the elements are clickable and have listeners. [link] [comments] |
[Visual Basic] Confused about .int32 being used with FileStream Object Posted: 31 May 2019 06:34 PM PDT Hey AP: I am working on rewriting some old VB and came across the following function/statements: As I see it, hFile is passed in as a FileStream object, which has no int32 property, so my compiler throws up its hands. I am using VB6 in VS to compile, and this script is almost certainly from an earlier version, so I'm not totally surprised by the error, but up to now, I have been able to rewrite around most of the "gotchas". But not this one, and I am confused about what the intent of these few lines is. Anyone savvier with VB have any insight? TYIA! [link] [comments] |
How do you insert tab as a keybinding in Understand by Scitools? Posted: 31 May 2019 09:18 AM PDT Somehow I accidentally deleted the "tab" keybinding in Understand (for the default keyboard scheme.) Now, whenever I tab, it just jumps around from button to button instead of indenting. I tried pressing the "restore defaults" button, but nothing happens. The problem is that pressing "tab" when I'm assigning the keybinding just jumps from primary sequence to alternate. I can't type "tab" either, it just trys to assign the keybinding as "T,A,B". I also tried right clicking the primary sequence field and selecting "insert special keys", but tab still doesn't work. I don't have access to the config file or anything (not on this machine, my sys admin does who isn't here. This is seriously driving me crazy and I can't really work without the tab button lol [link] [comments] |
Posted: 31 May 2019 11:14 AM PDT Hi All, Some background: We have an application which has a .NET Desktop Application front end with a SQL Database back end. One of the functions of our application is the ability to produce an Sales Invoice. Our developer decided to use the "float" datatype for almost every value that is involved in Invoice calculations (quantity, rate, tax, net amounts) and we are running into rounding issues that are highlighted when integrating to true accounting systems. My question is, is it possible to round correctly while using the float datatype or does everything need to be rebuilt using something like decimal? Our developer originally told us the rounding issues were due to .NET and SQL calculating values differently and this was as good as he could get it to match but now it looks like the float datatype is the cause of our issue (based on the fact we haven't seen any financial system use it). We made the suggestion to convert the float datatype to decimal (to match the various accounting systems) but we're told it would be a lot of work. Keeping in mind that this application is live in a few environments for a couple years already. TLDR: Does anyone use the float datatype to calculate money accurately? Thanks [link] [comments] |
Do people use kotlin instead of Java when making non android software? Posted: 31 May 2019 03:25 AM PDT |
How ambitious is my idea to automate reports with Python? Posted: 31 May 2019 01:52 PM PDT I am not a very experienced programmer but have an electrical engineering degree. At work I'm responsible for reporting but the DB we use is limited by license agreements and that kind of bullshit. Long story short we can't direct query because of money. Can't use a third party BI tool to connect with the DB because of money. I can basically export the excel files and sort the data. Sometimes the "procedure" can be very complex if i were to program it because I have to interpret the data using my brain to catch the "errors" I want to build an application that will produce different reports at the push of a button. The way it would work is the end user would check the box corresponding to the report they want and then attach the relevant Excel files. Is this too ambitious for merely one man? I know more about electronics than programming but think i can figure it out. This would help out staff a lot and save money I would use Python in theory but could you please give me your insight and advice? What am I missing? edit: ideally the output file would be either an excel document or pdf document. COuld I write this code in matlab and then convert it to another language such as C#? Thank you [link] [comments] |
Anyone help me with some logistics? Posted: 31 May 2019 06:42 AM PDT Hi r/AskProgramming, need your help and input on something I have in mind. So I would like to make a google chrome extension that provides the user with the definition and pronunciation of specifically Italian words on any webpages they visit (thinking that it would highlight recognized Italian words/phrases on the page and when hovered over with the mouse would return a pop-up box with the pronunciation and definition). I have a very very foundational understanding of software and was hoping to seek out some more information on what the cost would be if I hired someone to create this and how long it would take? Thanks for any and all inputs!! [link] [comments] |
(Python) How to create a main menu? Posted: 31 May 2019 11:55 AM PDT Link to my previous question: https://old.reddit.com/r/learnpython/comments/bv8c0h/how_to_create_a_press_enter_to_continue_screen/ Any help is greatly appreciated. [link] [comments] |
Tabbing in same line with HTML? Posted: 31 May 2019 10:45 AM PDT I want to put a tab in-between Control # and Type, Type and Time Delivered, and Time Delivered and Time Received. Then a break point, I am not sure how to do that, I don't know anything about css so this is very difficult for me. Thanks [link] [comments] |
Physics PhD student looking for an alternate career path Posted: 31 May 2019 05:30 AM PDT Hi people, I'm currently a PhD student in a British Physics department, and I'm starting to seriously reconsider working in academia, and leaving my program. I'm an experimentalist, so while I have a good amount of coding experience, it's usually very hardware oriented, and in the typical style of researchers, good enough for it to work without spending too much time on it or ha e any concern for efficiency haha. I'm starting to think about possibly transitioning to a developping job, for which I could train myself. Would COBOL be a bad idea? I really enjoy the idea of maintaining code older than me, and have had basic training in a bunch of different languages (C, Fortran, Python, Matlab, Labview). I'd totally be happy to work on my own on a certification if it existed. Do you think that the volume of knowledge to learn is too great to do solo? Is Europe a bad place to be a cobol dev? Thanks a lot for any advice you could have, and please don't hesitate to be harsh and discourage me from this I can take it :) [link] [comments] |
You are subscribed to email updates from AskProgramming. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment